add mostlyclean target to setserial
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 19 Feb 2006 00:46:07 +0000 (00:46 +0000)
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 19 Feb 2006 00:46:07 +0000 (00:46 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@3254 3c298f89-4303-0410-b956-a3cf2f4a3e73

openwrt/package/setserial/Makefile

index a4f84f9..5c3565a 100644 (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
+
This page took 0.024936 seconds and 4 git commands to generate.