From owner-freebsd-hackers Sat Dec 2 11:48:04 1995 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id LAA04836 for hackers-outgoing; Sat, 2 Dec 1995 11:48:04 -0800 Received: from sovcom.kiae.su (sovcom.kiae.su [144.206.136.1]) by freefall.freebsd.org (8.6.12/8.6.6) with SMTP id LAA04788 for ; Sat, 2 Dec 1995 11:47:58 -0800 Received: by sovcom.kiae.su id AA09311 (5.65.kiae-1 ); Sat, 2 Dec 1995 22:39:52 +0300 Received: by sovcom.KIAE.su (UUMAIL/2.0); Sat, 2 Dec 95 22:39:52 +0300 Received: (from ache@localhost) by ache.dialup.ru (8.6.12/8.6.12) id WAA01234; Sat, 2 Dec 1995 22:38:40 +0300 To: hackers@freefall.FreeBSD.org, "Kaleb S. KEITHLEY" References: <199512021742.RAA14346@exalt.x.org> In-Reply-To: <199512021742.RAA14346@exalt.x.org>; from "Kaleb S. KEITHLEY" at Sat, 02 Dec 1995 12:42:52 EDT Message-Id: Organization: Olahm Ha-Yetzirah Date: Sat, 2 Dec 1995 22:38:40 +0300 (MSK) X-Mailer: Mail/@ [v2.41 FreeBSD] From: =?KOI8-R?Q?=E1=CE=C4=D2=C5=CA_=FE=C5=D2=CE=CF=D7?= (aka Andrey A. Chernov, Black Mage) X-Class: Fast Subject: Re: Minor change to make Lines: 22 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Length: 862 Sender: owner-hackers@FreeBSD.ORG Precedence: bulk In message <199512021742.RAA14346@exalt.x.org> Kaleb S. KEITHLEY writes: >I want make to silently ignore a failure to find a .include file. The >reason I want this is because in the next release of X imake will generate >Makefiles that can use include files for dependencies if the system's make >supports it. >+ #if WANT_FATAL_INCLUDE_FAILURE > Parse_Error (PARSE_FATAL, "Could not find %s", file); >+ #endif Why not simple change PARSE_FATAL to PARSE_WARNING? I.e. this diagnostic prints (to help detect wrong includes), but it will be non-fatal. -- Andrey A. Chernov : And I rest so composedly, /Now, in my bed, ache@astral.msk.su : That any beholder /Might fancy me dead - http://dt.demos.su/~ache : Might start at beholding me, /Thinking me dead. RELCOM Team,FreeBSD Team : E.A.Poe From "For Annie" 1849