Mark Murray
535989d7d0
Rename a macro; it gets set at "make world" time, and I had a local
...
mod that masked this. D'uh.
1999-09-25 06:59:10 +00:00
Mark Murray
3ea5059f1e
Low-level, but significant cleanup of Perl's build process.
...
This should significantly ease "make; make install" loops.
1999-09-24 15:32:11 +00:00
Mark Murray
3c044221da
Allow perl to be built with thread support.
...
Submitted by: Doug Ambrisko <ambrisko@whistle.com>
1999-09-04 10:02:04 +00:00
Peter Wemm
9b7a44a60e
$Id$ -> $FreeBSD$
1999-08-27 23:37:10 +00:00
Mark Murray
7b73600389
Big cleanup of the perl build.
...
1) Inspired by JB's finding of a hardcoded /usr/bin/ranlib in the
config files, these have been properly cleaned up and have
been personalised for FreeBSD, not MarkM.
2) Inspired by Peter, copying of the lib/ext etc dirs has been
replaced by a link farm.
3) Common code has been moved to a higher-level Makefile.inc.
This has been tested with a make -j8.
1998-09-22 12:00:59 +00:00
Mark Murray
406f5f9aec
Generalise the build a bit more.
...
1) Fix up the NOSHARED stuff (bde)
2) Accomodate CFLAGS (vanilla)
3) Provide separate files for i386 and alpha (Doug Rabson)
In case 3, the supplied files were corrupted, but the concepts
sound enough, so I just copied what exists into
config.SH-{elf|aout}.{i386|alpha}. Alpha team, go ahead and do what
is necessary on config.SH-elf.alpha. :-)
1998-09-16 17:25:52 +00:00
Mark Murray
3674e655b9
Allow libperl to be a shared library.
...
This has the delightful side effect of fixing ELF .so objects.
Asked-for-by: peter
1998-09-12 19:16:33 +00:00
Mark Murray
4842ab0d9a
Fix parallel building.
...
(Tested by make -j12 buildworld on a 4-cpu SMP box).
Address (but not solve) ELF shareable objects causing perl to
dump core. (I have a heck of a lot to learn about ELF).
Lots of help by: bde, jkh, jb and others
1998-09-12 15:45:30 +00:00
Mark Murray
235e962d3f
Dorkus sum. I managed to commit an earlier version of this. This fixes the
...
broken perl build.
* NOTE * * NOTE * * NOTE *
PERL5 RELIES IN A MAKE WORLD FOR THE BOOTSTRAP!!
* NOTE * * NOTE * * NOTE *
1998-09-10 10:51:11 +00:00
Mark Murray
17168bf62e
Bring in the Perl5 BMake files. This ends the easy stuff.
...
I'll be doiung the rest in stages.
1998-09-09 07:20:33 +00:00
Mark Murray
bae7411889
Old Perl is leaving us. Goodbye, faithful friend.
1998-09-09 06:49:33 +00:00
Bruce Evans
36c1af94e2
Use the installed version of perl for `make install'. It is now
...
bootstrapped by `make world'. The version just built in ".."
normally won't work if the target system is not binary compatible.
1998-07-07 23:44:43 +00:00
John Birrell
4baa8a70b5
Allow the makefile to choose the perl executable to run h2ph rather
...
than relying on the #!/usr/bin/perl in the first line of the script.
1998-05-12 23:02:14 +00:00
Bruce Evans
14a28dc644
Don't generate a2p.h or y.tab.h from a2p.y. Neither is actually used,
...
and building a2p.h clobbered the unrelated source file a2p.h if
${.OBJDIR} == ${.CURDIR}.
1998-05-05 05:25:21 +00:00
Bruce Evans
b681d90662
Fixed races in `make -jN' using new yacc rules.
1998-05-04 20:09:06 +00:00
Steve Price
ad42b1082d
Build perl header files for machine/* too.
...
PR: 672
Submitted by: Jun Kuriyama <kuriyama@opt.phys.waseda.ac.jp>
1998-02-21 04:06:24 +00:00
Jordan K. Hubbard
1e97817fad
Remove bogus redeclaration of setenv().
...
Fixes make world failure #3 for today (part of an ongoing series).
1997-01-07 06:26:19 +00:00
Poul-Henning Kamp
328f21ee08
Remove a couple of private malloc() implementations, one of which
...
was unused afterall.
1996-12-23 20:21:35 +00:00
Paul Traina
cfa804d6ba
Grab h2ph from /usr/bin, not /usr/local/bin!
1996-09-17 01:14:18 +00:00
Peter Wemm
a5b996a7ec
recording cvs-1.6 file death
1995-12-30 19:02:48 +00:00
Bruce Evans
9c0dc173cc
Change install' to
${INSTALL}' so that default install flags can be
...
specified in the top level Makefiles.
1995-07-25 00:37:58 +00:00
Rodney W. Grimes
4399be3cbd
Remove trailing whitespace.
1995-05-30 05:05:38 +00:00
Rodney W. Grimes
a533e22a54
Export ${DESTDIR} to h2ph so that the *.ph files end up in the DESTDIR
...
directories instead of /usr/share/perl.
1995-02-14 21:47:04 +00:00
Ugen J.S. Antsilevich
a351d38006
Fix to h2ph "undefined function" bug
...
i reported today earlier..tested and works OK..
( To those who want to experience bug try running aub
with old version of socket.ph and with new one or just any
perl script "requiring " <sys/socket.ph> or <sys/cdefs.ph> )
1995-02-03 15:16:03 +00:00
Rodney W. Grimes
8546c86b55
Add usr/share/perl/sys to mtree file, remove private mkdir from Makefile.
1995-01-03 02:57:53 +00:00
Andreas Schulz
a7f24f529c
Add the files y.tab.h and a2p.c that get automatically generated to
...
the CLEANFILES target. Remove the file a2p.c from the source tree, this get
generated anew from a2p.y.
1994-11-28 18:30:44 +00:00
Paul Traina
1dd5e27809
Test test test! sigh!
...
Perl's scripts are still trying to execute perl out of /usr/gnu/bin/perl.
The hack Larry was using for h2ph.1 doesn't work with the new macros, so
make it a real man page.
Also, we weren't building the .ph files, add them as an afterinstall rule
in the x2p subdirectory.
1994-10-29 07:14:55 +00:00
Rodney W. Grimes
2276db83cf
Include of bsd.prog.mk should almost always be the last line of the file.
...
Fix missing ${DESTDIR} in 2 places (rgrimes)
Submitted by: bde
1994-09-12 05:10:07 +00:00
Gary Clark II
25ea820e44
Added CURDIR directives for some installs.
...
Reviewed by: Gary Clark II
Submitted by: Rod Grimes
1994-09-11 19:53:02 +00:00
Gary Clark II
82c0a999f5
Initial import of Perl 4.046 bmaked
1994-09-10 06:27:55 +00:00