From owner-freebsd-current Thu Mar 13 00:52:14 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id AAA14916 for current-outgoing; Thu, 13 Mar 1997 00:52:14 -0800 (PST) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id AAA14911 for ; Thu, 13 Mar 1997 00:52:12 -0800 (PST) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.3/8.6.9) id TAA03874; Thu, 13 Mar 1997 19:48:01 +1100 Date: Thu, 13 Mar 1997 19:48:01 +1100 From: Bruce Evans Message-Id: <199703130848.TAA03874@godzilla.zeta.org.au> To: helbig@MX.BA-Stuttgart.De, peter@freefall.freebsd.org Subject: Re: cvs commit: src/share/mk bsd.info.mk Cc: current@FreeBSD.ORG Sender: owner-current@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >> Modified: share/mk bsd.info.mk >> Log: >> makeinfo can fail but still leave behind zero length files which cause >> interesting problems because the resulting file is newer than the source >> ... >Either this or the last change of bsd.info.mk seems to break "make world": >... >The bsd.info.mk created com_err.info instead of com_err.info.gz in >/usr/obj/usr/src/lib/libcom_err. It has at least three other bugs: 1. the new temporary files aren't in ${CLEANFILES}. 2. support for not having --no-split in ${MAKEINFOFLAGS} is more broken then before. 3. some too-long lines are longer than before. Bruce