comparison src/pdcurses.mk @ 759:bf4bcb3370fa

changed coding style: make "-i" always the first argument of $(SED) (by Mark Brand)
author Volker Grabsch <vog@notjusthosting.com>
date Tue, 16 Feb 2010 04:12:53 +0100
parents 29f1ba4559ae
children dd28c487a6b1
comparison
equal deleted inserted replaced
758:1f5b2dfe8966 759:bf4bcb3370fa
17 $(SED) -n 's,.*PDCurses-\([0-9][^>]*\)\.tar.*,\1,p' | \ 17 $(SED) -n 's,.*PDCurses-\([0-9][^>]*\)\.tar.*,\1,p' | \
18 tail -1 18 tail -1
19 endef 19 endef
20 20
21 define $(PKG)_BUILD 21 define $(PKG)_BUILD
22 $(SED) 's,copy,cp,' -i '$(1)/win32/mingwin32.mak' 22 $(SED) -i 's,copy,cp,' '$(1)/win32/mingwin32.mak'
23 $(MAKE) -C '$(1)' -j '$(JOBS)' libs -f '$(1)/win32/mingwin32.mak' \ 23 $(MAKE) -C '$(1)' -j '$(JOBS)' libs -f '$(1)/win32/mingwin32.mak' \
24 CC='$(TARGET)-gcc' \ 24 CC='$(TARGET)-gcc' \
25 LIBEXE='$(TARGET)-ar' \ 25 LIBEXE='$(TARGET)-ar' \
26 DLL=N \ 26 DLL=N \
27 PDCURSES_SRCDIR=. \ 27 PDCURSES_SRCDIR=. \