diff options
author | Erik Andersen <andersen@codepoet.org> | 2000-04-19 03:38:01 +0000 |
---|---|---|
committer | Erik Andersen <andersen@codepoet.org> | 2000-04-19 03:38:01 +0000 |
commit | a3e57ca7008cbaf612675b9de3dd18109f8150de (patch) | |
tree | d785d0e01aed700b2af875e6e11e768a1cb030b5 /Makefile | |
parent | f13df3752cd5077622201e6b69c71cd7cd5095a4 (diff) | |
download | busybox-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-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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' |
29 | DODEBUG = false | 29 | DODEBUG = true |
30 | 30 | ||
31 | # If you want a static binary, turn this on. | 31 | # If you want a static binary, turn this on. |
32 | DOSTATIC = false | 32 | DOSTATIC = false |
@@ -108,7 +108,7 @@ docs: | |||
108 | $(MAKE) -C docs | 108 | $(MAKE) -C docs |
109 | 109 | ||
110 | regexp.o nfsmount.o: %.o: %.h | 110 | regexp.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 | ||
113 | test tests: | 113 | test tests: |
114 | cd tests && $(MAKE) all | 114 | cd tests && $(MAKE) all |