aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorErik Andersen <andersen@codepoet.org>2000-04-09 18:24:05 +0000
committerErik Andersen <andersen@codepoet.org>2000-04-09 18:24:05 +0000
commitf3b3d17060fe6dffab3e1ff7de393bd0618334ba (patch)
treefc0675ba413d4c0ca645cd87c5bfc9b0cc8385e4 /Makefile
parent0817d1372c7278afdefa2d525e578bca51dd1c07 (diff)
downloadbusybox-w32-f3b3d17060fe6dffab3e1ff7de393bd0618334ba.tar.gz
busybox-w32-f3b3d17060fe6dffab3e1ff7de393bd0618334ba.tar.bz2
busybox-w32-f3b3d17060fe6dffab3e1ff7de393bd0618334ba.zip
More minor patches
-Erik
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 38d518eed..1f03754f9 100644
--- a/Makefile
+++ b/Makefile
@@ -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'
28DODEBUG = false 28DODEBUG = 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...
33DOSTATIC = false 31DOSTATIC = false
34 32
35# This will choke on a non-debian system 33# This will choke on a non-debian system