diff options
author | erik <erik@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2000-04-08 03:08:21 +0000 |
---|---|---|
committer | erik <erik@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2000-04-08 03:08:21 +0000 |
commit | 3ff9c9152ccaf43e43300cfb31d8f3c271dea780 (patch) | |
tree | 85d71f517408081f99a9ad52ed3dc233c3db082e /Makefile | |
parent | 328468b906ee7644380141af2b9e41f9236155aa (diff) | |
download | busybox-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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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' |
28 | DODEBUG = false | 28 | DODEBUG = 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, |