mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2024-12-28 17:42:28 +00:00
package/refresh should clean all packages before refreshing their patches
SVN-Revision: 7489
This commit is contained in:
parent
9abbe7a033
commit
d5b15895ef
@ -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 New Issue
Block a user