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:
parent
f082d1fddf
commit
9abbe7a033
4 changed files with 23 additions and 23 deletions
|
@ -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 $*-%,%,$@)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue