Squelch sed output to terminal
This commit is contained in:
parent
32b816c77b
commit
19641859ca
2 changed files with 2 additions and 2 deletions
|
@ -23,7 +23,7 @@ reboot: inventory.yaml
|
|||
aws --region $(AWS_REGION) ec2 reboot-instances --instance-ids $(INSTANCE_ID)
|
||||
|
||||
inventory.yaml: inventory.tmpl.yaml sedline
|
||||
sed $(SEDLINE) inventory.tmpl.yaml > inventory.yaml
|
||||
@sed $(SEDLINE) inventory.tmpl.yaml > inventory.yaml
|
||||
|
||||
SEDLINE =
|
||||
|
||||
|
|
|
@ -23,7 +23,7 @@ terraform-check: .toolcheck pubkey
|
|||
SEDLINE =
|
||||
|
||||
config.tf: sedline config.tf.in ../config.mk
|
||||
sed $(SEDLINE) config.tf.in > config.tf
|
||||
@sed $(SEDLINE) config.tf.in > config.tf
|
||||
|
||||
#configvars: ../config.mk
|
||||
# $(eval CONFIGVARS := $(shell grep '^[0-9A-Z]' ../config.mk | awk '{print $1}'))
|
||||
|
|
Loading…
Reference in a new issue