mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-02-17 14:54:43 +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:
|
%-refresh %-update:
|
||||||
-$(MAKE) -C $* $(patsubst $*-%,%,$@)
|
-$(MAKE) -C $* $(patsubst $*-%,%,$@)
|
||||||
|
|
||||||
|
%-autorefresh:
|
||||||
|
-$(MAKE) -C $* clean refresh QUILT=1
|
||||||
|
|
||||||
|
|
||||||
# .IGNORE: $(COMPILE_PACKAGES)
|
# .IGNORE: $(COMPILE_PACKAGES)
|
||||||
@ -46,9 +49,7 @@ clean: $(patsubst %,%-clean,$(package-) $(package-y) $(package-m))
|
|||||||
prereq: $(PREREQ_PACKAGES)
|
prereq: $(PREREQ_PACKAGES)
|
||||||
download: $(DOWNLOAD_PACKAGES)
|
download: $(DOWNLOAD_PACKAGES)
|
||||||
compile: $(COMPILE_PACKAGES)
|
compile: $(COMPILE_PACKAGES)
|
||||||
ifneq ($(QUILT),)
|
refresh: $(patsubst %,%-autorefresh,$(package-y) $(package-m) $(package-))
|
||||||
refresh: $(patsubst %,%-refresh,$(package-y) $(package-m) $(package-))
|
|
||||||
endif
|
|
||||||
|
|
||||||
install-targets: $(INSTALL_PACKAGES)
|
install-targets: $(INSTALL_PACKAGES)
|
||||||
install:
|
install:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user