summaryrefslogtreecommitdiff
path: root/Makefile.SH
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Re: Cygwin status, maint and bleadYitzchak Scott-Thoennes2005-11-151-4/+5
| | | | | Message-ID: <20051114000102.GA5556@efn.org> p4raw-id: //depot/perl@26135
* Provide a crude way for specifying the command line forNicholas Clark2005-11-141-2/+6
| | | | | make test.valgrind p4raw-id: //depot/perl@26129
* Add a new file, mathoms.c, to hold old code kept around for binarySteve Peters2005-10-281-2/+2
| | | | | | | compatability with previous versions of Perl. Change also includes various Makefile changes to compile the new file and link it into libperl. p4raw-id: //depot/perl@25866
* Oops. the trick is to edit Makefile.SHNicholas Clark2005-10-251-0/+1
| | | p4raw-id: //depot/perl@25843
* remove mv-if-diffRafael Garcia-Suarez2005-10-251-11/+6
| | | | | | | | Message-ID: <20051024193257.2022ea0d@grubert.mandrakesoft.com> (with tweak to add rm for opmini.c, remove mv-if-diff, and reflect this removal in MANIFEST) p4raw-id: //depot/perl@25842
* Better cleanup of directories created by C::ZlibRafael Garcia-Suarez2005-10-131-2/+3
| | | p4raw-id: //depot/perl@25750
* Add an option --ignore to installhtmlRafael Garcia-Suarez2005-09-211-3/+4
| | | | | | and use it to avoid to install doc in Porting/. Skip also test modules. p4raw-id: //depot/perl@25560
* My system produces core.$$ filesRafael Garcia-Suarez2005-08-231-1/+1
| | | p4raw-id: //depot/perl@25323
* RE: rebuilding lib/Config*Robin Barker2005-07-201-9/+5
| | | | | Message-ID: <533D273D4014D411AB1D00062938C4D90849C733@hotel.npl.co.uk> p4raw-id: //depot/perl@25192
* [perl #36199] [PATCH] 5.8.7 fails to build with parallel make Steve Peters2005-06-171-0/+2
| | | | | | From: "Steve Peters via RT" <perlbug-followup@perl.org> Message-ID: <rt-3.0.11-36199-115872.8.39962488213992@perl.org> p4raw-id: //depot/perl@24884
* Add IO::Zlib 1.04 to bleadperlRafael Garcia-Suarez2005-06-141-1/+1
| | | p4raw-id: //depot/perl@24834
* Help "make distclean"Rafael Garcia-Suarez2005-06-131-1/+1
| | | p4raw-id: //depot/perl@24815
* Random cleanups #47Andy Lester2005-06-071-5/+13
| | | | | Message-ID: <20050606151107.GC7022@petdance.com> p4raw-id: //depot/perl@24735
* Tru64: allow creating perl.pixie even with optimized PerlJarkko Hietaniemi2005-06-061-1/+1
| | | | | Message-ID: <42A31A08.3070601@gmail.com> p4raw-id: //depot/perl@24711
* Revert change #24656Rafael Garcia-Suarez2005-06-011-2/+1
| | | | | p4raw-link: @24656 on //depot/perl: 5cf1bec94acfda2c63b79cbc3b0bce4e6fe08b97 p4raw-id: //depot/perl@24658
* eliminate always running mktablesRobin Barker2005-06-011-1/+2
| | | | | Message-ID: <533D273D4014D411AB1D00062938C4D90849C6B8@hotel.npl.co.uk> p4raw-id: //depot/perl@24656
* Don't touch lib/ExtUtils/Miniperl.pm when rebuild identicallyRafael Garcia-Suarez2005-06-011-1/+0
| | | p4raw-id: //depot/perl@24655
* Updated lint infrastructureAndy Lester2005-05-261-7/+20
| | | | | Message-ID: <20050525173139.GB1701@petdance.com> p4raw-id: //depot/perl@24580
* Make distclean should remove the leftover test files of ExtUtils::ParseXSRafael Garcia-Suarez2005-05-241-0/+3
| | | p4raw-id: //depot/perl@24558
* ctags parms need to know .h is CAndy Lester2005-05-211-1/+1
| | | | | Message-Id: <20050521135814.GA875@petdance.com> p4raw-id: //depot/perl@24528
* Add a Makefile target for ctagsAndy Lester2005-05-201-2/+3
| | | | | Message-ID: <20050512164052.GA30287@petdance.com> p4raw-id: //depot/perl@24511
* Add perl593delta.podRafael Garcia-Suarez2005-04-081-1/+1
| | | p4raw-id: //depot/perl@24198