Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Mar 1998 21:04:28 -0800 (PST)
From:      Studded <Studded@dal.net>
To:        FreeBSD-hackers@FreeBSD.ORG
Subject:   Document NOPERL option
Message-ID:  <Pine.BSF.3.96.980316210209.12655A-100000@dt050n33.san.rr.com>

next in thread | raw e-mail | index | archive | help
	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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.96.980316210209.12655A-100000>