summaryrefslogtreecommitdiff
path: root/Makefile.SH
Commit message (Collapse)AuthorAgeFilesLines
* make distclean patch from Andy Armstrong.Nicholas Clark2008-10-291-0/+1
| | | | | | | | | (Distclean isn't perfect yet because there's a spurious directory tree created but not cleaned up by ext/Test/Harness/t/harness.t, but Andy is working on fixing the cause) No idea about the state of play of disclean on VMS - I couldn't see how or where to add the three extra directories to it. p4raw-id: //depot/perl@34640
* - crosscompilation - step 1 of N+1Vadim Konovalov2008-09-081-57/+103
| | | | | Message-ID: <48C49629.4000208@vkonovalov.ru> p4raw-id: //depot/perl@34317
* If I want to build Devel::NYTProf under the core tree, then theNicholas Clark2008-08-211-1/+1
| | | | | Makefile needs to know to build List::Util first. p4raw-id: //depot/perl@34212
* Cygwin build harmonization, remove cygwin/Makefile.SHsReini Urban2008-08-111-13/+16
| | | | | | From: "Reini Urban" <rurban@x-ray.at> Message-ID: <6910a60807280355g129511d9v61c9763c3fd12a27@mail.gmail.com> p4raw-id: //depot/perl@34200
* Use App::Prove::State to store the timings for the tests, and ifNicholas Clark2008-08-091-0/+1
| | | | | | | | timings are available, reorder the parallelisable tests to run the slowest first. Timings for a second run are 18 seconds less for me: Files=1553, Tests=209393, 459 wallclock secs (94.89 usr 13.16 sys + 638.19 cusr 58.59 csys = 804.83 CPU) Files=1553, Tests=209393, 441 wallclock secs (82.83 usr 13.90 sys + 622.13 cusr 59.20 csys = 778.06 CPU) p4raw-id: //depot/perl@34192
* Use File::Find rather than shell globbing to get the list of *.pm filesNicholas Clark2008-04-271-4/+4
| | | | | | | to pass to AutoSplit::autosplit_lib_modules(). This way we only need to invoke miniperl once, and we don't miss anything that is 3 or more levels deep. p4raw-id: //depot/perl@33757
* add -v to regen.pl and friendsRobin Barker2008-03-301-1/+4
| | | | | | From: "Robin Barker" <Robin.Barker@npl.co.uk> Message-ID: <46A0F33545E63740BC7563DE59CA9C6D093AA6@exchsvr2.npl.ad.local> p4raw-id: //depot/perl@33608
* Fixing "make distclean" to remove "config.arch"Sérgio Durigan Júnior2008-03-181-1/+1
| | | | | Message-Id: <1205865354.16048.56.camel@miki> p4raw-id: //depot/perl@33542
* Nick's a muppet - "all" needs to remain the first real target in theNicholas Clark2008-01-181-4/+4
| | | | | Makefile. Do not be distracted by suffix rules above. p4raw-id: //depot/perl@33003
* A target for sperl.iNicholas Clark2008-01-181-6/+9
| | | p4raw-id: //depot/perl@32999
* Add dtrace supportAndy Armstrong2008-01-111-3/+38
| | | | | | | | | Message-Id: <F4AC553F-7C7F-49C3-98C2-E04681E1004F@hexten.net> with fixups as discussed on list, plus adding usedtrace to Glossary, plus propagating all the new config variables everywhere. (Was there an automatic way to do that? I did it with emacs macros) p4raw-id: //depot/perl@32953
* Cleanup lib/BJerry D. Hedden2008-01-071-1/+2
| | | | | | From: "Jerry D. Hedden" <jdhedden@cpan.org> Message-ID: <1ff86f510801041022i5535ed7frfd64a93d99036e18@mail.gmail.com> p4raw-id: //depot/perl@32886
* Add a 'test-reonly' target to the standard Makefile for *nix. (Not quite as ↵Yves Orton2008-01-051-3/+6
| | | | | clever as the one for win32, im working on it) p4raw-id: //depot/perl@32848
* You don't need $(DYNALOADER) to make $(nonxs_ext)Nicholas Clark2007-12-271-1/+1
| | | | | (which makes it easier to run minitest) p4raw-id: //depot/perl@32741
* Add perl5110delta, and change 5100delta so that it is no longer "the"Nicholas Clark2007-12-191-1/+1
| | | | | perldelta. p4raw-id: //depot/perl@32649
* Add mro tests to minitestRafael Garcia-Suarez2007-12-121-2/+2
| | | p4raw-id: //depot/perl@32616
* Add a rough, incomplete version of perl5100deltaRafael Garcia-Suarez2007-10-091-1/+1
| | | p4raw-id: //depot/perl@32080
* No more ld2 and perlld under CygwinJerry D. Hedden2007-09-261-1/+1
| | | | | | From: "Jerry D. Hedden" <jdhedden@cpan.org> Message-ID: <1ff86f510709250745s1d17ae54y6403711e00b306a0@mail.gmail.com> p4raw-id: //depot/perl@31979
* Option spelling nit for AIXRafael Garcia-Suarez2007-09-261-1/+1
| | | p4raw-id: //depot/perl@31976
* 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