cleanup (dist)clean logic
This commit is contained in:
parent
b70ccd9509
commit
9394b232ef
4
Makefile
4
Makefile
@ -426,7 +426,7 @@ clean:
|
|||||||
docs/busybox.pod docs/busybox.net/busybox.html \
|
docs/busybox.pod docs/busybox.net/busybox.html \
|
||||||
docs/busybox pod2htm* *.gdb *.elf *~ core .*config.log \
|
docs/busybox pod2htm* *.gdb *.elf *~ core .*config.log \
|
||||||
docs/BusyBox.txt docs/BusyBox.1 docs/BusyBox.html \
|
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) \
|
$(DO_INSTALL_LIBS) $(LIBBUSYBOX_SONAME) \
|
||||||
.config.old busybox
|
.config.old busybox
|
||||||
- rm -rf _install testsuite/links
|
- rm -rf _install testsuite/links
|
||||||
@ -437,7 +437,7 @@ clean:
|
|||||||
|
|
||||||
distclean: clean
|
distclean: clean
|
||||||
- $(RM_F) scripts/bb_mkdep
|
- $(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) {} \;
|
- find . -name .depend -exec $(RM_F) {} \;
|
||||||
$(RM_F) .config .config.old .config.cmd
|
$(RM_F) .config .config.old .config.cmd
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user