From owner-freebsd-hackers Mon Mar 16 21:04:38 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA21718 for freebsd-hackers-outgoing; Mon, 16 Mar 1998 21:04:38 -0800 (PST) (envelope-from owner-freebsd-hackers@FreeBSD.ORG) Received: from dt050n33.san.rr.com (Studded@dt050n33.san.rr.com [204.210.31.51]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA21707 for ; Mon, 16 Mar 1998 21:04:31 -0800 (PST) (envelope-from Studded@dal.net) Received: from localhost (dougdougdougdoug@localhost) by dt050n33.san.rr.com (8.8.8/8.8.8) with SMTP id FAA12657 for ; Tue, 17 Mar 1998 05:04:28 GMT (envelope-from Studded@dal.net) Date: Mon, 16 Mar 1998 21:04:28 -0800 (PST) From: Studded X-Sender: dougdougdougdoug@dt050n33.san.rr.com To: FreeBSD-hackers@FreeBSD.ORG Subject: Document NOPERL option Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This option has been requested very often, now that we have it I think we should advertise it. :) Please consider the following patches to /usr/src/etc/make.conf and /usr/src/Makefile. Doug --- make.conf.Dist Mon Mar 16 20:58:07 1998 +++ make.conf Mon Mar 16 21:00:37 1998 @@ -18,6 +18,9 @@ #NOPROFILE= true # Avoid compiling profiled libraries # +# To avoid building the perl in /usr/src/gnu/usr.bin +#NOPERL= true +# # To have 'obj' symlinks created in your source directory # (they aren't needed/necessary) #OBJLINK= yes --- Makefile.Dist Mon Mar 16 20:53:47 1998 +++ Makefile Mon Mar 16 20:55:22 1998 @@ -18,6 +18,7 @@ # -DNOGAMES do not go into games subdir # -DNOSHARE do not go into share subdir # -DNOINFO do not make or install info files +# -DNOPERL do not make or install perl # LOCAL_DIRS="list of dirs" to add additional dirs to the SUBDIR list # -- *** Chief Operations Officer, DALnet IRC network *** *** Proud operator, designer and maintainer of the world's largest *** Internet Relay Chat server. 5,328 clients and still growing. *** Try spider.dal.net on ports 6662-4 (Powered by FreeBSD) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message