1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-07-07 13:55:28 +03:00

add mostlyclean target to setserial

git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@3254 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd 2006-02-19 00:46:07 +00:00
parent f0de6a9d3f
commit 06cf1607be

View File

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