summaryrefslogtreecommitdiff
path: root/make_ext.pl
Commit message (Expand)AuthorAgeFilesLines
* win32: remove makefile.mk (#18511)xenu2021-01-281-4/+0
* Add .gitignore to the list of files that are safe to ignore in make_ext.plSteve Hay2021-01-071-0/+1
* Force path to ExtUtils::PL2Bat in make_ext.plLeon Timmermans2020-07-301-1/+1
* make_ext.pl should use current Perl to run Makefile.PLNicolas R2020-03-111-0/+1
* Make sure 'if' compiled before Pod::SimpleKarl Williamson2019-05-271-4/+7
* make_ext.pl: Add some general commentsKarl Williamson2019-05-271-0/+8
* Better document build dependency orderingKarl Williamson2019-05-271-1/+7
* make_ext.pl: Use version.pm for version cmpFather Chrysostomos2017-10-301-1/+1
* Ensure that lib is built before IO-CompressChris 'BinGOs' Williams2017-03-101-1/+2
* Switch most open() calls to three-argument form.John Lightsey2016-12-231-1/+1
* [perl #126710] only touch pm_to_blib if files are copiedTony Cook2016-06-131-14/+31
* make_ext.pl: emit fewer blank lines during buildAaron Crane2016-05-171-1/+1
* Integrate podlators 4.05.Craig A. Berry2016-01-301-27/+18
* make_ext.pl: fix operator precedence error from b4c079ca5Tony Cook2015-11-231-1/+1
* make non-zero exit from Makefile.PL fatal in make_ext.plDaniel Dragan2015-10-211-1/+5
* make -s: silent means silentReini Urban2015-10-141-1/+3
* Revert "amigaos4: flock unimplemented"Jarkko Hietaniemi2015-09-161-3/+1
* amigaos4: flock unimplementedAndy Broad2015-09-051-1/+3
* factor out an %ENV assignment from make_ext.plDaniel Dragan2015-07-201-1/+1
* special-case Pod::Checker ABSTRACTDavid Mitchell2014-12-031-0/+11
* reinstate cpan/IO-Compress/Makefile.PLDavid Mitchell2014-12-031-1/+0
* dont run extension building make twice on a fresh src treeDaniel Dragan2014-11-111-6/+3
* fix Win32 nmake cant rebuild DynaLoader.obj on Makefile regen bugDaniel Dragan2014-11-041-4/+1
* const fold OS versions in make_ext.plDaniel Dragan2014-11-051-18/+21
* Set PERL_MM_USE_DEFAULT in make_ext.plFather Chrysostomos2014-10-101-1/+4
* Fix distclean for "pm_to_blib directly" extensions.Craig A. Berry2014-09-211-1/+1
* make_ext.pl: Typo in error messageFather Chrysostomos2014-09-061-1/+1
* stat Makefile.PL to get values for utime.Anthony Heading2014-09-031-2/+2
* pass through -s if supplied, instead of defaulting to itTony Cook2014-07-021-1/+1
* Support faster make -sReini Urban2014-07-021-9/+11
* Suppress the pm_to_blib spammage during makeChris 'BinGOs' Williams2014-06-131-0/+2
* On VMS, lib is lib.DIR, etc. make_ext.pl needs to account for this.Nicholas Clark2014-03-021-5/+11
* Generate fallback shell cleanup code for the extensions make_ext.pl handles.Nicholas Clark2014-03-021-3/+11
* make_ext.pl can handle 4 extensions in dist/ which need a Makefile.PL for CPAN.Nicholas Clark2014-03-021-0/+44
* make_ext.pl can also handle extensions with a module tree at the top level.Nicholas Clark2014-03-021-6/+16
* make_ext.pl can also handle extensions with a module file at the top level.Nicholas Clark2014-03-021-32/+48
* For simple extensions make_ext.pl can emulate the entire MakeMaker/make dance.Nicholas Clark2014-03-021-3/+109
* Extract fallback_cleanup() to hold the code that writes cleanup shell scripts.Nicholas Clark2014-03-021-8/+12
* make_ext.pl should validate exactly which clean targets it can be used for.Nicholas Clark2014-03-021-1/+1
* make_ext.pl: Phase out the use of Cross.pmBrian Fraser2014-01-221-37/+28
* Stop using $run for anything other than testing compiled tests in Configure.Jess Robinson2014-01-221-8/+5
* Merge branch 'dirnames' into bleadSteve Hay2013-12-021-0/+5
|\
| * Move Cwd and List-Util to folders named as per their CPAN distributionsSteve Hay2013-10-241-0/+5
* | Remove some unnecessary Makefile.PLs from cpan/ and ext/Steve Hay2013-10-251-0/+1
|/
* WinCE Makefile and make_ext.pl general and XS fixesDaniel Dragan2013-10-211-3/+43
* restore XS module building for WinCEDaniel Dragan2013-08-231-0/+1
* typo fixes for root level scriptsDavid Steinbrunner2013-05-221-1/+1
* [perl #113940] Make make_ext delete Makefiles when version changesFather Chrysostomos2012-07-291-0/+22
* In make_ext.pl, inline _macroify_passthrough() into its only caller.Nicholas Clark2012-06-051-10/+5
* In make_ext.pl, only fudge the Makefile.PL timestamp when generating it.Nicholas Clark2012-06-051-4/+10