From 85cd3f3afae48026843bea34d2d0d1056ee9dda5 Mon Sep 17 00:00:00 2001 From: oetiker Date: Sun, 8 Mar 2009 08:02:38 +0000 Subject: [PATCH] Renaming ntmake.pl to ntmake.PL (r1742) had unforseen side effects. At least on freebsd ntmake.PL gets called automatically during build. This is not desired. I renamed the file to ntmake-build sinc it gets called explicilty on windows anyway. Reported by Kevin modified by Tobi git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@1757 a5681a0c-68f1-0310-ab6d-d61299d08faa --- WIN32-BUILD-TIPS.txt | 2 +- bindings/Makefile.am | 2 +- bindings/perl-shared/MANIFEST | 2 +- bindings/perl-shared/{ntmake.PL => ntmake-build} | 0 4 files changed, 3 insertions(+), 3 deletions(-) rename bindings/perl-shared/{ntmake.PL => ntmake-build} (100%) diff --git a/WIN32-BUILD-TIPS.txt b/WIN32-BUILD-TIPS.txt index 67d2dd9..b3fae96 100644 --- a/WIN32-BUILD-TIPS.txt +++ b/WIN32-BUILD-TIPS.txt @@ -151,7 +151,7 @@ and cd to the bindings\perl-shared subdirectory. (8) Run vcvars32.bat; this batch file, in your vc98\bin directory will set necessary environment options for command line compiling. (9) In bindings\perl-shared, run -perl ntmake.pl +perl ntmake-build nmake nmake test If nmake test succeeds, you are good to go. RRDs.dll is in diff --git a/bindings/Makefile.am b/bindings/Makefile.am index 34ba5b8..4b5d6d4 100644 --- a/bindings/Makefile.am +++ b/bindings/Makefile.am @@ -11,7 +11,7 @@ SUBDIRS = $(SUB_tcl) $(SUB_lua) # the following files are not mentioned in any other Makefile EXTRA_DIST = perl-piped/MANIFEST perl-piped/README perl-piped/Makefile.PL perl-piped/RRDp.pm perl-piped/t/base.t \ - perl-shared/ntmake.PL perl-shared/MANIFEST perl-shared/README perl-shared/Makefile.PL perl-shared/RRDs.pm perl-shared/RRDs.xs perl-shared/t/base.t \ + perl-shared/ntmake-build perl-shared/MANIFEST perl-shared/README perl-shared/Makefile.PL perl-shared/RRDs.pm perl-shared/RRDs.xs perl-shared/t/base.t \ ruby/CHANGES ruby/README ruby/extconf.rb ruby/main.c ruby/test.rb \ python/ACKNOWLEDGEMENT python/AUTHORS python/COPYING python/README python/rrdtoolmodule.c python/setup.py diff --git a/bindings/perl-shared/MANIFEST b/bindings/perl-shared/MANIFEST index 664d231..0f30b7e 100644 --- a/bindings/perl-shared/MANIFEST +++ b/bindings/perl-shared/MANIFEST @@ -1,4 +1,4 @@ -ntmake.pl +ntmake-build MANIFEST README Makefile.PL diff --git a/bindings/perl-shared/ntmake.PL b/bindings/perl-shared/ntmake-build similarity index 100% rename from bindings/perl-shared/ntmake.PL rename to bindings/perl-shared/ntmake-build -- 2.11.0