aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorErik Andersen <andersen@codepoet.org>2000-04-19 03:38:01 +0000
committerErik Andersen <andersen@codepoet.org>2000-04-19 03:38:01 +0000
commita3e57ca7008cbaf612675b9de3dd18109f8150de (patch)
treed785d0e01aed700b2af875e6e11e768a1cb030b5 /Makefile
parentf13df3752cd5077622201e6b69c71cd7cd5095a4 (diff)
downloadbusybox-a3e57ca7008cbaf612675b9de3dd18109f8150de.tar.gz
make ps accept (and ignore) all options (--help works of course).
tar now works with or without the leading "-" on the options. -Erik
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 30fd718f1..6a4b41b01 100644
--- a/Makefile
+++ b/Makefile
@@ -26,7 +26,7 @@ export VERSION
# Set the following to `true' to make a debuggable build.
# Leave this set to `false' for production use.
# eg: `make DODEBUG=true tests'
-DODEBUG = false
+DODEBUG = true
# If you want a static binary, turn this on.
DOSTATIC = false
@@ -108,7 +108,7 @@ docs:
$(MAKE) -C docs
regexp.o nfsmount.o: %.o: %.h
-$(OBJECTS): %.o: busybox.def.h internal.h %.c
+$(OBJECTS): %.o: busybox.def.h internal.h %.c Makefile
test tests:
cd tests && $(MAKE) all