diff options
author | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 1999-10-14 22:16:57 +0000 |
---|---|---|
committer | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 1999-10-14 22:16:57 +0000 |
commit | fd924d90c1fdac2f9cd33e065c7aa540d0f65167 (patch) | |
tree | 4c67645bbc6677ad2217da3cdf6c0a748e0ca88d /Makefile | |
parent | 60212983eee6fa075c664eef284a45c5c986bfa2 (diff) | |
download | busybox-w32-fd924d90c1fdac2f9cd33e065c7aa540d0f65167.tar.gz busybox-w32-fd924d90c1fdac2f9cd33e065c7aa540d0f65167.tar.bz2 busybox-w32-fd924d90c1fdac2f9cd33e065c7aa540d0f65167.zip |
Fixed cp -[aR] and some other stuf.
git-svn-id: svn://busybox.net/trunk/busybox@27 69ca8d6d-28ef-0310-b511-8ec308f3f277
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/'` |