From: Felix Fietkau Date: Sun, 5 Jun 2005 14:45:48 +0000 (+0000) Subject: add %-rebuild target for package/ X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=56d078ff311b4a08a809e80ff91494989edc7c7b;p=15.05%2Fopenwrt.git add %-rebuild target for package/ git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1150 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/openwrt/package/Makefile b/openwrt/package/Makefile index 38958381dd..8d7dd75793 100644 --- a/openwrt/package/Makefile +++ b/openwrt/package/Makefile @@ -216,6 +216,10 @@ sdk-compile: $(DEV_LIBS_COMPILE) $(SDK_DEFAULT_COMPILE) openwrt-install @[ -f $(STAMP_DIR)/.$@ ] || $(MAKE) -C $(patsubst %-install,%,$@) install @touch $(STAMP_DIR)/.$@ +%-rebuild: + @rm -f $(STAMP_DIR)/.$(patsubst %-rebuild,%,$@)-* + $(MAKE) -C $(patsubst %-rebuild,%,$@) rebuild + %-clean: @$(MAKE) -C $(patsubst %-clean,%,$@) clean @rm -f $(STAMP_DIR)/.$(patsubst %-clean,%,$@)-*