summaryrefslogtreecommitdiff
path: root/Makefile.SH
Commit message (Collapse)AuthorAgeFilesLines
* 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
* [perl #33892] Add Interix support Todd Vierling2005-01-211-0/+4
| | | | | | | | | From: Todd Vierling (via RT) <perlbug-followup@perl.org> Message-ID: <rt-3.0.11-33892-106280.17.6407478352545@perl.org> (except the Configure chunk) (and bump version numbers of modules) p4raw-id: //depot/perl@23849
* unnecessary rmdir in MakefileRobin Barker2005-01-051-1/+1
| | | | | Message-ID: <533D273D4014D411AB1D00062938C4D90849C55C@hotel.npl.co.uk> p4raw-id: //depot/perl@23751
* Re: [perl #32717] BeOS specific Updatesbonefish@cs.tu-berlin.de2004-12-171-2/+2
| | | | | Message-Id: <20041217011740.14398.1@cs.tu-berlin.de> p4raw-id: //depot/perl@23661
* Makefile.SH: de-parallelise mktablesJarkko Hietaniemi2004-12-011-2/+5
| | | | | | Message-ID: <41ADFD95.4030007@iki.fi> Date: Wed, 01 Dec 2004 19:21:25 +0200 p4raw-id: //depot/perl@23592
* Generate the precached %Config entries based on some empiricalNicholas Clark2004-11-271-1/+1
| | | | | data, rather than just guesswork. p4raw-id: //depot/perl@23558
* Put Config.pm on a diet. 3K rather than 32KNicholas Clark2004-11-271-12/+13
| | | | | | | | | configpm now generates 2 files, a small Config.pm containing the commonly used functions and values, which AUTOLOADs a Config_heavy.pl containing anything else needed. The "common" values in the small Config.pm may need some tweaking, based on real world data. p4raw-id: //depot/perl@23554
* Added probes for strlcat () and strlcpy () to ConfigureH.Merijn Brand2004-10-301-0/+4
| | | | | Re-ordered config_h.SH p4raw-id: //depot/perl@23435
* Remove opmini.c when cleaning up.Rafael Garcia-Suarez2004-10-201-1/+1
| | | p4raw-id: //depot/perl@23394
* Include opmini.c in the dependency generation.Nicholas Clark2004-10-151-5/+6
| | | p4raw-id: //depot/perl@23370
* Make the perl interpreter more tolerant of UTF-16-encoded scriptRafael Garcia-Suarez2004-10-081-3/+18
| | | | | (patch by Jarkko Hietaniemi) p4raw-id: //depot/perl@23351
* Build the perldelta copying command for the main Unix makefile withNicholas Clark2004-07-221-2/+1
| | | | | buildtoc, so that it doesn't get forgotten on version increments. p4raw-id: //depot/perl@23155
* make mktables always update modifed time to play better with makeDave Mitchell2004-06-201-1/+1
| | | p4raw-id: //depot/perl@22963
* 'make test' without preceeding 'make' fails.Dave Mitchell2004-06-191-1/+1
| | | | | | | Change #22872 added a target to run mktables, but this was skipped if 'make test' was run first, causing the build of Unicode::Normalize to fail. p4raw-id: //depot/perl@22961
* Change 22872 breaks shared miniperl invocationAlexey Tourbin2004-06-101-1/+1
| | | | | Message-ID: <20040604092417.GA13447@solemn.turbinal.org> p4raw-id: //depot/perl@22924
* replace the run time code in lib/utf8_pva.pl with data generatedNicholas Clark2004-05-311-1/+1
| | | | | at build by mktables, stored in lib/unicore/PVA.pl p4raw-id: //depot/perl@22881
* Run mktables as part of the build process.Nicholas Clark2004-05-311-1/+1
| | | | | Don't ship any of the files that it generates in lib/unicore p4raw-id: //depot/perl@22879
* First step to generating Unicode files for the regexp engine at buildNicholas Clark2004-05-301-3/+15
| | | | | time - targets in the Makefile p4raw-id: //depot/perl@22872
* Add a perl592delta.pod man page.Rafael Garcia-Suarez2004-03-181-1/+1
| | | p4raw-id: //depot/perl@22530
* Work on eliminating systematic failures on make minitest:Nicholas Clark2004-03-021-1/+1
| | | | | | | | make minitest passes a -minitest flag to t/TEST t/TEST sees this and sets $ENV{PERL_CORE_MINITEST} Tests can choose to skip based on this. (Other tactic is to make loading of Errno by %! happen at run time.) p4raw-id: //depot/perl@22423
* 1. Creating backward compatibility for Configure after patchesBrendan O'Dea2004-02-171-0/+11
| | | | | | | | | #22227 and #22302 to still support 5.8.x and below 2. Small change for building on GNU hurd From: "Brendan O'Dea" <bod@debian.org> Message-ID: <20040215122717.GA26812@londo.c47.org> p4raw-id: //depot/perl@22314
* Switch from byacc to bison and simplify the perly.* regenerationDave Mitchell2004-02-141-79/+14
| | | | | process p4raw-id: //depot/perl@22302
* Merge dynamic perldelta from maint (22081)Nicholas Clark2004-01-261-0/+2
| | | | | | | | | | | | So now perldelta.pod is copied at build time from perl591delta.pod perl590delta.pod is as released to CPAN by Hugo Regen lots of makefiles, pods and the MANIFEST p4raw-id: //depot/perl@22221 p4raw-deleted: from //depot/maint-5.8/perl@22218 'delete in' pod/perldelta.pod (@22072..) p4raw-edited: from //depot/maint-5.8/perl@22081 'edit in' Makefile.SH (@21777..) MANIFEST (@22072..) pod/perltoc.pod (@22073..) vms/descrip_mms.template (@22078..)
* [PATCH 5.8.2 @21574] make install: line noiseIlya Zakharevich2003-11-101-9/+12
| | | | | | | | | | | | | | Date: Tue, 4 Nov 2003 20:10:16 -0800 Message-ID: <20031105041016.GA2639@math.berkeley.edu> and part of Subject: [PATCH 5.8.2 @21574] make install: PREFIX and DESTDIR From: Ilya Zakharevich <nospam-abuse@ilyaz.org> Date: Tue, 4 Nov 2003 20:18:37 -0800 Message-ID: <20031105041836.GA2649@math.berkeley.edu> (I've left out the PREFIX part for now) p4raw-id: //depot/perl@21697
* Add a test.taintwarn makefile target,Rafael Garcia-Suarez2003-10-221-1/+6
| | | | | to run the whole test suite with the -t switch. p4raw-id: //depot/perl@21515
* Retract #20826 and #20831; things are done differentlyJarkko Hietaniemi2003-08-221-0/+2
| | | | | | in VMS, it seems. Maybe the vms/descrip_mms.template needs to be changed? p4raw-id: //depot/perl@20832
* Rafael spotted that vms/perlvms.pod was still referred to.Jarkko Hietaniemi2003-08-221-2/+0
| | | p4raw-id: //depot/perl@20831
* Try to unify the MANIFEST sorting.Jarkko Hietaniemi2003-08-191-2/+2
| | | p4raw-id: //depot/perl@20767
* Nicholas Clark's podulator. The win32 makefileJarkko Hietaniemi2003-08-191-4/+2
| | | | | generation doesn't seem to be working yet. p4raw-id: //depot/perl@20766
* valgrind --help didn't return a happy exit status.Jarkko Hietaniemi2003-08-161-1/+1
| | | p4raw-id: //depot/perl@20737
* Add valgrind testing target.Jarkko Hietaniemi2003-08-161-0/+25
| | | p4raw-id: //depot/perl@20732