Re: [OpenWrt-Devel] what is the purpose of "make symlinkclean"?

2008-03-19 Thread Felix Fietkau
Robert P. J. Day wrote: > i can see how it's defined in include/toplevel.mk: > > ... > symlinkclean: > -find package -type l | xargs rm -f > rm -rf tmp > ... > > but under what circumstances would you use it? it would clearly > remove, say, the "openwrt-packages" symlink under

[OpenWrt-Devel] what is the purpose of "make symlinkclean"?

2008-02-06 Thread Robert P. J. Day
i can see how it's defined in include/toplevel.mk: ... symlinkclean: -find package -type l | xargs rm -f rm -rf tmp ... but under what circumstances would you use it? it would clearly remove, say, the "openwrt-packages" symlink under package/, and tmp/, but what would inspire