From 519a1c2ef99d456c96c7988730ddee932e42c1a4 Mon Sep 17 00:00:00 2001 From: Lars Kruse Date: Tue, 23 Jul 2019 04:32:57 +0200 Subject: [PATCH] Makefile: cleanup whitespace and comments --- Makefile | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/Makefile b/Makefile index 7aec708..6d129ff 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,6 @@ +PLUGINS = df cpu if_ if_err_ load memory processes swap netstat uptime interrupts irqstats ntpdate plugindir_ -PLUGINS=df cpu if_ if_err_ load memory processes swap netstat uptime interrupts irqstats ntpdate plugindir_ -#PLUGINS=cpu if_ if_err_ load memory processes netstat uptime interrupts irqstats - munin-node: plugins/* munin-node.conf @export VERSION=$$(cat VERSION); \ export CONF=$$(grep -v '^#' munin-node.conf); \ @@ -22,19 +20,18 @@ munin-node: plugins/* munin-node.conf munin-node.in > munin-node @chmod +x munin-node - all: munin-node - + clean-node: @echo "Removing munin-node" @rm -f munin-node -clean-tgz: - @echo "Old releases" +clean-tgz: + @echo "Removing old releases" @rm -rf releases clean: clean-node - + clean-all: clean-node clean-tgz tgz: clean-node