From owner-freebsd-current@FreeBSD.ORG Mon Feb 16 16:48:09 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3CA1116A4CF; Mon, 16 Feb 2004 16:48:09 -0800 (PST) Received: from dragon.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2382043D1F; Mon, 16 Feb 2004 16:48:09 -0800 (PST) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.12.10/8.12.10) with ESMTP id i1H0kwOJ074149; Mon, 16 Feb 2004 16:46:58 -0800 (PST) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.10/8.12.10/Submit) id i1H0kuZ8074148; Mon, 16 Feb 2004 16:46:56 -0800 (PST) (envelope-from obrien) Date: Mon, 16 Feb 2004 16:46:56 -0800 From: "David O'Brien" To: Garance A Drosihn Message-ID: <20040217004656.GF89536@dragon.nuxi.com> References: <200402161104.37429.fritz.heinrichmeyer@fernuni-hagen.de> <4030AC7C.6000902@cinci.rr.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.1i X-Operating-System: FreeBSD 5.2-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 cc: freebsd-current@FreeBSD.org cc: ru@FreeBSD.org cc: Fritz Heinrichmeyer Subject: Re: buildworld failure in /usr/src/sys/boot/i386/boot2 this morning X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: obrien@FreeBSD.org List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Feb 2004 00:48:09 -0000 On Mon, Feb 16, 2004 at 07:17:18PM -0500, Garance A Drosihn wrote: > Based on that advice, I added the rule: > > sio.o: sio.s > ${CPP} ${CFLAGS} ${.CURDIR}/sio.s | \ > ${AS} ${AFLAGS} -o ${.TARGET} 'cpp' isn't needed, there isn't anything in sio.[sS] for 'cpp' to do. > This seems to have solved the problem for me. I have not > committed this change, though, as it may be that some other > change would be more appropriate. I've already committed the correct change which is to simply rm the .S file. -- -- David (obrien@FreeBSD.org)