summaryrefslogtreecommitdiff
path: root/Makefile.SH
Commit message (Expand)AuthorAgeFilesLines
* minitest fixesZefram2009-11-191-1/+1
* perl.exp was not built in time on systems that required it (AIX, ...)H.Merijn Brand2009-11-091-1/+1
* remove all references to patching.podDave Rolsky2009-10-301-1/+1
* Propagate LDLIBPTH into run_tests - Fixes 5.12 blocker [perl #70057]Jesse Vincent2009-10-291-21/+23
* Add perl5112delta, and change 5111delta from being "the" perldelta.Nicholas Clark2009-10-241-2/+2
* macroify how we run perl from within the Makefile.Jesse Vincent2009-10-191-40/+43
* add a test_porting target which runs basic porting tests to verify pod, manif...Jesse Vincent2009-10-191-0/+6
* make test-reonly bypass the non-xs extensionsYves Orton2009-10-041-2/+8
* Run "cd pod ; ../perl -I../lib buildtoc --build-all"Rafael Garcia-Suarez2009-10-041-2/+2
* 'make distclean now results in an actually-clean tree.Jesse Vincent2009-10-041-2/+2
* Our makemeta invocation was wrong (after miniperl stopped working)Jesse Vincent2009-10-031-1/+1
* Porting/makemeta no longer works with miniperl. switch it to use regularJesse Vincent2009-10-021-1/+1
* Recursively delete all ppport.h files, instead of running mkppport --clean.Nicholas Clark2009-09-291-1/+4
* Move Cwd from ext/ to cpan/Nicholas Clark2009-09-291-1/+1
* Change the invocation of mktables to the "standard" $(Icwd).Nicholas Clark2009-09-271-1/+1
* Support building extensions in dist/ as well as cpan/ and ext/Nicholas Clark2009-09-261-1/+1
* Support building nonxs extensions from cpan/ on Unix.Nicholas Clark2009-09-251-1/+5
* Temporarily reinstate a _test target for the benefit of the smokers.Nicholas Clark2009-09-231-1/+5
* Move t/perl symlink creation back to the test_prep target of the MakefileNicholas Clark2009-09-221-17/+19
* Move the Makefile targets _test{,_prep,_tty,_notty} into a script runtests.Nicholas Clark2009-09-201-46/+22
* Adopt Makefile macros MINIPERL_EXE and MINIPERL from VMS, to reduce copy&paste.Nicholas Clark2009-09-201-51/+56
* The pod convertors chdir post BEGIN-time, so don't need an absolute path for ...Nicholas Clark2009-09-201-1/+1
* On Unix, use the -C option to mktables rather than an explicit chdir.Nicholas Clark2009-09-201-1/+1
* lib/unicore/mktables needs to get File::Spec from ext/Cwd/libNicholas Clark2009-09-191-1/+1
* Reuinte File::Spec with the rest of the PathTools distribution in ext.Nicholas Clark2009-09-191-1/+1
* Move lib from lib to ext.Nicholas Clark2009-09-181-11/+5
* Ensure that the perl build doesn't read any installed sitecustomize script.Nicholas Clark2009-09-151-1/+1
* Cwd.pm needs to be installed in lib before Encode recurses. Mark the dependencyNicholas Clark2009-09-151-0/+2
* Retire uupacktool.pl. We're not in Kansas^W(Perforce & APC)-land anymore.Nicholas Clark2009-09-131-13/+6
* Move Cwd from lib to ext.Nicholas Clark2009-09-121-6/+8
* Cleanup makedir.SH reference in Makefile.SHJerry D. Hedden2009-09-121-1/+1
* No need to run AutoSplit on lib - all AutoLoader using modules are in ext.Nicholas Clark2009-09-111-9/+1
* move regex related tests out of t/op/ into t/re/Yves Orton2009-09-101-2/+2
* Build the nonxs extensions before running mktables.Nicholas Clark2009-09-091-1/+1
* Build the nonxs extensions before building DynaLoader.Nicholas Clark2009-09-081-1/+1
* Build the nonxs extensions before running mkppport.Nicholas Clark2009-09-081-1/+1
* Revert "Build Text::Tabs before running mktables, as it needs it"Vincent Pit2009-08-301-2/+1
* Build Text::Tabs before running mktables, as it needs itVincent Pit2009-08-301-1/+2
* Text::ParseWords depends on Scalar::UtilSteffen Mueller2009-08-301-0/+2
* Sort MANIFEST using PerlJerry D. Hedden2009-07-291-2/+2
* Remove autodoc.pl from regen.pl and the lists of regenerated files in Makefiles.Nicholas Clark2009-06-131-2/+0
* Eliminate the regen_pods target from pod/Makefile, and references to it.Nicholas Clark2009-06-131-5/+2
* Generate perlmodlib.pod at build time, instead of shipping it.Nicholas Clark2009-06-131-1/+4
* Protect against spaces in build directory name when extracting .PL filesAndy Dougherty2009-06-011-1/+1
* Catch interdependencies for static builds tooAndy Dougherty2009-05-261-0/+8
* Don't run mro/* tests under miniperlRafael Garcia-Suarez2009-05-251-2/+2
* Replace run-time on-demand initialisation of PL_bitcount with a constant table.Nicholas Clark2009-05-201-4/+4
* Pass the output file name to generate_uudmap, and open it within the code,Nicholas Clark2009-05-191-1/+1
* Add $(LDLIBPTH) to the documentation generation command lines.Nicholas Clark2009-05-051-2/+2
* 7eb47696deb9a7343fb4847f7342919a6df59e21 should be $(ext) rather than ext.Nicholas Clark2009-04-211-1/+1