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:
parent
128b75f38a
commit
9d4c161e2f
@ -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 New Issue
Block a user