mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-23 07:22:33 +00:00
add mostlyclean target to setserial
SVN-Revision: 3254
This commit is contained in:
parent
f70af10813
commit
cd21a549ff
@ -56,3 +56,9 @@ $(IPKG_SETSERIAL):
|
|||||||
install -m0755 $(PKG_BUILD_DIR)/setserial $(IDIR_SETSERIAL)/usr/sbin/
|
install -m0755 $(PKG_BUILD_DIR)/setserial $(IDIR_SETSERIAL)/usr/sbin/
|
||||||
$(RSTRIP) $(IDIR_SETSERIAL)
|
$(RSTRIP) $(IDIR_SETSERIAL)
|
||||||
$(IPKG_BUILD) $(IDIR_SETSERIAL) $(PACKAGE_DIR)
|
$(IPKG_BUILD) $(IDIR_SETSERIAL) $(PACKAGE_DIR)
|
||||||
|
|
||||||
|
mostlyclean:
|
||||||
|
$(MAKE) -C $(PKG_BUILD_DIR) \
|
||||||
|
clean
|
||||||
|
rm -f $(PKG_BUILD_DIR)/.built
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user