aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorerik <erik@69ca8d6d-28ef-0310-b511-8ec308f3f277>2000-04-08 03:08:21 +0000
committererik <erik@69ca8d6d-28ef-0310-b511-8ec308f3f277>2000-04-08 03:08:21 +0000
commit3ff9c9152ccaf43e43300cfb31d8f3c271dea780 (patch)
tree85d71f517408081f99a9ad52ed3dc233c3db082e /Makefile
parent328468b906ee7644380141af2b9e41f9236155aa (diff)
downloadbusybox-w32-3ff9c9152ccaf43e43300cfb31d8f3c271dea780.tar.gz
busybox-w32-3ff9c9152ccaf43e43300cfb31d8f3c271dea780.tar.bz2
busybox-w32-3ff9c9152ccaf43e43300cfb31d8f3c271dea780.zip
Latest and greatest
-Erik git-svn-id: svn://busybox.net/trunk/busybox@440 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index fc6ed96a2..d647a5139 100644
--- a/Makefile
+++ b/Makefile
@@ -25,7 +25,7 @@ BUILDTIME := $(shell TZ=UTC date --utc "+%Y.%m.%d-%H:%M%z")
25# Set the following to `true' to make a debuggable build. 25# Set the following to `true' to make a debuggable build.
26# Leave this set to `false' for production use. 26# Leave this set to `false' for production use.
27# eg: `make DODEBUG=true tests' 27# eg: `make DODEBUG=true tests'
28DODEBUG = false 28DODEBUG = true
29 29
30# If you want a static binary, turn this on. I can't think 30# If you want a static binary, turn this on. I can't think
31# of many situations where anybody would ever want it static, 31# of many situations where anybody would ever want it static,