mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-27 18:17:32 +02:00
Add a symlinkclean target to remove symlinks
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6720 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
c4d54fb891
commit
4989e68c6d
3
Makefile
3
Makefile
@ -190,6 +190,9 @@ doc:
|
|||||||
docclean:
|
docclean:
|
||||||
$(MAKE) -C docs/ clean
|
$(MAKE) -C docs/ clean
|
||||||
|
|
||||||
|
symlinkclean:
|
||||||
|
find package -type l | xargs rm -f
|
||||||
|
|
||||||
.SILENT: clean dirclean distclean config-clean download world
|
.SILENT: clean dirclean distclean config-clean download world
|
||||||
FORCE: ;
|
FORCE: ;
|
||||||
.PHONY: FORCE help
|
.PHONY: FORCE help
|
||||||
|
Loading…
Reference in New Issue
Block a user