SOURCES (DEVEL): shaperd.2-makefile.patch - override CFLAGS

atler atler at pld-linux.org
Sun Nov 6 15:53:11 CET 2005


Author: atler                        Date: Sun Nov  6 14:53:11 2005 GMT
Module: SOURCES                       Tag: DEVEL
---- Log message:
- override CFLAGS

---- Files affected:
SOURCES:
   shaperd.2-makefile.patch (1.1 -> 1.1.2.1) 

---- Diffs:

================================================================
Index: SOURCES/shaperd.2-makefile.patch
diff -u SOURCES/shaperd.2-makefile.patch:1.1 SOURCES/shaperd.2-makefile.patch:1.1.2.1
--- SOURCES/shaperd.2-makefile.patch:1.1	Sat Nov  5 23:26:41 2005
+++ SOURCES/shaperd.2-makefile.patch	Sun Nov  6 15:53:06 2005
@@ -1,6 +1,6 @@
-diff -Nur shaperd.old/Makefile shaperd/Makefile
---- shaperd.old/Makefile	2005-10-29 13:47:51.000000000 +0200
-+++ shaperd/Makefile	2005-10-29 14:52:22.000000000 +0200
+diff -ur shaperd.orig/Makefile shaperd/Makefile
+--- shaperd.orig/Makefile	2005-11-06 15:45:45.000000000 +0100
++++ shaperd/Makefile	2005-11-06 15:46:13.000000000 +0100
 @@ -10,7 +10,9 @@
  
  MAKE=make
@@ -12,15 +12,18 @@
  
  All: sources
  
-diff -Nur shaperd.old/src/Makefile shaperd/src/Makefile
---- shaperd.old/src/Makefile	2005-10-29 13:47:51.000000000 +0200
-+++ shaperd/src/Makefile	2005-10-29 14:52:38.000000000 +0200
-@@ -13,24 +13,28 @@
+diff -ur shaperd.orig/src/Makefile shaperd/src/Makefile
+--- shaperd.orig/src/Makefile	2005-11-06 15:45:45.000000000 +0100
++++ shaperd/src/Makefile	2005-11-06 15:46:30.000000000 +0100
+@@ -11,26 +11,30 @@
  
- CFLAGS += -Wall
+ DEFINES = -DCONFIG_DIR="\"$(CONFIG_DIR)\"" -DRUNTIME_DIR="\"$(RUNTIME_DIR)\"" -DPID_DIR="\"$(PID_DIR)\""
  
--CC = $(SYS_CC) $(DEFINES)
+-CFLAGS += -Wall
 -
+-CC = $(SYS_CC) $(DEFINES)
++override CFLAGS += -Wall
+ 
  shaperd: $(OBJS)
  
  shaperd.o:	shaperd.c shaperd.h
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/shaperd.2-makefile.patch?r1=1.1&r2=1.1.2.1&f=u




More information about the pld-cvs-commit mailing list