slackbuilds_ponce/system/ioping/ioping-0.9-Makefile.diff
Bryan Harris 5ad17afaf7
system/ioping: Added (monitor I/O latency in real time).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
2016-07-30 08:28:31 +07:00

11 lines
308 B
Diff

--- Makefile 2014-10-06 02:05:35.000000000 -0400
+++ Makefile.new 2016-06-02 13:21:26.326048007 -0400
@@ -31,7 +31,7 @@
all: version $(BINS)
version: $(DISTFILES)
- test ! -d .git || git describe --tags --dirty=+ | sed 's/^v//;s/-/./g' > $@
+ echo 0.9 > $@
clean:
$(RM) -f $(OBJS) $(BINS) $(MANS_F)