1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-10-01 09:41:38 +03:00

Add some more clean targets

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6721 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
florian 2007-03-26 22:09:00 +00:00
parent 4989e68c6d
commit 29235f2acf

View File

@ -178,7 +178,7 @@ clean: FORCE
dirclean: clean
rm -rf staging_dir_* toolchain_build_* tool_build
distclean: dirclean config-clean
distclean: dirclean config-clean symlinkclean docclean
rm -rf dl
help:
@ -193,7 +193,7 @@ docclean:
symlinkclean:
find package -type l | xargs rm -f
.SILENT: clean dirclean distclean config-clean download world
.SILENT: clean dirclean distclean symlinkclean config-clean download world
FORCE: ;
.PHONY: FORCE help
%: ;