summaryrefslogtreecommitdiff
path: root/Makefile.SH
Commit message (Expand)AuthorAgeFilesLines
* Create new perldelta for 5.20.2Steve Hay2014-09-141-4/+4
* When cross-compiling, copy cpan/Module-Metadata/Brian Fraser2014-08-221-0/+1
* Fix exec bit following 7d621c156bSteve Hay2014-07-311-0/+0
* Makefile.SH: Add missing files for make test on cross buildsBrian Fraser2014-07-311-0/+4
* Makefile.SH: Fix cross builds with -UhostgenerateBrian Fraser2014-07-311-1/+1
* create new perldelta for 5.20.1Ricardo Signes2014-05-271-4/+4
* Fix broken Makefile on Solaris 10.Gisle Aas2014-05-131-4/+5
* bump version to 5.20.0, install 5.20 perldeltaRicardo Signes2014-05-121-4/+4
* Create new perldelta for 5.19.12 (not that it's expected to exist...)Steve Hay2014-04-201-4/+4
* Revert "Add support for test.valgrind parallel testing"Karl Williamson2014-03-261-1/+1
* New perldelta for 5.19.11Aaron Crane2014-03-201-4/+4
* Add support for test.valgrind parallel testingMatthew Horsfall (via RT)2014-03-181-1/+1
* new perldelta for 5.19.10Tony Cook2014-02-201-4/+4
* Configure: Added a targetenv variableBrian Fraser2014-01-301-1/+1
* Makefile.SH, make test: Copy config.sh when cross-compilingBrian Fraser2014-01-251-0/+2
* Configure, Makefile.SH: Allow running generate_uudmap in the targetBrian Fraser2014-01-221-11/+28
* Makefile.SH: Remove remnants of the old cross-compilation modelBrian Fraser2014-01-221-34/+1
* Make sure to remove the Cross/mkdir script on *cleanJess Robinson2014-01-221-1/+1
* Makefile.SH: on make test_prep, add $target/lib:$target/lib/auto to -env LD_L...Brian Fraser2014-01-221-1/+1
* Makefile.SH: 'make test' for cross-compilation builds.Jess Robinson2014-01-221-0/+16
* Makefile.SH: When cross-compiling, copy the files needed by make test.Jess Robinson2014-01-221-0/+56
* Use HOST_PERL instead of built perl for perl installationJess Robinson2014-01-221-2/+37
* Use the system perl for RUN_PERL, if we are cross compiling, and we found one.Jess Robinson2014-01-221-16/+33
* Makefile.SH: Updated the lib/buildcustomize.pl rule for cross-compilation buildsBrian Fraser2014-01-221-6/+7
* Run all the miniperl calls locally, not via RUNJess Robinson2014-01-221-8/+8
* Build host miniperl and generate_uudmap binaries when cross compiling, for lo...Jess Robinson2014-01-221-1/+31
* Stop using $run for anything other than testing compiled tests in Configure.Jess Robinson2014-01-221-1/+1
* create new perldelta for 5.19.9Ricardo Signes2014-01-201-4/+4
* do cflags on stdout, not stderrDavid Mitchell2013-12-251-6/+10
* Generate new perldeltaAbigail2013-12-201-4/+4
* New perldelta for v5.19.7Chris 'BinGOs' Williams2013-11-201-4/+4
* Move the function to set $^X to its own filePeter Martini2013-11-041-2/+2
* Create new perldelta for Perl 5.19.6Steve Hay2013-10-201-4/+4
* Move B-Deparse from dist/ to lib/ since it is non-dual-lived and pure-PerlSteve Hay2013-10-191-4/+3
* Add new perldelta for 5.19.5Steve Hay2013-09-201-4/+4
* Add support for Bitrig BSDMarco Peereboom2013-08-221-1/+1
* Create new perldelta for 5.19.4Steve Hay2013-08-201-4/+4
* No need to prefix $(LDLIBPTH) when running $(CC) to link perl and miniperl.Nicholas Clark2013-07-301-2/+2
* Generate the lib/ cleanup rules in Makefile.SH automatically from MANIFEST.Nicholas Clark2013-07-241-31/+36
* Re-order clean-up rules to give a line for regen/lib_cleanup.pl to key off.Nicholas Clark2013-07-241-4/+4
* Delete obsolete clean rules from Makefile.SHNicholas Clark2013-07-241-5/+0
* create fresh perldeltaAristotle Pagaltzis2013-07-221-4/+4
* Move version from lib/ to cpan/Nicholas Clark2013-07-161-1/+1
* Don't call CPAN to install any "extra" modules for the install-notify target.Nicholas Clark2013-07-131-1/+2
* Inline the Makefile rule for extra.install into all 6 targets which use it.Nicholas Clark2013-07-131-2/+2
* Refactor Makefile.SH to generate the install-* targets in a loop.Nicholas Clark2013-07-131-15/+14
* In Makefile.SH, use the long names for options passed to install{perl,man}Nicholas Clark2013-07-131-4/+4
* Refactor the Makefile so that the install target depends on install-all.Nicholas Clark2013-07-131-2/+6
* Inline the Makefile target perl.valgrind.config into its only remaining user.Nicholas Clark2013-07-121-20/+6
* Eliminate the Makefile targets test_notty.valgrind and test_prep.valgrind.Nicholas Clark2013-07-121-5/+0