summaryrefslogtreecommitdiff
path: root/Makefile.SH
Commit message (Collapse)AuthorAgeFilesLines
* Re: [PATCH] Cray XT4/Catamount buildJarkko Hietaniemi2007-09-171-21/+40
| | | | | Message-ID: <46EC7D3D.5010604@iki.fi> p4raw-id: //depot/perl@31878
* [PATCH] Silence diag in ext/Data/Dumper/t/bless.tJerry D. Hedden2007-07-261-0/+2
| | | | | | | | | | | | From: "Jerry D. Hedden" <jdhedden@cpan.org> Date: Wed, 25 Jul 2007 14:27:44 -0400 Message-Id: <1ff86f510707251127l3530b011q853608654a7347f7@mail.gmail.com> Subject: Cleanup CPANPLUS test dirs From: "Jerry D. Hedden" <jdhedden@cpan.org> Date: Wed, 25 Jul 2007 14:30:25 -0400 Message-Id: <1ff86f510707251130x771e3ccds55f20b83cc162818@mail.gmail.com> p4raw-id: //depot/perl@31660
* Allow TEST_FILES make var to be used to pass an argument list through to ↵Yves Orton2007-07-251-2/+2
| | | | | | | | | | | harness when using the test_harness target. This allows things like make test_harness TEST_FILES='-re x2p' which will run any test files that match the string 'x2p'. As x2p is the last test to be run this is kinda useful. p4raw-id: //depot/perl@31658
* Re: [PATCH] 'make veryclean' still dirtyJerry D. Hedden2007-07-121-2/+2
| | | | | | From: "Jerry D. Hedden" <jdhedden@cpan.org> Message-ID: <1ff86f510707120749v3b4e12b4uf35d3673cce639f0@mail.gmail.com> p4raw-id: //depot/perl@31598
* Revert part of #31591Rafael Garcia-Suarez2007-07-121-19/+0
| | | p4raw-id: //depot/perl@31595
* 'make veryclean' still dirtyJerry D. Hedden2007-07-121-0/+22
| | | | | | From: "Jerry D. Hedden" <jdhedden@cpan.org> Message-ID: <1ff86f510707111706g7bfe8306o3c913409a307567c@mail.gmail.com> p4raw-id: //depot/perl@31591
* Patches to compile perl on Cray XT4 Catamount/Qk, by JarkkoRafael Garcia-Suarez2007-06-171-1/+1
| | | p4raw-id: //depot/perl@31404
* miscellaneaJarkko Hietaniemi2007-06-151-16/+19
| | | | | Message-ID: <4671FA51.4070001@iki.fi> p4raw-id: //depot/perl@31388
* Re: [PATCH-at-31365] (was - configpm frustrations)Vadim Konovalov2007-06-121-1/+1
| | | | | Message-ID: <466D6803.1020808@vkonovalov.ru> p4raw-id: //depot/perl@31366
* Revert change #30530, following Jan's adviceRafael Garcia-Suarez2007-05-291-3/+0
| | | | | p4raw-link: @30530 on //depot/perl: 4882b61547d81040dca6c16217df7f87642b227a p4raw-id: //depot/perl@31304
* delete thrdvar.h and move its contents to intrpvar.hDave Mitchell2007-05-201-1/+1
| | | p4raw-id: //depot/perl@31245
* Configure (and Makefile.SH): remove ODBM_File early if c++ (this time even ↵Jarkko Hietaniemi2007-05-161-7/+0
| | | | | | | with the Configure bits) Message-Id: <200705160233.l4G2XEET143034@kosh.hut.fi> p4raw-id: //depot/perl@31232
* Cargo-cult fix for an AIX build problemJan Dubois2007-04-271-0/+1
| | | | | | From: "Jan Dubois" <jand@activestate.com> Message-ID: <048b01c7885f$48862510$d9926f30$@com> p4raw-id: //depot/perl@31098
* Make PL_uudmap a constant global. Remove the run time initialisationNicholas Clark2007-04-241-1/+9
| | | | | | | code, and instead use it to generate a header at perl build time. By removing uudmap from the interpreter structure we save 256 bytes per child thread. p4raw-id: //depot/perl@31059
* Re: new C3 MRO patchBrandon Black2007-04-191-2/+2
| | | | | | From: "Brandon Black" <blblack@gmail.com> Message-ID: <84621a60704171114k29b0460el5b08ce5185d55ed5@mail.gmail.com> p4raw-id: //depot/perl@30980
* [perl #41587] [PATCH] 5.8.8 make sure we get the proper ldflags on libperl.so Tom Callaway2007-03-091-0/+3
| | | | | | From: Tom Callaway (via RT) <perlbug-followup@perl.org> Message-ID: <rt-3.6.HEAD-28041-1172183942-1615.41587-75-0@perl.org> p4raw-id: //depot/perl@30530
* Re: Revisits in 'make install'Jerry D. Hedden2007-03-011-1/+1
| | | | | | From: "Jerry D. Hedden" <jdhedden@yahoo.com> Message-ID: <95346.11233.qm@web30207.mail.mud.yahoo.com> p4raw-id: //depot/perl@30434
* Fix distclean now that we have re::Tie::Hash::NamedCaptureRafael Garcia-Suarez2007-01-051-1/+1
| | | p4raw-id: //depot/perl@29697
* miniperl may not have been successfully built before running aSteve Peters2006-12-221-3/+3
| | | | | "make distclean". p4raw-id: //depot/perl@29612
* Re: [PATCH] Making adding binary files possibleYves Orton2006-12-201-2/+2
| | | | | | | Message-ID: <9b18b3110612200700k48157cd1n1f2305f306b7de32@mail.gmail.com> plus matching updates to Makefile.SH and patching.pod p4raw-id: //depot/perl@29604
* Making adding binary files possibleJos I. Boumans2006-12-191-5/+12
| | | | | | | | From: "Jos Boumans" <kane@dwim.org> Message-ID: <19978.80.127.35.68.1166212305.squirrel@webmail.xs4all.nl> with a few tweaks p4raw-id: //depot/perl@29593
* Re: [PATCH 5.8.8] Build on OS/2 - missing partIlya Zakharevich2006-12-101-1/+1
| | | | | Message-ID: <20061210003341.GA14200@powdermilk.math.berkeley.edu> p4raw-id: //depot/perl@29497
* merge perly.y and madlu.yDave Mitchell2006-12-041-11/+2
| | | p4raw-id: //depot/perl@29455
* Makefile.SH: lib/re.pm often messes restarted parallel makesJarkko Hietaniemi2006-11-151-0/+1
| | | | | Message-Id: <20061115034832.43B7E8B3E7@seth.hut.fi> p4raw-id: //depot/perl@29276
* Add perl595deltaRafael Garcia-Suarez2006-10-091-1/+1
| | | p4raw-id: //depot/perl@28970
* C++: add -Wno-used-parameter, and drop ODBM_FileJarkko Hietaniemi2006-09-191-0/+7
| | | | | Message-ID: <450F8BEA.1010802@iki.fi> p4raw-id: //depot/perl@28867
* Remove perlcc and the byteloaderRafael Garcia-Suarez2006-09-061-26/+3
| | | p4raw-id: //depot/perl@28790
* z/OS: hints/os390.sh and Makefile.SHJarkko Hietaniemi2006-07-101-1/+1
| | | | | Message-ID: <44B2B0B5.3000008@iki.fi> p4raw-id: //depot/perl@28539
* Integrate mkppport. All ppport.h files in the core will nowMarcus Holland-Moritz2006-07-091-2/+7
| | | | | be autogenerated at build time (and removed during cleanup). p4raw-id: //depot/perl@28513
* Make the distclean target remove lib/Hash correctlyRafael Garcia-Suarez2006-07-051-2/+2
| | | p4raw-id: //depot/perl@28482
* Makefile splint supportAndy Lester2006-07-031-2/+33
| | | | | Message-ID: <20060702171908.GA20443@petdance.com> p4raw-id: //depot/perl@28471
* When checking whether perl is built with -g in optimisationRafael Garcia-Suarez2006-04-181-2/+2
| | | | | | flags, use a more tolerant regexp, because we can now have things like '-O2 -g'. p4raw-id: //depot/perl@27891
* Two modules in ext/ have dependencies that are post-miniperl.Nicholas Clark2006-04-031-1/+18
| | | | | Encode this information in the Makefile for now. p4raw-id: //depot/perl@27704
* Move DynaLoader.o into libperl.so.Gisle Aas2006-03-201-18/+20
| | | | | | | | | | This avoids the need to statically link DynaLoader into the stub perl executable and make libperl.so provide all the code needed to get a functional embedded perl interpreter up running. As a side effect this also moves DynaLoader into libperl.a for non-useshrplib builds. Fixes [perl #32539] p4raw-id: //depot/perl@27549
* Fix up miniperl dependency.Gisle Aas2006-03-161-2/+2
| | | | | Depend on $(obj) when we use that to build miniperl. p4raw-id: //depot/perl@27519
* Simplify; make perl.o included in $(obj)Gisle Aas2006-03-161-8/+8
| | | p4raw-id: //depot/perl@27518
* Fix the last 2 perly.y specific parts of regen_perly.pl, and makeNicholas Clark2006-03-111-1/+1
| | | | | the regen_perly target call it for both perly.y and madly.y. p4raw-id: //depot/perl@27479
* Missed the hunk that adds regen_madly.pl to the regen_perl target.Nicholas Clark2006-03-111-1/+2
| | | p4raw-id: //depot/perl@27471
* Add the madly parser. I believe that this is all the C code. Now toNicholas Clark2006-03-091-7/+18
| | | | | find the bugs that stowed away. p4raw-id: //depot/perl@27447
* "make distclean" fix noticed by Steve HayRafael Garcia-Suarez2006-03-081-1/+1
| | | p4raw-id: //depot/perl@27417
* "make distclean" adjustments for the new Compress modulesRafael Garcia-Suarez2006-03-081-2/+3
| | | p4raw-id: //depot/perl@27411
* Re: Smoke [5.9.4] 27195 FAIL(m) irix 6.2 (IP22/1 cpu)Abe Timmerman2006-02-171-1/+1
| | | | | | Message-Id: <200602172358.23977.abe@ztreet.demon.nl> Date: Fri, 17 Feb 2006 23:58:23 +0100 p4raw-id: //depot/perl@27214
* Remove lib/Hash directory when doing make distcleanRafael Garcia-Suarez2006-02-161-2/+2
| | | p4raw-id: //depot/perl@27201
* Patch for perl to compile/work on DragonFlyBSDRobert Sebastian Gerus2006-02-151-1/+5
| | | | | Message-ID: <4a1e16420602140827w17fd6595w@mail.gmail.com> p4raw-id: //depot/perl@27189
* Sun Studio lint patchesAndy Lester2006-02-141-0/+2
| | | | | Message-ID: <20060214054617.GA8824@petdance.com> p4raw-id: //depot/perl@27177
* Trying my "remove the pTHXes" patch againAndy Lester2006-02-091-12/+15
| | | | | Message-ID: <20060209154018.GA14610@petdance.com> p4raw-id: //depot/perl@27136
* [patch] several broken make *.valgrind targetsJim Cromie2006-02-081-2/+2
| | | | | Message-ID: <43E91B2A.4060700@gmail.com> p4raw-id: //depot/perl@27128
* Add perl594deltaRafael Garcia-Suarez2006-01-301-1/+1
| | | p4raw-id: //depot/perl@27010
* Teach the Makefile how to cleanup config.over.Steve Peters2006-01-301-0/+1
| | | p4raw-id: //depot/perl@27004
* Add new directories from C::Zlib to make cleanRafael Garcia-Suarez2006-01-161-3/+2
| | | p4raw-id: //depot/perl@26859