comparison src/of-windows.mk @ 3905:f1fa61828986

of-windows: enable cross compile * src/of-windows-1-fixes.patch: new file * src/of-windows.mk: enable compile * dist-files.mk: add of-windows-1-fixes.patch
author John Donoghue <john.donoghue@ieee.org>
date Tue, 14 Apr 2015 22:51:09 -0400
parents 58935b4de51f
children 62e60aa89275
comparison
equal deleted inserted replaced
3904:3d16df45776b 3905:f1fa61828986
16 $(SED) -n 's,.*title="windows-\([0-9][^"]*\).tar.gz".*,\1,p' | \ 16 $(SED) -n 's,.*title="windows-\([0-9][^"]*\).tar.gz".*,\1,p' | \
17 head -1 17 head -1
18 endef 18 endef
19 19
20 define $(PKG)_BUILD 20 define $(PKG)_BUILD
21 $(OCTAVE_FORGE_PKG_BUILD_NOCOMPILE) 21 $(OCTAVE_FORGE_PKG_BUILD)
22 endef 22 endef