diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1,7 +1,10 @@ | |||
1 | 1 | ||
2 | VERSION=0.29alpha1 | 2 | VERSION=0.29alpha1 |
3 | BUILDTIME=$(shell date "+%Y%m%d-%H%M") | 3 | BUILDTIME=$(shell date "+%Y%m%d-%H%M") |
4 | DODEBUG=true | 4 | |
5 | # Comment out the following to make a debuggable build | ||
6 | # Leave this off for production use. | ||
7 | #DODEBUG=true | ||
5 | 8 | ||
6 | #This will choke on a non-debian system | 9 | #This will choke on a non-debian system |
7 | ARCH=`uname -m | sed -e 's/i.86/i386/' | sed -e 's/sparc.*/sparc/'` | 10 | ARCH=`uname -m | sed -e 's/i.86/i386/' | sed -e 's/sparc.*/sparc/'` |