From owner-cvs-all Tue Sep 22 23:06:01 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA13203 for cvs-all-outgoing; Tue, 22 Sep 1998 23:06:01 -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 XAA13152; Tue, 22 Sep 1998 23:05:31 -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 XAA05853; Tue, 22 Sep 1998 23:05:29 -0700 (PDT) Date: Tue, 22 Sep 1998 23:05:29 -0700 (PDT) Message-Id: <199809230605.XAA05853@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/gnu/usr.bin/perl/miniperl Makefile src/gnu/usr.bin/perl/perl Makefile install_perl_libs Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk markm 1998/09/22 23:05:28 PDT Modified files: gnu/usr.bin/perl/miniperl Makefile gnu/usr.bin/perl/perl Makefile install_perl_libs Log: More make cleanups. 1) Part of the NOSHARED fix; I messed this up and managed to get perl installed without being linked to the shared library libperl.so. This broke Perl in ELF when linking in shared objects. 2) Start of a cleanup of the man3 page location. This will (eventually) allow for a the ports to put their pages in the "normal" ${PREFIX}- based location. 3) Nuke cruft. Revision Changes Path 1.5 +2 -1 src/gnu/usr.bin/perl/miniperl/Makefile 1.14 +1 -3 src/gnu/usr.bin/perl/perl/Makefile 1.2 +3 -3 src/gnu/usr.bin/perl/perl/install_perl_libs