From owner-cvs-all Tue Sep 22 05:01:37 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA19666 for cvs-all-outgoing; Tue, 22 Sep 1998 05:01:37 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA19648; Tue, 22 Sep 1998 05:01:29 -0700 (PDT) (envelope-from markm@FreeBSD.org) From: Mark Murray Received: (from markm@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id FAA19234; Tue, 22 Sep 1998 05:00:59 -0700 (PDT) Date: Tue, 22 Sep 1998 05:00:59 -0700 (PDT) Message-Id: <199809221200.FAA19234@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/gnu/usr.bin/perl Makefile.inc src/gnu/usr.bin/perl/libperl config.SH-aout.i386 config.SH-elf.alpha config.SH-elf.i386 src/gnu/usr.bin/perl/perl Makefile src/gnu/usr.bin/perl/suidperl Makefile src/gnu/usr.bin/perl/utils/perlbug Makefile ... Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk markm 1998/09/22 05:00:59 PDT Modified files: gnu/usr.bin/perl Makefile.inc gnu/usr.bin/perl/libperl config.SH-aout.i386 config.SH-elf.alpha config.SH-elf.i386 gnu/usr.bin/perl/perl Makefile gnu/usr.bin/perl/suidperl Makefile gnu/usr.bin/perl/utils/perlbug Makefile gnu/usr.bin/perl/x2p/a2pl Makefile Log: 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. Revision Changes Path 1.5 +28 -1 src/gnu/usr.bin/perl/Makefile.inc 1.3 +17 -15 src/gnu/usr.bin/perl/libperl/config.SH-aout.i386 1.4 +17 -15 src/gnu/usr.bin/perl/libperl/config.SH-elf.alpha 1.3 +17 -15 src/gnu/usr.bin/perl/libperl/config.SH-elf.i386 1.13 +45 -51 src/gnu/usr.bin/perl/perl/Makefile 1.4 +26 -47 src/gnu/usr.bin/perl/suidperl/Makefile 1.2 +4 -4 src/gnu/usr.bin/perl/utils/perlbug/Makefile 1.6 +3 -3 src/gnu/usr.bin/perl/x2p/a2pl/Makefile