summaryrefslogtreecommitdiff
path: root/Makefile.SH
Commit message (Collapse)AuthorAgeFilesLines
* Add make target for microperl (kind of silly, but convenient).Jarkko Hietaniemi2001-05-271-0/+7
| | | p4raw-id: //depot/perl@10234
* Add make target and documentation for gprof profiling.Jarkko Hietaniemi2001-05-251-8/+25
| | | p4raw-id: //depot/perl@10204
* The problem described in 20010514.031 still wasn'tJarkko Hietaniemi2001-05-151-1/+1
| | | | | | | fully cured, there were remnants of $CONFIG when $CONFIGDOTSH was expected. Now renamed to PERL_CONFIG_SH to avoid future conflicts. p4raw-id: //depot/perl@10113
* Add test.deparse make target.Jarkko Hietaniemi2001-05-111-6/+14
| | | p4raw-id: //depot/perl@10081
* Additional dependencies; should help for parallel makesJarkko Hietaniemi2001-04-241-1/+1
| | | | | not to fail on missing lib/lib.pm or lib/re.pm. p4raw-id: //depot/perl@9808
* Add make target "install-all" which is alias for "install"Jarkko Hietaniemi2001-04-241-1/+1
| | | | | to cater for case-preserving filesystems like HFS+. p4raw-id: //depot/perl@9806
* More cleanup cleanup.Jarkko Hietaniemi2001-04-191-1/+1
| | | p4raw-id: //depot/perl@9761
* lib/Time is non-empty, let's not rmdir it.Jarkko Hietaniemi2001-04-191-1/+1
| | | p4raw-id: //depot/perl@9760
* Non-UNIX platforms extensions update. (Well, UTS is UNIX.)Jarkko Hietaniemi2001-04-121-1/+1
| | | p4raw-id: //depot/perl@9691
* Retract #9523: needs more thought.Jarkko Hietaniemi2001-04-071-19/+7
| | | p4raw-id: //depot/perl@9609
* Integrate changes #9538,9539 from maintperl into mainline.Jarkko Hietaniemi2001-04-041-1/+2
| | | | | | | | | | | | | | | fflush() is a macro on SunOS 4.1.x, so provide a wrapper for use with _fwalk() (fix for change#7705) another tweak needed for SunOS 4.1.x build (from Mike Guy) (cp -f is not portable) p4raw-link: @9539 on //depot/maint-5.6/perl: 3da0943717409aa5209a9776746cc2cfeb50eb29 p4raw-link: @9538 on //depot/maint-5.6/perl: 741daf9fefb369fa97f8467fc06d60a8832dcdee p4raw-link: @7705 on //depot/perl: 74cac757131a44f884c4728708d3a2e5d87b32d3 p4raw-id: //depot/perl@9540 p4raw-integrated: from //depot/maint-5.6/perl@9536 'merge in' util.c (@9288..) Makefile.SH (@9312..)
* (Retracted by #9609)Jarkko Hietaniemi2001-04-031-7/+19
| | | | | | | | Make it harder for parallel makes to enter 'test' before Dynaloader and File::Glob are happy. (In principle 'make_ext' should be unhappy enough, but sometimes parallel makes seem to sneak past both in Tru64 and AIX.) p4raw-id: //depot/perl@9523
* [ID 20010330.006] incorrect WARNING from installperl "You've never run 'make ↵David Dyck2001-03-301-0/+1
| | | | | | | | | | test' or some tests failed!" Message-Id: <200103302244.OAA12204@dd.tc.fluke.com> The t/rantests flags file creation was accidentally removed by #9217. p4raw-id: //depot/perl@9480
* test-prep target was missing.Jarkko Hietaniemi2001-03-291-1/+1
| | | p4raw-id: //depot/perl@9433
* Rmdir lib/XS on cleanup.Jarkko Hietaniemi2001-03-281-1/+1
| | | p4raw-id: //depot/perl@9423
* Pixie documenting.Jarkko Hietaniemi2001-03-271-2/+2
| | | p4raw-id: //depot/perl@9373
* For perl.pixie check *before* compiling that optimize is -g,Jarkko Hietaniemi2001-03-261-6/+6
| | | | | as for perl.third. p4raw-id: //depot/perl@9357
* rmdir lib/Digest, lib/MIME, and lib/PerlIO.Jarkko Hietaniemi2001-03-261-1/+1
| | | p4raw-id: //depot/perl@9356
* Remove t/perl.third.Jarkko Hietaniemi2001-03-261-1/+1
| | | p4raw-id: //depot/perl@9355
* Integrate perlio:Jarkko Hietaniemi2001-03-241-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ 9322] Routine Win32 regen_config_h - no real changes. [ 9321] PerlIO fixups for Win32: - provide win33_popenlist() - non-functional as yet. - avoid need for aTHX in PerlIO_debug calls - even if not enabled args are still evaluated so Win32 has trouble during fork(). - Add PerlIO/Scalar to list of extensions in win32/makefile.mk - Fixup makedef.pl for latest set of symbols. [ 9320] POSIX::getcwd XS code to call Cwd::cwd when HAS_GETCWD not defined was gibberish - broke it on WIn32 at least. [ 9319] Generated files. [ 9318] Implement: 1. open($fh,"+<",undef); # add test to t/io/open.t 2. open($fh,"+<",\$var); # New test t/lib/io_scalar.t p4raw-link: @9322 on //depot/perlio: e009d45070febfef5a59a9468c3cb4e6ad05051f p4raw-link: @9321 on //depot/perlio: 8c0134a884f927d58f584b87281e5a27133cbf8f p4raw-link: @9320 on //depot/perlio: 5dd1177c222be3aa5f44de160a952953bc5703a5 p4raw-link: @9319 on //depot/perlio: c60e0e098045567c2313456d074b4094292b050c p4raw-link: @9318 on //depot/perlio: f6c77cf1bf4d7cb2c7a64dd7608120b471f84062 p4raw-id: //depot/perl@9323
* More pixie cleaning.Jarkko Hietaniemi2001-03-211-0/+1
| | | p4raw-id: //depot/perl@9276
* Rearrange the make test target prerequisites so thatJarkko Hietaniemi2001-03-191-19/+25
| | | | | in a parallel make 'all' is finished before 'test'. p4raw-id: //depot/perl@9254
* Cleanup pixie residue.Jarkko Hietaniemi2001-03-191-0/+1
| | | p4raw-id: //depot/perl@9221
* Document the use of pixie/prof; create make targets for it.Jarkko Hietaniemi2001-03-191-2/+28
| | | | | TODO: make t/TEST pixie-aware. p4raw-id: //depot/perl@9220
* Rewrite the tests section of Makefile to be less redundantJarkko Hietaniemi2001-03-181-39/+42
| | | | | | and to allow for more flexible test targets, many recursive make calls introduced. p4raw-id: //depot/perl@9217
* Make targets for testing with Third Degree.Jarkko Hietaniemi2001-03-181-0/+21
| | | p4raw-id: //depot/perl@9215
* Looking for config.sh in parent directories isn'tJarkko Hietaniemi2001-03-181-5/+2
| | | | | very useful for the toplevel Makefile. p4raw-id: //depot/perl@9212
* On "make clean" take care of Third Degree droppings.Jarkko Hietaniemi2001-03-181-0/+1
| | | p4raw-id: //depot/perl@9211
* Make perl.third checks more understandable to the builder.Jarkko Hietaniemi2001-03-181-2/+6
| | | p4raw-id: //depot/perl@9204
* More robust and more paranoid perl.third target.Jarkko Hietaniemi2001-03-181-2/+2
| | | p4raw-id: //depot/perl@9202
* Add prerequisites for the perl.third target.Jarkko Hietaniemi2001-03-171-1/+6
| | | p4raw-id: //depot/perl@9189
* Add a make rule for perl.third (the Third Degree memory debuggingJarkko Hietaniemi2001-03-171-0/+3
| | | | | tool of Tru64 / Digital UNIX / DEC OSF/1, see man third or man atom) p4raw-id: //depot/perl@9187
* Retract #9069, wrong patch.Jarkko Hietaniemi2001-03-081-9/+0
| | | p4raw-id: //depot/perl@9078
* (Retracted by #9078.)Jarkko Hietaniemi2001-03-071-0/+9
| | | p4raw-id: //depot/perl@9069
* Run run/*.t also in minitest.Jarkko Hietaniemi2001-02-211-1/+1
| | | p4raw-id: //depot/perl@8879
* Re: Why t/TEST and not Test::Harness?Michael G. Schwern2001-02-181-2/+2
| | | | | | | Message-ID: <20010217224444.A6679@magnonel.guild.net> Replace UTEST with TEST -utf8. p4raw-id: //depot/perl@8821
* Integrate change #8786 from maintperl, posix-bc byacc handling.Jarkko Hietaniemi2001-02-131-0/+10
| | | | | | | p4raw-link: @8786 on //depot/maint-5.6/perl: 791ece1b591d74df257917b202df7d8c57073d8c p4raw-id: //depot/perl@8787 p4raw-integrated: from //depot/maint-5.6/perl@8785 'merge in' Makefile.SH (@8657..)
* completion and docs for dynamic loading on OS/390Peter Prymmer2001-01-251-6/+7
| | | | | Message-ID: <Pine.OSF.4.10.10101241706120.411912-100000@aspara.forte.com> p4raw-id: //depot/perl@8544
* remove redundant dependencies that are unneededPeter Prymmer2001-01-201-2/+2
| | | | | Message-ID: <Pine.OSF.4.10.10101191816550.61158-100000@aspara.forte.com> p4raw-id: //depot/perl@8488
* partial support for dynaloading on OS/390Peter Prymmer2001-01-201-5/+14
| | | | | Message-ID: <Pine.OSF.4.10.10101191646420.61158-100000@aspara.forte.com> p4raw-id: //depot/perl@8487
* Message-ID: <5930DC161690D211966700902715754703701130@madt009a.siemens.es>Roca, Ignasi2001-01-041-1/+1
| | | | | If running byacc write-enable also perly.h. p4raw-id: //depot/perl@8304
* Robustness support for #8218 (symlink forest) since the GNUJarkko Hietaniemi2000-12-211-1/+6
| | | | | tools seem to be overly picky about symlinkage depths. p4raw-id: //depot/perl@8220
* Clean .exists deeper.Jarkko Hietaniemi2000-11-271-1/+1
| | | p4raw-id: //depot/perl@7880
* Be clean.Jarkko Hietaniemi2000-11-221-1/+1
| | | p4raw-id: //depot/perl@7822
* opmini.o can linger from Configures past.Jarkko Hietaniemi2000-11-051-1/+1
| | | p4raw-id: //depot/perl@7568
* Add a perlbug flag, -A, to avoid acknowledgement messages.Nicholas Clark2000-10-311-0/+12
| | | | | | Subject: PATCH (Re: [ID 20001030.008] OK: perl v5.7.0 +DEVEL7445 on i586-linux 2.2.16 (UNINSTALLED)) Message-ID: <20001030173845.O60355@plum.flirble.org> p4raw-id: //depot/perl@7493
* Make target reordering to avoid pointless re-makes.Nicholas Clark2000-10-281-2/+9
| | | | | | Subject: Re: Total re-make of 'make okfile' after 7451 ? Message-ID: <20001028003101.A54517@plum.flirble.org> p4raw-id: //depot/perl@7468
* Do away with the fix_pl.Jarkko Hietaniemi2000-10-271-8/+0
| | | p4raw-id: //depot/perl@7458
* Add targets to Makefile.SH, most importantlyJarkko Hietaniemi2000-10-251-0/+25
| | | | | 'regen_all' which also remembers to update vms/perly*. p4raw-id: //depot/perl@7431
* Reapply Andy's patch and regen Configure.Jarkko Hietaniemi2000-10-101-3/+4
| | | p4raw-id: //depot/perl@7196