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
This commit is contained in:
Felix Fietkau 2007-06-04 11:14:08 +00:00
parent f082d1fddf
commit 9abbe7a033
4 changed files with 23 additions and 23 deletions

View file

@ -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 $*-%,%,$@)