package/refresh should clean all packages before refreshing their patches
SVN-Revision: 7489
This commit is contained in:
parent
9abbe7a033
commit
d5b15895ef
1 changed files with 4 additions and 3 deletions
|
@ -34,6 +34,9 @@ endif
|
|||
|
||||
%-refresh %-update:
|
||||
-$(MAKE) -C $* $(patsubst $*-%,%,$@)
|
||||
|
||||
%-autorefresh:
|
||||
-$(MAKE) -C $* clean refresh QUILT=1
|
||||
|
||||
|
||||
# .IGNORE: $(COMPILE_PACKAGES)
|
||||
|
@ -46,9 +49,7 @@ clean: $(patsubst %,%-clean,$(package-) $(package-y) $(package-m))
|
|||
prereq: $(PREREQ_PACKAGES)
|
||||
download: $(DOWNLOAD_PACKAGES)
|
||||
compile: $(COMPILE_PACKAGES)
|
||||
ifneq ($(QUILT),)
|
||||
refresh: $(patsubst %,%-refresh,$(package-y) $(package-m) $(package-))
|
||||
endif
|
||||
refresh: $(patsubst %,%-autorefresh,$(package-y) $(package-m) $(package-))
|
||||
|
||||
install-targets: $(INSTALL_PACKAGES)
|
||||
install:
|
||||
|
|
Loading…
Reference in a new issue