Makefile: cleanup whitespace and comments

This commit is contained in:
Lars Kruse 2019-07-23 04:32:57 +02:00
parent 38586372d2
commit 519a1c2ef9
1 changed files with 5 additions and 8 deletions

View File

@ -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