From owner-freebsd-commit Wed Nov 15 19:17:42 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id TAA09242 for freebsd-commit-outgoing; Wed, 15 Nov 1995 19:17:42 -0800 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id TAA09210 for cvs-all-outgoing; Wed, 15 Nov 1995 19:17:35 -0800 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id TAA09186 for cvs-share-outgoing; Wed, 15 Nov 1995 19:17:30 -0800 Received: from time.cdrom.com (time.cdrom.com [192.216.222.226]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id TAA09150 ; Wed, 15 Nov 1995 19:17:15 -0800 Received: from localhost (localhost [127.0.0.1]) by time.cdrom.com (8.6.12/8.6.9) with SMTP id TAA27375; Wed, 15 Nov 1995 19:14:44 -0800 To: =?KOI8-R?Q?=E1=CE=C4=D2=C5=CA_=FE=C5=D2=CE=CF=D7?= (aka Andrey A. Chernov, Black Mage) cc: CVS-commiters@freefall.freebsd.org, cvs-share@freefall.freebsd.org, Gary Palmer Subject: Re: cvs commit: src/share/zoneinfo Makefile In-reply-to: Your message of "Thu, 16 Nov 1995 05:50:26 +0300." Date: Wed, 15 Nov 1995 19:14:43 -0800 Message-ID: <27373.816491683@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-commit@FreeBSD.ORG Precedence: bulk > In message <199511160200.SAA27092@freefall.freebsd.org> Gary Palmer > writes: > > >gpalmer 95/11/15 18:00:39 > > > Modified: share/zoneinfo Makefile > > Log: > > Change the handling of the leapseconds so that if LEAPSECONDS isn't > > defined, it doesn't call zic with -L /dev/null, and instead doesn't > > use -L at all > > What was wrong with -L /dev/null? See the message that both Gary and I sent independantly to hackers! It made the make install fall over from a virgin 2.1 source tree. Jordan