makefile: utilisation de variable globale
This commit is contained in:
5
Makefile
5
Makefile
@@ -43,9 +43,8 @@ show-roots:
|
|||||||
nix-store --gc --print-roots
|
nix-store --gc --print-roots
|
||||||
|
|
||||||
show-time:
|
show-time:
|
||||||
-@$(CHRONY_STATUS)
|
-@$(CHRONY_STATUS) && $(CHRONY_STATS)
|
||||||
#CHRONY_STATUS='chronyc tracking' CHRONY_STATS='chronyc sources -v' ${CHRONY_STATS} && watch -d -n 20 "${CHRONY_STATUS} && echo "--" && ${CHRONY_STATS}"
|
-@watch -d -n 5 "$(CHRONY_STATUS) && echo "--" && $(CHRONY_STATS)"
|
||||||
-@watch -d -n 20 "$(CHRONY_STATUS) && echo "--" && $(CHRONY_STATS)"
|
|
||||||
|
|
||||||
store-repair:
|
store-repair:
|
||||||
$(TIME) nix-store --verify --check-contents --repair
|
$(TIME) nix-store --verify --check-contents --repair
|
||||||
|
|||||||
Reference in New Issue
Block a user