summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2015-09-25 01:41:53 +0200
committertv <tv@krebsco.de>2015-09-25 01:41:53 +0200
commit93510f6a81e9860b304abcd091825084ba2437b8 (patch)
treec91001c1bb061e812efd3e09d382242c51f884ee /Makefile
parent87950bc82aed87b45ac1e4e95d1e36e8791a38f2 (diff)
make: don't try to run `make[1]:`
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index b34278c..05780f8 100644
--- a/Makefile
+++ b/Makefile
@@ -19,11 +19,11 @@ $(systems):
else ifdef system
.PHONY: deploy
deploy:;@
- make eval system=$(system) get=config.krebs.build.script filter=json | sh
+ make -s eval system=$(system) get=config.krebs.build.script filter=json | sh
.PHONY: infest
infest:;@
- make eval system=$(system) get=config.krebs.build.infest filter=json | sh
+ make -s eval system=$(system) get=config.krebs.build.infest filter=json | sh
.PHONY: eval
eval: