summaryrefslogtreecommitdiff
path: root/Makefile.SH
Commit message (Expand)AuthorAgeFilesLines
* 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
* Change the *nix and VMS Makefiles to to pass a filename to writemain().Nicholas Clark2013-07-091-1/+1
* Move generation of ExtUtils::Miniperl to ext/ExtUtils-Miniperl from minimod.plNicholas Clark2013-07-071-5/+2
* Generate utils/Makefile from utils/Makefile.PL, and remove it at clean time.Nicholas Clark2013-07-071-1/+1
* Replace utils/Makefile.SH with utils/Makefile.PLNicholas Clark2013-07-071-1/+4
* Add cpan/Text-Tabs/lib to buildcustomize.pl and hence miniperl's @INC.Nicholas Clark2013-07-071-3/+2
* Move Exporter from lib/ to dist/Exporter/Nicholas Clark2013-07-031-4/+4
* Trim the explicit Makefile rules to generate {mini,}perlmain.oNicholas Clark2013-07-021-6/+0
* Eliminate the perl.gprof and perl.gcov Makefile targets.Nicholas Clark2013-07-011-34/+1
* Remove the explicit purify/quantify/purecov targets and documentation.Nicholas Clark2013-07-011-11/+0
* We don't actually need to set $ENV{PERL} for the tests to work.Nicholas Clark2013-07-011-1/+1
* valgrind doesn't require that perl was built with -g, so remove the check.Nicholas Clark2013-07-011-7/+0
* Inline the Makefile target minitest.prep into its only user.Nicholas Clark2013-07-011-5/+3
* Remove Makefile targets and tools related to Irix and Tru64 debugging tools.Nicholas Clark2013-07-011-36/+1
* Remove various rarely used test targets from the generated Makefile.Nicholas Clark2013-07-011-58/+1
* new perldeltaDavid Golden2013-06-201-4/+4
* If miniperl fails the simple Exporter test, print a message and bail out.Nicholas Clark2013-06-191-4/+4
* For *nix, only delete the ppport.h files that we created.Nicholas Clark2013-06-191-1/+1
* write_buildcustomize.pl no longer writes to STDOUTNicholas Clark2013-06-131-7/+7
* Remove the Icwd Makefile macros as lib/buildcustomize.pl now sets this up.Nicholas Clark2013-06-131-5/+3
* Generate lib/buildcustomize.pl at the same time as the miniperl executable.Nicholas Clark2013-06-131-8/+18
* Refactor autodoc.pl to use regen_lib.pl to generate file headers & footers.Nicholas Clark2013-05-231-1/+2
* Remove rules to delete *.loadmap and *.prelmap files, generated on VM/ESANicholas Clark2013-05-201-1/+0
* Add x2p/Makefile.SH to the *.SH files processed by the top level Makefile.Nicholas Clark2013-05-201-1/+1
* Remove the now unused 'shlist' Makefile targets.Nicholas Clark2013-05-201-4/+1
* Programmatically generate dependencies for all *.SH files.Nicholas Clark2013-05-201-11/+16
* Add runtests.SH to the code that generates the targets sh and shextract.Nicholas Clark2013-05-201-5/+2
* Pass in to makedepend the name(s) of files that all objects depend on.Nicholas Clark2013-05-201-1/+1
* In the Makefile, generate the value of shextract programmatically.Nicholas Clark2013-05-201-4/+12