1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-11-10 11:57:32 +02:00

add mostlyclean target to setserial

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

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