This commit is contained in:
Eric Andersen
1999-11-25 08:06:22 +00:00
parent 3843e96252
commit befda6e4ed
8 changed files with 49 additions and 26 deletions

View File

@@ -17,12 +17,12 @@
PROG=busybox
VERSION=0.36
VERSION=0.37
BUILDTIME=$(shell date "+%Y%m%d-%H%M")
# Comment out the following to make a debuggable build
# Leave this off for production use.
DODEBUG=true
DODEBUG=false
# If you want a static binary, turn this on. I can't think
# of many situations where anybody would ever want it static,
# but...