1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-10-04 02:39:28 +03: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:
nbd 2005-06-05 13:32:28 +00:00
parent 878d2d742f
commit 694ce1cdd9

View File

@ -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