summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-05-13 18:55:13 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-05-13 18:55:13 +0000
commit94e30bd16549d612f2ada5838759fa8861cb8826 (patch)
tree8a375a928452cc10e505b4506d9006f7e6b826c7
parent2009-05-13 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadnetwork-demos-94e30bd16549d612f2ada5838759fa8861cb8826.tar.bz2
2009-05-13 Joel Sherrill <joel.sherrill@oarcorp.com>
* Makefile: Allow overrides from invoking environment.
-rw-r--r--dnstest/ChangeLog4
-rw-r--r--dnstest/Makefile2
-rw-r--r--mcast/ChangeLog4
-rw-r--r--mcast/Makefile2
-rw-r--r--netdemo/ChangeLog4
-rw-r--r--netdemo/Makefile2
-rw-r--r--nfsClientTest/ChangeLog4
-rw-r--r--nfsClientTest/Makefile2
-rw-r--r--ntp/ChangeLog4
-rw-r--r--ntp/Makefile2
-rw-r--r--rpc_demo/ChangeLog4
-rw-r--r--rpc_demo/Makefile1
-rw-r--r--select/ChangeLog4
-rw-r--r--select/Makefile2
-rw-r--r--telnetd/ChangeLog4
-rw-r--r--telnetd/Makefile2
-rw-r--r--tftpTest/ChangeLog4
-rw-r--r--tftpTest/Makefile2
-rw-r--r--ttcp/ChangeLog4
-rw-r--r--ttcp/Makefile2
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 <joel.sherrill@oarcorp.com>
+
+ * Makefile: Allow overrides from invoking environment.
+
2009-05-12 Joel Sherrill <joel.sherrill@OARcorp.com>
* 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 <joel.sherrill@oarcorp.com>
+
+ * Makefile: Allow overrides from invoking environment.
+
2009-05-12 Joel Sherrill <joel.sherrill@OARcorp.com>
* 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 <joel.sherrill@oarcorp.com>
+
+ * Makefile: Allow overrides from invoking environment.
+
2009-05-12 Joel Sherrill <joel.sherrill@OARcorp.com>
* 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 <joel.sherrill@oarcorp.com>
+
+ * Makefile: Allow overrides from invoking environment.
+
2009-05-12 Joel Sherrill <joel.sherrill@OARcorp.com>
* 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 <joel.sherrill@oarcorp.com>
+
+ * Makefile: Allow overrides from invoking environment.
+
2009-05-12 Joel Sherrill <joel.sherrill@OARcorp.com>
* 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 <joel.sherrill@oarcorp.com>
+
+ * Makefile: Allow overrides from invoking environment.
+
2009-05-12 Joel Sherrill <joel.sherrill@OARcorp.com>
* 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 <joel.sherrill@oarcorp.com>
+
+ * Makefile: Allow overrides from invoking environment.
+
2009-05-12 Joel Sherrill <joel.sherrill@OARcorp.com>
* 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 <joel.sherrill@oarcorp.com>
+
+ * Makefile: Allow overrides from invoking environment.
+
2009-05-12 Joel Sherrill <joel.sherrill@OARcorp.com>
* 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 <joel.sherrill@oarcorp.com>
+
+ * Makefile: Allow overrides from invoking environment.
+
2009-05-12 Joel Sherrill <joel.sherrill@OARcorp.com>
* 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 <joel.sherrill@oarcorp.com>
+
+ * Makefile: Allow overrides from invoking environment.
+
2009-05-12 Joel Sherrill <joel.sherrill@OARcorp.com>
* 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