[rrd-developers] Tiny rrdtool patch
Blair Zajac
bzajac at geostaff.com
Thu Sep 2 19:49:03 MEST 1999
Here's a tiny patch for RRDtool.
Blair
-------------- next part --------------
diff -ru ../rrdtool-1.0.7/Makefile.am ./Makefile.am
--- ../rrdtool-1.0.7/Makefile.am Fri Aug 27 11:01:12 1999
+++ ./Makefile.am Tue Aug 31 10:36:24 1999
@@ -73,10 +73,10 @@
scp CHANGES tobi at ipn.caida.org:/ipn/web/Tools/RRDtool/pub/
scp archive/$(PACKAGE)-$(VERSION).tar.gz tobi at ipn.caida.org:/ipn/web/Tools/RRDtool/pub/
-site-perl-inst:
+site-perl-inst: perl-piped/Makefile perl-shared/Makefile
cd perl-piped && $(MAKE) install
cd perl-shared && $(MAKE) install
clean-local:
- cd perl-piped && $(MAKE) clean
- cd perl-shared && $(MAKE) clean
+ cd perl-piped && test -f perl-piped/Makefile && $(MAKE) clean
+ cd perl-shared && test -f perl-shared/Makefile && $(MAKE) clean
-------------- next part --------------
A non-text attachment was scrubbed...
Name: bzajac.vcf
Type: text/x-vcard
Size: 322 bytes
Desc: Card for Blair Zajac
Url : https://lists.oetiker.ch/pipermail/rrd-developers/attachments/19990902/fe1792bf/attachment.vcf
More information about the rrd-developers
mailing list