summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2016-02-02 03:20:29 +0100
committertv <tv@krebsco.de>2016-02-02 03:20:29 +0100
commit8e219cd0a2446e8f141e0f2403413a9bd3f0b061 (patch)
treeb52e758e0cea5364596faacba1e07878a0aa40ba /Makefile
parentb849e3525edfe884a2e004e6497aad9995c093bd (diff)
Makefile,krebs/v2: verbosity++
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ecfc7e50..f81666ae 100644
--- a/Makefile
+++ b/Makefile
@@ -73,7 +73,7 @@ populate:;@
# usage: make rebuild system=foo [target=bar] [operation=switch]
.PHONY: rebuild
-rebuild: populate ;@
+rebuild: populate ;@set -x
ssh root@"$$target" nixos-rebuild "$${operation-switch}" -I /var/src
else