1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-10-01 10:58:12 +03: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:
nbd 2006-06-08 00:39:08 +00:00
parent 9f1c460264
commit db3abbe874

View File

@ -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