mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-23 21:22:48 +02:00
package/refresh should clean all packages before refreshing their patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7489 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
82a81707d8
commit
cca016f893
@ -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