implement mostlyclean target in strace package
SVN-Revision: 1146
This commit is contained in:
parent
f71e84a9ff
commit
0ab6153f25
1 changed files with 4 additions and 0 deletions
|
@ -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 a new issue