aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorerik <erik@69ca8d6d-28ef-0310-b511-8ec308f3f277>2000-04-19 03:38:01 +0000
committererik <erik@69ca8d6d-28ef-0310-b511-8ec308f3f277>2000-04-19 03:38:01 +0000
commitbc32b0e8232e440778f2159539043d6d5ea79b01 (patch)
treed785d0e01aed700b2af875e6e11e768a1cb030b5 /Makefile
parent5cb9b9003768c34178d0d13bda5c6d530c915c15 (diff)
downloadbusybox-w32-bc32b0e8232e440778f2159539043d6d5ea79b01.tar.gz
busybox-w32-bc32b0e8232e440778f2159539043d6d5ea79b01.tar.bz2
busybox-w32-bc32b0e8232e440778f2159539043d6d5ea79b01.zip
make ps accept (and ignore) all options (--help works of course).
tar now works with or without the leading "-" on the options. -Erik git-svn-id: svn://busybox.net/trunk/busybox@482 69ca8d6d-28ef-0310-b511-8ec308f3f277
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