LAtest and greatest

This commit is contained in:
Eric Andersen
1999-11-09 03:10:26 +00:00
parent 3d8dbe1ca0
commit add0158554
2 changed files with 15 additions and 16 deletions

View File

@@ -17,12 +17,12 @@
PROG=busybox
VERSION=0.33
VERSION=0.34
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...