mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-19 21:58:04 +00:00
clean scripts/config on distclean
SVN-Revision: 3912
This commit is contained in:
parent
de93bede13
commit
43313bdaab
@ -98,10 +98,10 @@ world: ./scripts/config/conf FORCE
|
||||
clean: FORCE
|
||||
rm -rf build_* bin
|
||||
|
||||
dirclean: clean FORCE
|
||||
dirclean: clean
|
||||
rm -rf staging_dir_* toolchain_build_*
|
||||
|
||||
distclean: dirclean FORCE
|
||||
distclean: dirclean config-clean
|
||||
rm -rf dl .*config* .pkg*
|
||||
|
||||
.PHONY: FORCE
|
||||
|
Loading…
Reference in New Issue
Block a user