Squelch sed output to terminal

This commit is contained in:
Erik Stambaugh 2024-01-28 18:15:30 -08:00
parent 32b816c77b
commit 19641859ca
2 changed files with 2 additions and 2 deletions

View file

@ -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 =

View file

@ -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}'))