[packages/z88dk] - CFLAGS passed to make override CFLAGS += in Makefile

witekfl witekfl at pld-linux.org
Tue Jan 21 14:45:03 CET 2014


commit 0cc8969c5a9f73977937f68229805baea89431ad
Author: Witold Filipczyk <witekfl at poczta.onet.pl>
Date:   Tue Jan 21 14:40:12 2014 +0100

    - CFLAGS passed to make override CFLAGS += in Makefile

 override.patch | 11 +++++++++++
 1 file changed, 11 insertions(+)
---
diff --git a/override.patch b/override.patch
new file mode 100644
index 0000000..ec1ff1c
--- /dev/null
+++ b/override.patch
@@ -0,0 +1,11 @@
+--- z88dk/src/z80asm/Makefile.orig	2014-01-21 14:29:43.557533563 +0100
++++ z88dk/src/z80asm/Makefile	2014-01-21 14:30:08.544586620 +0100
+@@ -117,7 +117,7 @@ TARGET =		z80asm$(EXESUFFIX)
+ MSVC_TARGET =	../../win32/Debug/$(TARGET)
+ 
+ LOCAL_LIB :=	lib
+-CFLAGS +=		-I$(LOCAL_LIB) -Wall
++override CFLAGS +=		-I$(LOCAL_LIB) -Wall
+ 
+ #------------------------------------------------------------------------------
+ # main
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/z88dk.git/commitdiff/c0b76b9daaafe021d87a094c94888474aaa32fbf



More information about the pld-cvs-commit mailing list