OpenWrt – Diff between revs 2 and 3

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 2 Rev 3
Line 88... Line 88...
88 @-find $(1) -name '.#*' | $(XARGS) rm -f 88 @-find $(1) -name '.#*' | $(XARGS) rm -f
89 rm -rf $(1)/tmp/* 89 rm -rf $(1)/tmp/*
90 rm -f $(1)/usr/lib/opkg/lists/* 90 rm -f $(1)/usr/lib/opkg/lists/*
91 rm -f $(1)/usr/lib/opkg/info/*.postinst* 91 rm -f $(1)/usr/lib/opkg/info/*.postinst*
92 rm -f $(1)/var/lock/*.lock 92 rm -f $(1)/var/lock/*.lock
93 rm -rf $(1)/boot -  
94 $(call clean_ipkg,$(1)) 93 $(call clean_ipkg,$(1))
95 $(call mklibs,$(1)) 94 $(call mklibs,$(1))
96 endef 95 endef