summaryrefslogtreecommitdiff
path: root/Makefile.SH
Commit message (Collapse)AuthorAgeFilesLines
* possible band-aid for cygwin build of perl@17061Peter Prymmer2002-06-091-0/+10
| | | | | Message-ID: <OF846EEF0D.EE48F625-ON85256BD3.0002CB12@55.25.11> p4raw-id: //depot/perl@17136
* Remove the newly added makedepend .depending "token directory"Jarkko Hietaniemi2002-06-081-2/+3
| | | | | when cleaning up. p4raw-id: //depot/perl@17107
* Reunite the first .PHONY targets (based on Garry Williams'Jarkko Hietaniemi2002-06-071-3/+1
| | | | | reading of the GNU make manual). p4raw-id: //depot/perl@17073
* Split in two the .PHONY target so that makes without .PHONYJarkko Hietaniemi2002-06-071-1/+3
| | | | | | | when invoked as "make" won't wander off into the targets "compile translator utilities" and instead stay in the "all" target. Diagnosed by Garry Williams. p4raw-id: //depot/perl@17051
* The Makefile.SH part ofRobin Barker2002-06-061-1/+1
| | | | | | | | Subject: [PATCH] corrections to Config.pm Message-Id: <200206061705.SAA12213@tempest.npl.co.uk> and regen Configure. p4raw-id: //depot/perl@17041
* 'make distclean' should remove *old files too.Abigail2002-05-241-0/+1
| | | | | Message-ID: <20020524024337.A28749@ucan.foad.org> p4raw-id: //depot/perl@16763
* Third Degree: make the options more portable betweenJarkko Hietaniemi2002-05-191-1/+1
| | | | | Tru64 versions. p4raw-id: //depot/perl@16691
* Be clean.Jarkko Hietaniemi2002-05-121-1/+1
| | | p4raw-id: //depot/perl@16569
* Don't do JAPHs unless doing "make torturetest".Jarkko Hietaniemi2002-05-101-1/+6
| | | | | Document the less obvious make test targets. p4raw-id: //depot/perl@16534
* Re: Perl 5.8-to-be NetBSD testing?Andy Dougherty2002-05-021-2/+11
| | | | | Message-ID: <Pine.SOL.4.10.10205021156390.325-100000@maxwell.phys.lafayette.edu> p4raw-id: //depot/perl@16356
* Cleanup threads dirs.Jarkko Hietaniemi2002-05-021-1/+1
| | | p4raw-id: //depot/perl@16327
* First half of NetBSD patch-ai, from Johnny Lam:Jarkko Hietaniemi2002-04-271-1/+1
| | | | | | | | | The first part removes "installman" and "installhtml" from the .PHONY target, which was causing problems during installation. (the installman and installhtml are not phony targets, they are real files) p4raw-id: //depot/perl@16219
* Nuke obsolete way to build debugging (etc) perlsPaul Green2002-04-231-12/+2
| | | | | Message-Id: <200204231906.PAA26393@mailhub1.stratus.com> p4raw-id: //depot/perl@16117
* s2p needs Config.pm.Jarkko Hietaniemi2002-04-131-1/+1
| | | p4raw-id: //depot/perl@15898
* Must hold off building s2p until there's a miniperl.Jarkko Hietaniemi2002-04-111-1/+1
| | | p4raw-id: //depot/perl@15860
* Extracting the s2p may require the right dynlibpath.Jarkko Hietaniemi2002-04-111-1/+1
| | | p4raw-id: //depot/perl@15858
* Make x2p/s2p part of the test_prep target now that weJarkko Hietaniemi2002-04-101-1/+4
| | | | | have a test for it. p4raw-id: //depot/perl@15843
* Third Degree flags.Jarkko Hietaniemi2002-04-021-1/+1
| | | p4raw-id: //depot/perl@15694
* Possible fix for "Orks, Dragons, and Elves":Jarkko Hietaniemi2002-03-271-1/+1
| | | | | | should now build under UTF-8 locales (is building under Solaris en_US.UTF-8 right now). p4raw-id: //depot/perl@15549
* Monster _r patch: try to scan for all known _r variants,Jarkko Hietaniemi2002-03-151-2/+2
| | | | | | | | | | | | | | | | | and then use them (under ithreads). May fail in HP-UX, and the op/groups is known to be fickle everywhere. Known to work in Solaris, Linux, Tru64, IRIX, AIX. (Some compiler warnings in AIX since the first arguments of getnetbyaddr and getnetbyadd_r are of different types. Thanks, IBM.) In non-Configure platforms deny the existence of any of the _r thingies. (Also add the recently introduced d_tm_* to places it wasn't already in.) TODO: the suggested glibc buffer growth retry loop in case some entries (at least for: gr*, host*) are big. Forgot win32/config.win64. p4raw-id: //depot/perl@15238
* Re: [PATCH] really protect spaces in Makefile.SHSlaven Rezic2002-03-141-1/+1
| | | | | Message-Id: <20020312120547.JGIP27460.mailoutvl21@[192.168.139.30]> p4raw-id: //depot/perl@15222
* toplevel Makefile.SHPaul Green2002-03-061-1/+4
| | | | | Message-Id: <200203052233.RAA18424@mailhub2.stratus.com> p4raw-id: //depot/perl@15051
* Cleaner.Jarkko Hietaniemi2002-03-041-1/+3
| | | p4raw-id: //depot/perl@15022
* perly-fixerIlya Zakharevich2002-03-041-1/+1
| | | | | | Message-Id: <20020304022851.A14119@math.ohio-state.edu> p4raw-link: @14577 on //depot/perl: 0ad5258ff3f3328f321188cbb4fcd6a74b365431 p4raw-id: //depot/perl@14987
* Some minor changes for CygwinGerrit P. Haase2002-02-271-1/+1
| | | | | | From: "Gerrit P. Haase" <gerrit@familiehaase.de> Message-ID: <14296492589.20020227222541@familiehaase.de> p4raw-id: //depot/perl@14901
* Re: [PATCH] 'make clobber' on Cygwin brokenGerrit P. Haase2002-02-211-1/+1
| | | | | | From: "Gerrit P. Haase" <gp@familiehaase.de> Message-ID: <69510538936.20020221212025@familiehaase.de> p4raw-id: //depot/perl@14816
* 'make clobber' on Cygwin broken Gerrit P. Haase2002-02-211-1/+1
| | | | | | From: "Gerrit P. Haase" <gerrit@familiehaase.de> Message-ID: <13576559576.20020221095428@familiehaase.de> p4raw-id: //depot/perl@14813
* perl/Makefile.SH -- care with question markPaul Green2002-02-201-1/+5
| | | | | Message-Id: <200202201723.MAA24639@mailhub1.stratus.com> p4raw-id: //depot/perl@14794
* Re: [PATCH] Configure followed by make minitestYitzchak Scott-Thoennes2002-02-131-2/+6
| | | | | Message-ID: <dE3Z8gzkgyBD092yn@efn.org> p4raw-id: //depot/perl@14683
* OS/2 buildIlya Zakharevich2002-02-111-1/+1
| | | | | | | Message-ID: <20020211065640.A14993@math.ohio-state.edu> (sans the Configure, perlio.sym, and t/op/stat.t parts) p4raw-id: //depot/perl@14641
* USS V2R10 seems to be happier with env FOO=... cmd ...Jarkko Hietaniemi2002-01-261-0/+5
| | | | | instead of just FOO=... cmd ... p4raw-id: //depot/perl@14437
* Nearly-working threads re-structuring. Do not integrate,Nick Ing-Simmons2002-01-191-3/+3
| | | | | submit-ing to get to Win32, and as "off site" backup. p4raw-id: //depot/perlio@14352
* Some protection against spaces in directory names.Jarkko Hietaniemi2002-01-151-0/+5
| | | | | | (Tru64 still has some makedepend problems in such cases but that looks like Tru64's problem.) p4raw-id: //depot/perl@14287
* There isn't going to be perl.third.exe.Jarkko Hietaniemi2002-01-151-1/+1
| | | p4raw-id: //depot/perl@14262
* Minor fix to perl/Makefile.SHPaul Green2002-01-081-3/+3
| | | | | Message-Id: <95AE3CDB3543D511883A0020485B38B9023534A3@exna3.stratus.com> p4raw-id: //depot/perl@14141
* Simon's new perlapi scheme, I hope I got all the pieces.Jarkko Hietaniemi2002-01-021-0/+1
| | | p4raw-id: //depot/perl@14029
* Makefiles are sloppy about the exe suffixJarkko Hietaniemi2001-12-311-25/+25
| | | | | (from Paul Green) p4raw-id: //depot/perl@13970
* Further VOS tweaks: the _exe needs to be introducedJarkko Hietaniemi2001-12-211-0/+2
| | | | | | in the very beginning, and the make/gmake needs special VOS logic. p4raw-id: //depot/perl@13835
* Better make distcleanH.Merijn Brand2001-12-131-1/+3
| | | | | Message-Id: <20011213204542.0321.H.M.BRAND@hccnet.nl> p4raw-id: //depot/perl@13677
* The BeOS linker seems to link the last seen symbol,Jarkko Hietaniemi2001-12-111-5/+5
| | | | | | | | not the first (so the symbols of op.o from libperl.so would get linked to miniperl instead of the symbols of opmini.o)-- use the same trick as for NeXT4 for linking miniperl. p4raw-id: //depot/perl@13609
* Implement the sort pragma. Split sort code from pp_ctl.cJarkko Hietaniemi2001-11-211-2/+2
| | | | | | | | | | to pp_sort.c. Includes the quicksort stabilizing layer from John P. Linderman. -Msort=qsort or -Msort=fast is faster than without (or with -Msort=mergesort or -Msort=safe) for short random inputs, but for some reason not quite as fast as 5.6.1 qsort. More benchmarking, profiling, tuning, and optimizing definitely needed. p4raw-id: //depot/perl@13179
* Cleanliness inspired by Cygwin.Jarkko Hietaniemi2001-11-141-2/+3
| | | p4raw-id: //depot/perl@13011
* Allow resetting the locale system for the durationJarkko Hietaniemi2001-10-251-0/+15
| | | | | | of the build (Mac OS X default setting LANG=En_US ist kaputt) p4raw-id: //depot/perl@12646
* remove deprecated PERL_OBJECT cruft, it has long since stoppedGurusamy Sarathy2001-08-311-2/+2
| | | | | working in 5.7.x p4raw-id: //depot/perl@11803
* make coretestPaul Johnson2001-08-281-1/+4
| | | | | | | Message-Id: <20010829001138.B12169@pjcj.net> (Applied without the change to perlhack.pod. This should probably stay undocumented.) p4raw-id: //depot/perl@11773
* [PATHC] sharedsv.[c|h]Jarkko Hietaniemi2001-08-131-3/+3
| | | | | | | | | | | | | | | | | | | | | | From: "Artur Bergman" <artur@contiller.se> Date: Mon, 13 Aug 2001 14:38:41 +0200 Message-ID: <005401c123f4$e1f53360$21000a0a@vogw2kdev> Subject: [PATCH] embed.pl From: Arthur Bergman <arthur@contiller.se> Date: Mon, 13 Aug 2001 14:38:14 +0200 Message-ID: <B79D96D6.3088%arthur@contiller.se> Subject: [PATCH] sharedsv cleanups From: "Arthur Bergman" <arthur@contiller.se> Date: Mon, 13 Aug 2001 15:14:25 +0200 Message-ID: <005a01c123f9$dfe525d0$21000a0a@vogw2kdev> Plus few tweaks: _init needs to be Adp, the prototypes should not be revealed unless using ithreads, #endif FOO must be #endif /* FOO */, adding (parentheses) around do { } while doesn't work too well. p4raw-id: //depot/perl@11659
* (Hopefully) a fix for 20010723.004: make install needsJarkko Hietaniemi2001-08-121-9/+6
| | | | | | | | | write permission in build directory. The problem was probably caused by overeager sprinkling of the lib/re.pm dependencies (which was done to guarantee lib/re.pm being uptodate for parallel makes: now solved by funneling that through an explicit recursive make in the preplibrary target). p4raw-id: //depot/perl@11644
* Makefile.SH test_prep dependencyAndy Dougherty2001-08-071-1/+1
| | | | | Message-ID: <Pine.SOL.4.10.10108071540190.2431-100000@maxwell.phys.lafayette.edu> p4raw-id: //depot/perl@11605
* Don't autogenerate the headers et alia,Jarkko Hietaniemi2001-08-071-25/+0
| | | | | make regen_headers explicitly. p4raw-id: //depot/perl@11604
* Doubly guard against invoking CPAN if no extras defined,Jarkko Hietaniemi2001-07-301-12/+6
| | | | | pointed out by H. Merijn Brand. p4raw-id: //depot/perl@11502