mirror of
https://github.com/munin-monitoring/muninlite.git
synced 2025-01-03 03:32:11 +01:00
Makefile: cleanup whitespace and comments
This commit is contained in:
parent
38586372d2
commit
519a1c2ef9
1 changed files with 5 additions and 8 deletions
13
Makefile
13
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
|
||||
|
|
Loading…
Reference in a new issue