From owner-freebsd-stable Thu Jul 6 10:25:14 2000 Delivered-To: freebsd-stable@freebsd.org Received: from bsa-1-as01-7-a14.gd.uol.com.br (bsa-1-as01-7-a14.gd.uol.com.br [200.197.118.14]) by hub.freebsd.org (Postfix) with ESMTP id 9D5BA37C255 for ; Thu, 6 Jul 2000 10:25:06 -0700 (PDT) (envelope-from lioux@uol.com.br) Received: (qmail 830 invoked by uid 1001); 6 Jul 2000 01:23:16 -0000 From: "Mario Sergio Fujikawa Ferreira" Date: Wed, 5 Jul 2000 22:22:54 -0300 To: freebsd-stable@freebsd.org Subject: /etc/defaults/make.conf addition? Message-ID: <20000705222254.A766@Fedaykin.here> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, Is this kind of make variable acceptable for defaults/make.conf addition? I am not sure if this is the sort of thing suitable for defaults inclusion. Maybe this is just a long shot. If this is not acceptable, where in the documentation can I add a line saying this exists? Just a fair question. By the way, leapseconds support is an important matter, UTC is 22 seconds off "real time" (UT1) without it. Ahead or behind is just a matter of perspective, all things being relative. :) If you are reading this and you don't know what I am talking about, check: /usr/src/share/zoneinfo/Makefile /usr/src/share/zoneinfo/leapseconds http://cr.yp.to/proto/utctai.html Regards, Mario Ferreira --- /etc/defaults/make.conf Sun Jun 11 02:25:37 2000 +++ make.conf Wed Jul 5 22:10:08 2000 @@ -26,6 +26,9 @@ # #CXXFLAGS+= -fmemoize-lookups -fsave-memoized # +# Add leapseconds support to each timezone file, e.g., when making world +#LEAPSECONDS= true +# # Avoid compiling profiled libraries #NOPROFILE= true # To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message