mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-24 01:01:52 +02:00
clean scripts/config on distclean
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3912 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
9f1c460264
commit
db3abbe874
4
Makefile
4
Makefile
@ -98,10 +98,10 @@ world: ./scripts/config/conf FORCE
|
|||||||
clean: FORCE
|
clean: FORCE
|
||||||
rm -rf build_* bin
|
rm -rf build_* bin
|
||||||
|
|
||||||
dirclean: clean FORCE
|
dirclean: clean
|
||||||
rm -rf staging_dir_* toolchain_build_*
|
rm -rf staging_dir_* toolchain_build_*
|
||||||
|
|
||||||
distclean: dirclean FORCE
|
distclean: dirclean config-clean
|
||||||
rm -rf dl .*config* .pkg*
|
rm -rf dl .*config* .pkg*
|
||||||
|
|
||||||
.PHONY: FORCE
|
.PHONY: FORCE
|
||||||
|
Loading…
Reference in New Issue
Block a user