Don't wipe the config system on 'make clean'
This commit is contained in:
parent
66a3af9d7c
commit
a99534354a
9
Makefile
9
Makefile
@ -209,16 +209,17 @@ clean:
|
|||||||
docs/busybox.pdf docs/busybox.pod docs/busybox.net/busybox.html \
|
docs/busybox.pdf docs/busybox.pod docs/busybox.net/busybox.html \
|
||||||
docs/busybox _install pod2htm* *.gdb *.elf *~ core
|
docs/busybox _install pod2htm* *.gdb *.elf *~ core
|
||||||
- rm -f busybox busybox.links libbb/loop.h .config.old .hdepend
|
- rm -f busybox busybox.links libbb/loop.h .config.old .hdepend
|
||||||
- rm -f scripts/split-include scripts/mkdep .*config.log
|
- rm -f .*config.log
|
||||||
- rm -rf include/config include/config.h
|
|
||||||
- find . -name .\*.flags -exec rm -f {} \;
|
- find . -name .\*.flags -exec rm -f {} \;
|
||||||
- find . -name .depend -exec rm -f {} \;
|
|
||||||
- find . -name \*.o -exec rm -f {} \;
|
- find . -name \*.o -exec rm -f {} \;
|
||||||
- find . -name \*.a -exec rm -f {} \;
|
- find . -name \*.a -exec rm -f {} \;
|
||||||
- $(MAKE) -C scripts/config clean
|
|
||||||
|
|
||||||
distclean: clean
|
distclean: clean
|
||||||
|
- rm -f scripts/split-include scripts/mkdep
|
||||||
|
- rm -rf include/config include/config.h
|
||||||
|
- find . -name .depend -exec rm -f {} \;
|
||||||
rm -f .config .config.old .config.cmd
|
rm -f .config .config.old .config.cmd
|
||||||
|
- $(MAKE) -C scripts/config clean
|
||||||
|
|
||||||
release: distclean #doc
|
release: distclean #doc
|
||||||
cd ..; \
|
cd ..; \
|
||||||
|
Loading…
Reference in New Issue
Block a user