mirror of
https://github.com/outbackdingo/openwrt.git
synced 2026-02-23 02:50:27 +00:00
add mostlyclean target to setserial
SVN-Revision: 3254
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user