cleanup (dist)clean logic

This commit is contained in:
"Vladimir N. Oleynik" 2006-01-23 11:24:58 +00:00
parent b70ccd9509
commit 9394b232ef

View File

@ -426,7 +426,7 @@ clean:
docs/busybox.pod docs/busybox.net/busybox.html \
docs/busybox pod2htm* *.gdb *.elf *~ core .*config.log \
docs/BusyBox.txt docs/BusyBox.1 docs/BusyBox.html \
docs/busybox.net/BusyBox.html busybox.links include/_usage.h \
docs/busybox.net/BusyBox.html busybox.links \
$(DO_INSTALL_LIBS) $(LIBBUSYBOX_SONAME) \
.config.old busybox
- rm -rf _install testsuite/links
@ -437,7 +437,7 @@ clean:
distclean: clean
- $(RM_F) scripts/bb_mkdep
- rm -rf include/config include/config.h include/bb_config.h include/bbconfigopts.h
- rm -rf include/config $(DEP_INCLUDES)
- find . -name .depend -exec $(RM_F) {} \;
$(RM_F) .config .config.old .config.cmd