clean busybox_unstripped as pointed out by Robert P. J. Day

This commit is contained in:
Mike Frysinger 2006-03-05 16:25:19 +00:00
parent 688ed0d760
commit 33b45a09a1

View File

@ -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 {} \;