mirror of https://github.com/mirror/busybox.git
Clean config binsries on 'make clean'
parent
8004bb7661
commit
92a06d0943
2
Makefile
2
Makefile
|
@ -215,9 +215,9 @@ clean:
|
|||
- find . -name .depend -exec rm -f {} \;
|
||||
- find . -name \*.o -exec rm -f {} \;
|
||||
- find . -name \*.a -exec rm -f {} \;
|
||||
- $(MAKE) -C scripts/config clean
|
||||
|
||||
distclean: clean
|
||||
- $(MAKE) -C scripts/config clean
|
||||
rm -f .config .config.old .config.cmd
|
||||
|
||||
release: distclean #doc
|
||||
|
|
Loading…
Reference in New Issue