Skip to content
Snippets Groups Projects
Commit 7d93f622 authored by nbd's avatar nbd
Browse files

add %-rebuild target for package/

git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1150 3c298f89-4303-0410-b956-a3cf2f4a3e73
parent 700e3934
No related branches found
No related tags found
No related merge requests found
......@@ -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,%,$@)-*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment