mirror of
https://github.com/flynx/proxmox-utils.git
synced 2025-10-28 18:50:08 +00:00
...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
1c729e9be0
commit
254b3df01d
8
Makefile
8
Makefile
@ -60,12 +60,12 @@ check: check-message $(foreach dep,$(DEPENDENCIES),require($(dep)))
|
||||
FORCE:
|
||||
|
||||
|
||||
%-bootstrap:
|
||||
BOOTSTRAP=1 make $*
|
||||
%-bootstrap: export BOOTSTRAP=1
|
||||
%-bootstrap: %
|
||||
|
||||
|
||||
%-bootstrap-clean:
|
||||
BOOTSTRAP_CLEAN=1 make $*
|
||||
%-bootstrap-clean: export BOOTSTRAP_CLEAN=1
|
||||
%-bootstrap-clean: %
|
||||
|
||||
|
||||
%: config %/make.sh FORCE
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user