diff options
author | Eric Andersen <andersen@codepoet.org> | 1999-10-14 22:16:57 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 1999-10-14 22:16:57 +0000 |
commit | 3c163822d88105450806fdb6a29fdfc2511267d1 (patch) | |
tree | 4c67645bbc6677ad2217da3cdf6c0a748e0ca88d /Makefile | |
parent | 2c1030177e0a6f849ba557400e3e4867de455ce9 (diff) | |
download | busybox-w32-3c163822d88105450806fdb6a29fdfc2511267d1.tar.gz busybox-w32-3c163822d88105450806fdb6a29fdfc2511267d1.tar.bz2 busybox-w32-3c163822d88105450806fdb6a29fdfc2511267d1.zip |
Fixed cp -[aR] and some other stuf.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 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/'` |