diff options
author | Helmut Grohne <helmut@subdivi.de> | 2008-06-21 11:52:29 +0000 |
---|---|---|
committer | Helmut Grohne <helmut@subdivi.de> | 2008-06-21 11:52:29 +0000 |
commit | 9f4566a9040457dcb966ac01c19550451ed2f341 (patch) | |
tree | d354ca0705f2da730c0156ea3d9c14b888839245 | |
parent | 35e2a045b7b87ecd7a4e5f27a6d3078479e3500b (diff) | |
download | munin-plugins-busybox-9f4566a9040457dcb966ac01c19550451ed2f341.tar.gz |
strip the binary
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 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 $@ |