diff options
author | Eric Andersen <andersen@codepoet.org> | 1999-10-13 18:04:51 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 1999-10-13 18:04:51 +0000 |
commit | 21943ce6416215ff1a2df7b5008460bf9099f478 (patch) | |
tree | d76fc76602dbad14cd2c07d32e81efc56347488a /Makefile | |
parent | c6cb79dedfb1af4ce64e75cd1c0d3cc1bfa71225 (diff) | |
download | busybox-21943ce6416215ff1a2df7b5008460bf9099f478.tar.gz |
More fixes
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1,7 +1,10 @@ VERSION=0.29alpha1 BUILDTIME=$(shell date "+%Y%m%d-%H%M") -DODEBUG=true + +# Comment out the following to make a debuggable build +# Leave this off for production use. +#DODEBUG=true #This will choke on a non-debian system ARCH=`uname -m | sed -e 's/i.86/i386/' | sed -e 's/sparc.*/sparc/'` |