summaryrefslogtreecommitdiff
path: root/nfsClientTest
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 /nfsClientTest
parent5d2c26f18f3aac94f9ef4b0f7e0fc09313f3209f (diff)
2009-05-13 Joel Sherrill <joel.sherrill@oarcorp.com>
* Makefile: Allow overrides from invoking environment.
Diffstat (limited to 'nfsClientTest')
-rw-r--r--nfsClientTest/ChangeLog4
-rw-r--r--nfsClientTest/Makefile2
2 files changed, 5 insertions, 1 deletions
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 +=