From: Mike Frysinger Date: Sun, 5 Mar 2006 16:25:19 +0000 (-0000) Subject: clean busybox_unstripped as pointed out by Robert P. J. Day X-Git-Tag: 1_1_0~116 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=33b45a09a1c8bc51c4be3de315434a3db05335d0;p=oweals%2Fbusybox.git clean busybox_unstripped as pointed out by Robert P. J. Day --- diff --git a/Makefile b/Makefile index 2e8e3e58c..264f5b1e0 100644 --- 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 {} \;