From cffcd9bd3e302944bcedb0c615406b084373a749 Mon Sep 17 00:00:00 2001 From: Jean-Pierre PRUNARET Date: Sun, 4 Mar 2018 18:29:42 +0100 Subject: [PATCH] makefile: utilisation de variable globale --- Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 44d8fec..e479a58 100644 --- a/Makefile +++ b/Makefile @@ -43,9 +43,8 @@ show-roots: nix-store --gc --print-roots show-time: - -@$(CHRONY_STATUS) - #CHRONY_STATUS='chronyc tracking' CHRONY_STATS='chronyc sources -v' ${CHRONY_STATS} && watch -d -n 20 "${CHRONY_STATUS} && echo "--" && ${CHRONY_STATS}" - -@watch -d -n 20 "$(CHRONY_STATUS) && echo "--" && $(CHRONY_STATS)" + -@$(CHRONY_STATUS) && $(CHRONY_STATS) + -@watch -d -n 5 "$(CHRONY_STATUS) && echo "--" && $(CHRONY_STATS)" store-repair: $(TIME) nix-store --verify --check-contents --repair