From: oetiker Date: Sun, 8 Mar 2009 08:02:38 +0000 (+0000) Subject: Renaming ntmake.pl to ntmake.PL (r1742) had unforseen side effects. At least X-Git-Url: https://git.tokkee.org/?p=rrdtool-all.git;a=commitdiff_plain;h=56ceaa317c70001544140d603ac781fd0f6b2850 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/branches/1.2@1757 a5681a0c-68f1-0310-ab6d-d61299d08faa --- diff --git a/program/WIN32-BUILD-TIPS.txt b/program/WIN32-BUILD-TIPS.txt index 7d731c83..13796e4d 100644 --- a/program/WIN32-BUILD-TIPS.txt +++ b/program/WIN32-BUILD-TIPS.txt @@ -95,7 +95,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/program/bindings/Makefile.am b/program/bindings/Makefile.am index fd53f420..30e4ba85 100644 --- a/program/bindings/Makefile.am +++ b/program/bindings/Makefile.am @@ -8,7 +8,7 @@ SUBDIRS = $(SUB_tcl) # 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/rrd_extra.h python/rrdtoolmodule.c python/setup.py diff --git a/program/bindings/perl-shared/MANIFEST b/program/bindings/perl-shared/MANIFEST index 664d2315..0f30b7eb 100644 --- a/program/bindings/perl-shared/MANIFEST +++ b/program/bindings/perl-shared/MANIFEST @@ -1,4 +1,4 @@ -ntmake.pl +ntmake-build MANIFEST README Makefile.PL diff --git a/program/bindings/perl-shared/ntmake-build b/program/bindings/perl-shared/ntmake-build new file mode 100644 index 00000000..e69de29b diff --git a/program/bindings/perl-shared/ntmake.PL b/program/bindings/perl-shared/ntmake.PL deleted file mode 100644 index e69de29b..00000000