build: add refresh-patches step
This commit is contained in:
parent
463c1f49c8
commit
7c0408d96d
7
Makefile
7
Makefile
@ -90,6 +90,13 @@ update-patches: FORCE
|
|||||||
scripts/update-patches.sh
|
scripts/update-patches.sh
|
||||||
scripts/patch.sh
|
scripts/patch.sh
|
||||||
|
|
||||||
|
refresh-patches: FORCE
|
||||||
|
@
|
||||||
|
export $(GLUON_ENV)
|
||||||
|
scripts/update.sh
|
||||||
|
scripts/patch.sh
|
||||||
|
scripts/update-patches.sh
|
||||||
|
|
||||||
update-feeds: FORCE
|
update-feeds: FORCE
|
||||||
@$(GLUON_ENV) scripts/feeds.sh
|
@$(GLUON_ENV) scripts/feeds.sh
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user