I have a Make variable:
PASSWORD:=$(shell vault read -field=password test/password)
If vault
is not installed, make
will print make: vault: Command not found
, but continue executing the recipe. How do I make it fail and stop execution if the expression fails?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…