add mostlyclean target to setserial
SVN-Revision: 3254
This commit is contained in:
parent
f70af10813
commit
cd21a549ff
1 changed files with 6 additions and 0 deletions
|
@ -56,3 +56,9 @@ $(IPKG_SETSERIAL):
|
|||
install -m0755 $(PKG_BUILD_DIR)/setserial $(IDIR_SETSERIAL)/usr/sbin/
|
||||
$(RSTRIP) $(IDIR_SETSERIAL)
|
||||
$(IPKG_BUILD) $(IDIR_SETSERIAL) $(PACKAGE_DIR)
|
||||
|
||||
mostlyclean:
|
||||
$(MAKE) -C $(PKG_BUILD_DIR) \
|
||||
clean
|
||||
rm -f $(PKG_BUILD_DIR)/.built
|
||||
|
||||
|
|
Loading…
Reference in a new issue