mirror of
https://github.com/flynx/proxmox-utils.git
synced 2025-10-29 03:00:09 +00:00
adding bootstrap...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
9575979867
commit
1c729e9be0
15
Makefile
15
Makefile
@ -60,6 +60,14 @@ check: check-message $(foreach dep,$(DEPENDENCIES),require($(dep)))
|
|||||||
FORCE:
|
FORCE:
|
||||||
|
|
||||||
|
|
||||||
|
%-bootstrap:
|
||||||
|
BOOTSTRAP=1 make $*
|
||||||
|
|
||||||
|
|
||||||
|
%-bootstrap-clean:
|
||||||
|
BOOTSTRAP_CLEAN=1 make $*
|
||||||
|
|
||||||
|
|
||||||
%: config %/make.sh FORCE
|
%: config %/make.sh FORCE
|
||||||
$*/make.sh
|
$*/make.sh
|
||||||
|
|
||||||
@ -97,7 +105,12 @@ gate: gate-traefik
|
|||||||
# ...not yet sure of the best way to do this...
|
# ...not yet sure of the best way to do this...
|
||||||
#
|
#
|
||||||
.PHONY: bootstrap
|
.PHONY: bootstrap
|
||||||
bootstrap: host
|
bootstrap: host-bootstrap gate-bootstrap \
|
||||||
|
ns \
|
||||||
|
bootstrap-clean
|
||||||
|
|
||||||
|
.PHONY: bootstrap-clean
|
||||||
|
bootstrap-clean: host-bootstrap-clean
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user