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-w32-a3e57ca7008cbaf612675b9de3dd18109f8150de.tar.gz
busybox-w32-a3e57ca7008cbaf612675b9de3dd18109f8150de.tar.bz2
busybox-w32-a3e57ca7008cbaf612675b9de3dd18109f8150de.zip
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
26# Set the following to `true' to make a debuggable build. 26# Set the following to `true' to make a debuggable build.
27# Leave this set to `false' for production use. 27# Leave this set to `false' for production use.
28# eg: `make DODEBUG=true tests' 28# eg: `make DODEBUG=true tests'
29DODEBUG = false 29DODEBUG = true
30 30
31# If you want a static binary, turn this on. 31# If you want a static binary, turn this on.
32DOSTATIC = false 32DOSTATIC = false
@@ -108,7 +108,7 @@ docs:
108 $(MAKE) -C docs 108 $(MAKE) -C docs
109 109
110regexp.o nfsmount.o: %.o: %.h 110regexp.o nfsmount.o: %.o: %.h
111$(OBJECTS): %.o: busybox.def.h internal.h %.c 111$(OBJECTS): %.o: busybox.def.h internal.h %.c Makefile
112 112
113test tests: 113test tests:
114 cd tests && $(MAKE) all 114 cd tests && $(MAKE) all