mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-20 20:16:16 +02:00
implement mostlyclean target in strace package
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1146 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
878d2d742f
commit
694ce1cdd9
@ -56,3 +56,7 @@ $(IPKG_STRACE):
|
||||
cp $(PKG_BUILD_DIR)/$(PKG_NAME) $(IDIR_STRACE)/usr/sbin/
|
||||
$(STRIP) $(IDIR_STRACE)/usr/sbin/*
|
||||
$(IPKG_BUILD) $(IDIR_STRACE) $(PACKAGE_DIR)
|
||||
|
||||
mostlyclean:
|
||||
$(MAKE) -C $(PKG_BUILD_DIR) clean
|
||||
rm -f $(PKG_BUILD_DIR)/.built
|
||||
|
Loading…
Reference in New Issue
Block a user