diff options
| author | Felix Fietkau <nbd@openwrt.org> | 2005-06-05 14:45:48 +0000 |
|---|---|---|
| committer | Felix Fietkau <nbd@openwrt.org> | 2005-06-05 14:45:48 +0000 |
| commit | 56d078ff311b4a08a809e80ff91494989edc7c7b (patch) | |
| tree | c487d546681dbabe3d4fde1f55778add9dd462b8 | |
| parent | bf437428593e26d2bef44a7508f30eadd07cf19c (diff) | |
| download | upstream-56d078ff311b4a08a809e80ff91494989edc7c7b.tar.gz upstream-56d078ff311b4a08a809e80ff91494989edc7c7b.tar.bz2 upstream-56d078ff311b4a08a809e80ff91494989edc7c7b.zip | |
add %-rebuild target for package/
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1150 3c298f89-4303-0410-b956-a3cf2f4a3e73
| -rw-r--r-- | openwrt/package/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/openwrt/package/Makefile b/openwrt/package/Makefile index 38958381dde..8d7dd75793d 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,%,$@)-* |
