diff options
author | erik <erik@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2000-04-09 18:24:05 +0000 |
---|---|---|
committer | erik <erik@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2000-04-09 18:24:05 +0000 |
commit | 5e7240a4f3d450472c44b5ff987beace4553da7b (patch) | |
tree | fc0675ba413d4c0ca645cd87c5bfc9b0cc8385e4 /Makefile | |
parent | 6f5b92c6378d5dc550adac33382946106e7fa307 (diff) | |
download | busybox-w32-5e7240a4f3d450472c44b5ff987beace4553da7b.tar.gz busybox-w32-5e7240a4f3d450472c44b5ff987beace4553da7b.tar.bz2 busybox-w32-5e7240a4f3d450472c44b5ff987beace4553da7b.zip |
More minor patches
-Erik
git-svn-id: svn://busybox.net/trunk/busybox@443 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -27,9 +27,7 @@ BUILDTIME := $(shell TZ=UTC date --utc "+%Y.%m.%d-%H:%M%z") | |||
27 | # eg: `make DODEBUG=true tests' | 27 | # eg: `make DODEBUG=true tests' |
28 | DODEBUG = false | 28 | DODEBUG = false |
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. |
31 | # of many situations where anybody would ever want it static, | ||
32 | # but... | ||
33 | DOSTATIC = false | 31 | DOSTATIC = false |
34 | 32 | ||
35 | # This will choke on a non-debian system | 33 | # This will choke on a non-debian system |