diff options
author | Eric Andersen <andersen@codepoet.org> | 1999-10-13 22:56:11 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 1999-10-13 22:56:11 +0000 |
commit | 2c1030177e0a6f849ba557400e3e4867de455ce9 (patch) | |
tree | 87b7b66e7adc5ca32cd2f323bbd252599b422045 /Makefile | |
parent | f6be944a6ae612c70ce010582d9c3cdd72f7144f (diff) | |
download | busybox-w32-2c1030177e0a6f849ba557400e3e4867de455ce9.tar.gz busybox-w32-2c1030177e0a6f849ba557400e3e4867de455ce9.tar.bz2 busybox-w32-2c1030177e0a6f849ba557400e3e4867de455ce9.zip |
More stuff
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -4,7 +4,7 @@ BUILDTIME=$(shell date "+%Y%m%d-%H%M") | |||
4 | 4 | ||
5 | # Comment out the following to make a debuggable build | 5 | # Comment out the following to make a debuggable build |
6 | # Leave this off for production use. | 6 | # Leave this off for production use. |
7 | #DODEBUG=true | 7 | DODEBUG=true |
8 | 8 | ||
9 | #This will choke on a non-debian system | 9 | #This will choke on a non-debian system |
10 | 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/'` |
@@ -41,7 +41,7 @@ links: | |||
41 | - ./busybox.mkll | sort >busybox.links | 41 | - ./busybox.mkll | sort >busybox.links |
42 | 42 | ||
43 | clean: | 43 | clean: |
44 | - rm -f busybox busybox.links *~ *.o | 44 | - rm -f busybox busybox.links *~ *.o core |
45 | 45 | ||
46 | distclean: clean | 46 | distclean: clean |
47 | - rm -f busybox | 47 | - rm -f busybox |