summaryrefslogtreecommitdiff
path: root/make_ext.pl
Commit message (Expand)AuthorAgeFilesLines
* make_ext.pl should also set INSTALLMAN1DIR=none when running Makefile.PLNicholas Clark2009-04-191-1/+2
* 6c0ec79a2e9c445ac9999df2 failed to build from distclean - also tweak make_ext.plNicholas Clark2009-04-151-0/+3
* make_ext.pl now generates a Makefile.PL if needed.Nicholas Clark2009-04-141-2/+44
* Port make_ext.pl to VMS.Craig A. Berry2009-04-141-13/+66
* Cope with new-style ext/Data-Dumper as well as old-style ext/Data/DumperNicholas Clark2009-04-141-1/+10
* When normalising @extspec, use the result of s/// in if() rather than m//Nicholas Clark2009-04-121-7/+4
* Remove the / from the end of the extension directory. Change the quantifiers onNicholas Clark2009-04-121-1/+1
* Some refactoring in the loop that constructs parameters for build_extension().Nicholas Clark2009-04-121-8/+7
* Fold win32/buildext.pl into make_ext.plNicholas Clark2009-04-121-7/+89
* Replacing system $scalar with system @list requires splitting $MAKE on spaces.Nicholas Clark2009-04-121-5/+8
* Loop over @extspec, calling build_extension() on each.Nicholas Clark2009-04-121-68/+52
* The $@ was actually a botched conversion from $make $targ, rather than anNicholas Clark2009-04-121-1/+1
* Correctly escape $ in debug statementRafael Garcia-Suarez2009-04-121-1/+1
* Move the static/dynamic/nonxs LINKTYPE logic from make_ext.pl to Makefile.SHNicholas Clark2009-04-121-23/+4
* Use the build_extension() routine from win32/buildext.plNicholas Clark2009-04-121-47/+69
* The hack to write out realclean.sh and veryclean.sh is for Unix only.Nicholas Clark2009-04-121-13/+13
* Move the target generic logic above the extension specific logic.Nicholas Clark2009-04-121-31/+30
* The logic to set $makefile to 'Makefile.old' can't work, so remove it.Nicholas Clark2009-04-121-8/+0
* Eliminate $makeargs by prepending its contents to $passthru.Nicholas Clark2009-04-121-10/+4
* Use Config; rather than parsing config.sh and pushing it into %ENV, a literalNicholas Clark2009-04-121-30/+5
* Add --options with arguments to make_ext.pl. Pass $target as --target=...Nicholas Clark2009-04-121-7/+13
* Move ext/util/make_ext.pl to the top level.Nicholas Clark2009-04-121-0/+241