aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvapier <vapier@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-03-05 16:25:19 +0000
committervapier <vapier@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-03-05 16:25:19 +0000
commit62a3f87eb2108e22de1884905595bc30bbdbd589 (patch)
treecd5a771f1520ecd747eb93f971c9cfd836259339
parentc75de5a0265065291fd66479e6214d9d9bb630a2 (diff)
downloadbusybox-w32-62a3f87eb2108e22de1884905595bc30bbdbd589.tar.gz
busybox-w32-62a3f87eb2108e22de1884905595bc30bbdbd589.tar.bz2
busybox-w32-62a3f87eb2108e22de1884905595bc30bbdbd589.zip
clean busybox_unstripped as pointed out by Robert P. J. Day
git-svn-id: svn://busybox.net/trunk/busybox@14452 69ca8d6d-28ef-0310-b511-8ec308f3f277
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2e8e3e58c..264f5b1e0 100644
--- a/Makefile
+++ b/Makefile
@@ -482,7 +482,7 @@ clean:
482 docs/BusyBox.txt docs/BusyBox.1 docs/BusyBox.html \ 482 docs/BusyBox.txt docs/BusyBox.1 docs/BusyBox.html \
483 docs/busybox.net/BusyBox.html busybox.links \ 483 docs/busybox.net/BusyBox.html busybox.links \
484 $(DO_INSTALL_LIBS) $(LIBBUSYBOX_SONAME) \ 484 $(DO_INSTALL_LIBS) $(LIBBUSYBOX_SONAME) \
485 .config.old busybox 485 .config.old busybox busybox_unstripped
486 - rm -r -f _install testsuite/links 486 - rm -r -f _install testsuite/links
487 - find . -name .\*.flags -exec rm -f {} \; 487 - find . -name .\*.flags -exec rm -f {} \;
488 - find . -name \*.o -exec rm -f {} \; 488 - find . -name \*.o -exec rm -f {} \;