aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>1999-10-14 22:16:57 +0000
committerandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>1999-10-14 22:16:57 +0000
commitfd924d90c1fdac2f9cd33e065c7aa540d0f65167 (patch)
tree4c67645bbc6677ad2217da3cdf6c0a748e0ca88d /Makefile
parent60212983eee6fa075c664eef284a45c5c986bfa2 (diff)
downloadbusybox-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--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 59d648512..3069c0711 100644
--- a/Makefile
+++ b/Makefile
@@ -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.
7DODEBUG=true 7#DODEBUG=true
8 8
9#This will choke on a non-debian system 9#This will choke on a non-debian system
10ARCH=`uname -m | sed -e 's/i.86/i386/' | sed -e 's/sparc.*/sparc/'` 10ARCH=`uname -m | sed -e 's/i.86/i386/' | sed -e 's/sparc.*/sparc/'`