summaryrefslogtreecommitdiff
path: root/target/Makefile
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2007-06-04 11:14:08 +0000
committerFelix Fietkau <nbd@openwrt.org>2007-06-04 11:14:08 +0000
commit9abbe7a03331e090354effabae026992dc962332 (patch)
tree81a84364087dfcdbdf390d024d3037d8bb1455d1 /target/Makefile
parentf082d1fddf936c406eed2eeeeef89972cf64bd22 (diff)
downloadmtk-20170518-9abbe7a03331e090354effabae026992dc962332.zip
mtk-20170518-9abbe7a03331e090354effabae026992dc962332.tar.gz
mtk-20170518-9abbe7a03331e090354effabae026992dc962332.tar.bz2
Rename 'refresh' to 'update' and make the new 'refresh' actually refresh all the patches. Also added a target package/refresh which will do this to all packages in the buildroot
SVN-Revision: 7488
Diffstat (limited to 'target/Makefile')
-rw-r--r--target/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/Makefile b/target/Makefile
index 438d268..a3b15b2 100644
--- a/target/Makefile
+++ b/target/Makefile
@@ -51,5 +51,5 @@ image_install: image_compile
imagebuilder_install: image_install
$(MAKE) -C imagebuilder install
-%-prereq %-prepare %-download %-clean %-compile %-install %-refresh: FORCE
+%-prereq %-prepare %-download %-clean %-compile %-install %-refresh %-update: FORCE
$(MAKE) -C $* $(patsubst $*-%,%,$@)