From 94e30bd16549d612f2ada5838759fa8861cb8826 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 13 May 2009 18:55:13 +0000 Subject: 2009-05-13 Joel Sherrill * Makefile: Allow overrides from invoking environment. --- dnstest/ChangeLog | 4 ++++ dnstest/Makefile | 2 +- mcast/ChangeLog | 4 ++++ mcast/Makefile | 2 +- netdemo/ChangeLog | 4 ++++ netdemo/Makefile | 2 +- nfsClientTest/ChangeLog | 4 ++++ nfsClientTest/Makefile | 2 +- ntp/ChangeLog | 4 ++++ ntp/Makefile | 2 +- rpc_demo/ChangeLog | 4 ++++ rpc_demo/Makefile | 1 + select/ChangeLog | 4 ++++ select/Makefile | 2 +- telnetd/ChangeLog | 4 ++++ telnetd/Makefile | 2 +- tftpTest/ChangeLog | 4 ++++ tftpTest/Makefile | 2 +- ttcp/ChangeLog | 4 ++++ ttcp/Makefile | 2 +- 20 files changed, 50 insertions(+), 9 deletions(-) diff --git a/dnstest/ChangeLog b/dnstest/ChangeLog index e67c497..da5f4e2 100644 --- a/dnstest/ChangeLog +++ b/dnstest/ChangeLog @@ -1,3 +1,7 @@ +2009-05-13 Joel Sherrill + + * Makefile: Allow overrides from invoking environment. + 2009-05-12 Joel Sherrill * init.c: Now build with libbsdport. diff --git a/dnstest/Makefile b/dnstest/Makefile index dd65cf0..6e6d8c8 100644 --- a/dnstest/Makefile +++ b/dnstest/Makefile @@ -32,7 +32,7 @@ include $(PROJECT_ROOT)/make/leaf.cfg # (OPTIONAL) Add local stuff here using += # -DEFINES += +override DEFINES += CPPFLAGS += CFLAGS += CFLAGS_LD += -Wl,--defsym -Wl,HeapSize=0xC0000 diff --git a/mcast/ChangeLog b/mcast/ChangeLog index c7d0741..abd4752 100644 --- a/mcast/ChangeLog +++ b/mcast/ChangeLog @@ -1,3 +1,7 @@ +2009-05-13 Joel Sherrill + + * Makefile: Allow overrides from invoking environment. + 2009-05-12 Joel Sherrill * init.c: Now build with libbsdport. diff --git a/mcast/Makefile b/mcast/Makefile index 9776f44..5ecf8ec 100644 --- a/mcast/Makefile +++ b/mcast/Makefile @@ -22,7 +22,7 @@ include $(PROJECT_ROOT)/make/leaf.cfg # (OPTIONAL) Add local stuff here using += # -DEFINES += +override DEFINES += CPPFLAGS += CFLAGS += CFLAGS_LD += diff --git a/netdemo/ChangeLog b/netdemo/ChangeLog index 35e867a..42539c2 100644 --- a/netdemo/ChangeLog +++ b/netdemo/ChangeLog @@ -1,3 +1,7 @@ +2009-05-13 Joel Sherrill + + * Makefile: Allow overrides from invoking environment. + 2009-05-12 Joel Sherrill * init.c: Now build with libbsdport. diff --git a/netdemo/Makefile b/netdemo/Makefile index 2df5ac7..811616a 100644 --- a/netdemo/Makefile +++ b/netdemo/Makefile @@ -32,7 +32,7 @@ include $(PROJECT_ROOT)/make/leaf.cfg # (OPTIONAL) Add local stuff here using += # -DEFINES += +override DEFINES += CPPFLAGS += CFLAGS += CFLAGS_LD += diff --git a/nfsClientTest/ChangeLog b/nfsClientTest/ChangeLog index 3147eff..72346e2 100644 --- a/nfsClientTest/ChangeLog +++ b/nfsClientTest/ChangeLog @@ -1,3 +1,7 @@ +2009-05-13 Joel Sherrill + + * Makefile: Allow overrides from invoking environment. + 2009-05-12 Joel Sherrill * init.c: Now build with libbsdport. diff --git a/nfsClientTest/Makefile b/nfsClientTest/Makefile index 7c46690..bd3084c 100644 --- a/nfsClientTest/Makefile +++ b/nfsClientTest/Makefile @@ -32,7 +32,7 @@ include $(PROJECT_ROOT)/make/leaf.cfg # (OPTIONAL) Add local stuff here using += # -DEFINES += +override DEFINES += CPPFLAGS += CFLAGS_LD += # -Wl,--defsym -Wl,HeapSize=0xC0000 CFLAGS_OPTIMIZE_V += diff --git a/ntp/ChangeLog b/ntp/ChangeLog index 58528d8..2030402 100644 --- a/ntp/ChangeLog +++ b/ntp/ChangeLog @@ -1,3 +1,7 @@ +2009-05-13 Joel Sherrill + + * Makefile: Allow overrides from invoking environment. + 2009-05-12 Joel Sherrill * init.c: Now build with libbsdport. diff --git a/ntp/Makefile b/ntp/Makefile index 573dbbe..5e29a73 100644 --- a/ntp/Makefile +++ b/ntp/Makefile @@ -32,7 +32,7 @@ include $(PROJECT_ROOT)/make/leaf.cfg # (OPTIONAL) Add local stuff here using += # -DEFINES += +override DEFINES += CPPFLAGS += CFLAGS += CFLAGS_LD += -Wl,--defsym -Wl,HeapSize=0xC0000 diff --git a/rpc_demo/ChangeLog b/rpc_demo/ChangeLog index 54b884b..f304cb4 100644 --- a/rpc_demo/ChangeLog +++ b/rpc_demo/ChangeLog @@ -1,3 +1,7 @@ +2009-05-13 Joel Sherrill + + * Makefile: Allow overrides from invoking environment. + 2009-05-12 Joel Sherrill * init.c: Now build with libbsdport. diff --git a/rpc_demo/Makefile b/rpc_demo/Makefile index f923bb6..2c6c462 100644 --- a/rpc_demo/Makefile +++ b/rpc_demo/Makefile @@ -41,6 +41,7 @@ include $(PROJECT_ROOT)/make/leaf.cfg # (OPTIONAL) Add local stuff here using += # +override DEFINES += ifdef SERVER DEFINES += "-DSERVER=$(SERVER)" endif diff --git a/select/ChangeLog b/select/ChangeLog index 1dd3a20..98c1784 100644 --- a/select/ChangeLog +++ b/select/ChangeLog @@ -1,3 +1,7 @@ +2009-05-13 Joel Sherrill + + * Makefile: Allow overrides from invoking environment. + 2009-05-12 Joel Sherrill * init.c: Now build with libbsdport. diff --git a/select/Makefile b/select/Makefile index ef706cb..f55181b 100644 --- a/select/Makefile +++ b/select/Makefile @@ -32,7 +32,7 @@ include $(PROJECT_ROOT)/make/leaf.cfg # (OPTIONAL) Add local stuff here using += # -DEFINES += +override DEFINES += CPPFLAGS += CFLAGS += CFLAGS_LD += -Wl,--defsym -Wl,HeapSize=0xC0000 diff --git a/telnetd/ChangeLog b/telnetd/ChangeLog index 50ffbf6..08ac58d 100644 --- a/telnetd/ChangeLog +++ b/telnetd/ChangeLog @@ -1,3 +1,7 @@ +2009-05-13 Joel Sherrill + + * Makefile: Allow overrides from invoking environment. + 2009-05-12 Joel Sherrill * Makefile, init.c: Now build with libbsdport. diff --git a/telnetd/Makefile b/telnetd/Makefile index f8f5d3b..c12c215 100644 --- a/telnetd/Makefile +++ b/telnetd/Makefile @@ -29,7 +29,7 @@ include $(PROJECT_ROOT)/make/leaf.cfg # (OPTIONAL) Add local stuff here using += # -DEFINES += +override DEFINES += CPPFLAGS += CFLAGS_LD += CFLAGS_OPTIMIZE_V += diff --git a/tftpTest/ChangeLog b/tftpTest/ChangeLog index c750d82..2de8601 100644 --- a/tftpTest/ChangeLog +++ b/tftpTest/ChangeLog @@ -1,3 +1,7 @@ +2009-05-13 Joel Sherrill + + * Makefile: Allow overrides from invoking environment. + 2009-05-12 Joel Sherrill * init.c: Now build with libbsdport. diff --git a/tftpTest/Makefile b/tftpTest/Makefile index 2047d02..c854dae 100644 --- a/tftpTest/Makefile +++ b/tftpTest/Makefile @@ -32,7 +32,7 @@ include $(PROJECT_ROOT)/make/leaf.cfg # (OPTIONAL) Add local stuff here using += # -DEFINES += +override DEFINES += CPPFLAGS += CFLAGS += CFLAGS_LD += -Wl,--defsym -Wl,HeapSize=0x40000 diff --git a/ttcp/ChangeLog b/ttcp/ChangeLog index c5718a3..a109ef5 100644 --- a/ttcp/ChangeLog +++ b/ttcp/ChangeLog @@ -1,3 +1,7 @@ +2009-05-13 Joel Sherrill + + * Makefile: Allow overrides from invoking environment. + 2009-05-12 Joel Sherrill * init.c: Now build with libbsdport. diff --git a/ttcp/Makefile b/ttcp/Makefile index f035f7c..b70e678 100644 --- a/ttcp/Makefile +++ b/ttcp/Makefile @@ -32,7 +32,7 @@ include $(PROJECT_ROOT)/make/leaf.cfg # (OPTIONAL) Add local stuff here using += # -DEFINES += +override DEFINES += CPPFLAGS += CFLAGS += CFLAGS_LD += -Wl,--defsym -Wl,HeapSize=0xC0000 -- cgit v1.2.3