diff options
author | Eric Andersen <andersen@codepoet.org> | 2000-08-01 22:44:32 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2000-08-01 22:44:32 +0000 |
commit | 080d51bf455201ea4f815371c556effca6298dc2 (patch) | |
tree | e242de12837e692a50760ba0e04eabc27f80c2e1 | |
parent | 0f8f7b8a35cc87965272f53bf9b504866e6e0692 (diff) | |
download | busybox-w32-080d51bf455201ea4f815371c556effca6298dc2.tar.gz busybox-w32-080d51bf455201ea4f815371c556effca6298dc2.tar.bz2 busybox-w32-080d51bf455201ea4f815371c556effca6298dc2.zip |
Minor fix to clean target
-Erik
-rw-r--r-- | Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -168,14 +168,13 @@ test tests: | |||
168 | cd tests && $(MAKE) all | 168 | cd tests && $(MAKE) all |
169 | 169 | ||
170 | clean: | 170 | clean: |
171 | - rm -f busybox.links *~ *.o core | ||
172 | - rm -rf _install | ||
173 | cd tests && $(MAKE) clean | 171 | cd tests && $(MAKE) clean |
174 | - rm -f docs/BusyBox.txt docs/BusyBox.1 docs/BusyBox.html \ | 172 | - rm -f docs/BusyBox.txt docs/BusyBox.1 docs/BusyBox.html \ |
175 | docs/busybox.lineo.com/BusyBox.html | 173 | docs/busybox.lineo.com/BusyBox.html |
176 | - rm -f docs/busybox.txt docs/busybox.dvi docs/busybox.ps \ | 174 | - rm -f docs/busybox.txt docs/busybox.dvi docs/busybox.ps \ |
177 | docs/busybox.pdf docs/busybox.lineo.com/busybox.html | 175 | docs/busybox.pdf docs/busybox.lineo.com/busybox.html |
178 | - rm -rf docs/busybox | 176 | - rm -rf docs/busybox _install |
177 | - rm -f busybox.links *~ *.o core | ||
179 | 178 | ||
180 | distclean: clean | 179 | distclean: clean |
181 | - rm -f busybox | 180 | - rm -f busybox |