mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-21 18:41:03 +00:00
strip the binary
This commit is contained in:
parent
2f167d679f
commit
881a6374f5
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@ LINKS=cpu entropy forks fw_packets interrupts load open_files open_inodes \
|
|||
%.o:%.c
|
||||
${CC} ${CFLAGS} -c $< -o $@
|
||||
all:munin-plugins-busybox
|
||||
strip -s munin-plugins-busybox
|
||||
for l in ${LINKS}; do test -f $$l || ln -s munin-plugins-busybox $$l; done
|
||||
munin-plugins-busybox:${OBJS}
|
||||
${CC} ${CFLAGS} $^ -o $@
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue