aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2001-07-19 22:28:02 +0000
committerEric Andersen <andersen@codepoet.org>2001-07-19 22:28:02 +0000
commit20aab260e2f7011523402464fb079f48e5899890 (patch)
treef7822e652f54884459d525f57f1ef18c03a126f7 /Makefile
parent0382eb886529fc4dab170e7d66883c20fe0e2883 (diff)
downloadbusybox-w32-20aab260e2f7011523402464fb079f48e5899890.tar.gz
busybox-w32-20aab260e2f7011523402464fb079f48e5899890.tar.bz2
busybox-w32-20aab260e2f7011523402464fb079f48e5899890.zip
Some adjustments, mostly from David McCullough <davidm@lineo.com> to
make busybox be more uClinux friendly. I also adjusted Config.h for uClinux so it will automagically disable apps the arn't going to work without fork() and such. -Erik
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2b31895e6..8b4c16fee 100644
--- a/Makefile
+++ b/Makefile
@@ -396,7 +396,7 @@ clean:
396 docs/busybox.lineo.com/BusyBox.html 396 docs/busybox.lineo.com/BusyBox.html
397 - rm -f docs/busybox.txt docs/busybox.dvi docs/busybox.ps \ 397 - rm -f docs/busybox.txt docs/busybox.dvi docs/busybox.ps \
398 docs/busybox.pdf docs/busybox.lineo.com/busybox.html 398 docs/busybox.pdf docs/busybox.lineo.com/busybox.html
399 - rm -f multibuild.log Config.h.orig 399 - rm -f multibuild.log Config.h.orig *.gdb *.elf
400 - rm -rf docs/busybox _install libpwd.a libbb.a pod2htm* 400 - rm -rf docs/busybox _install libpwd.a libbb.a pod2htm*
401 - rm -f busybox.links libbb/loop.h *~ slist.mk core applet_source_list 401 - rm -f busybox.links libbb/loop.h *~ slist.mk core applet_source_list
402 - find -name \*.o -exec rm -f {} \; 402 - find -name \*.o -exec rm -f {} \;