mirror of
https://github.com/munin-monitoring/muninlite.git
synced 2025-01-03 11:42:10 +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
7
Makefile
7
Makefile
|
@ -1,7 +1,5 @@
|
|||
|
||||
|
||||
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); \
|
||||
|
@ -22,7 +20,6 @@ munin-node: plugins/* munin-node.conf
|
|||
munin-node.in > munin-node
|
||||
@chmod +x munin-node
|
||||
|
||||
|
||||
all: munin-node
|
||||
|
||||
clean-node:
|
||||
|
@ -30,7 +27,7 @@ clean-node:
|
|||
@rm -f munin-node
|
||||
|
||||
clean-tgz:
|
||||
@echo "Old releases"
|
||||
@echo "Removing old releases"
|
||||
@rm -rf releases
|
||||
|
||||
clean: clean-node
|
||||
|
|
Loading…
Reference in a new issue