clean busybox_unstripped as pointed out by Robert P. J. Day
authorMike Frysinger <vapier@gentoo.org>
Sun, 5 Mar 2006 16:25:19 +0000 (16:25 -0000)
committerMike Frysinger <vapier@gentoo.org>
Sun, 5 Mar 2006 16:25:19 +0000 (16:25 -0000)
Makefile

index 2e8e3e58cda20dedc2e7a9752397870320657186..264f5b1e0c25e28438fa5e46e7898986362dd375 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -482,7 +482,7 @@ clean:
            docs/BusyBox.txt docs/BusyBox.1 docs/BusyBox.html \
            docs/busybox.net/BusyBox.html busybox.links \
            $(DO_INSTALL_LIBS) $(LIBBUSYBOX_SONAME) \
-           .config.old busybox
+           .config.old busybox busybox_unstripped
        - rm -r -f _install testsuite/links
        - find . -name .\*.flags -exec rm -f {} \;
        - find . -name \*.o -exec rm -f {} \;