aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>1999-10-20 19:18:15 +0000
committerandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>1999-10-20 19:18:15 +0000
commit083a8da709bfa4d6782cb10a94225f130cd99c26 (patch)
tree0ab285d58cd8cf530ad8acac823545df892c90e9 /Makefile
parent0a78c94ee94430a8fc1a68eddc5ac12c435b9c1d (diff)
downloadbusybox-w32-083a8da709bfa4d6782cb10a94225f130cd99c26.tar.gz
busybox-w32-083a8da709bfa4d6782cb10a94225f130cd99c26.tar.bz2
busybox-w32-083a8da709bfa4d6782cb10a94225f130cd99c26.zip
Made ps work. Fixed some stuff.
git-svn-id: svn://busybox.net/trunk/busybox@47 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 5f8970669..ee3930880 100644
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,7 @@ BUILDTIME=$(shell date "+%Y%m%d-%H%M")
5 5
6# Comment out the following to make a debuggable build 6# Comment out the following to make a debuggable build
7# Leave this off for production use. 7# Leave this off for production use.
8DODEBUG=true 8#DODEBUG=true
9 9
10#This will choke on a non-debian system 10#This will choke on a non-debian system
11ARCH=`uname -m | sed -e 's/i.86/i386/' | sed -e 's/sparc.*/sparc/'` 11ARCH=`uname -m | sed -e 's/i.86/i386/' | sed -e 's/sparc.*/sparc/'`