Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Feb 2004 16:46:56 -0800
From:      "David O'Brien" <obrien@FreeBSD.org>
To:        Garance A Drosihn <drosih@rpi.edu>
Cc:        Fritz Heinrichmeyer <fritz.heinrichmeyer@fernuni-hagen.de>
Subject:   Re: buildworld failure in /usr/src/sys/boot/i386/boot2 this morning
Message-ID:  <20040217004656.GF89536@dragon.nuxi.com>
In-Reply-To: <p06020421bc56fbe12dfb@[128.113.24.47]>
References:  <200402161104.37429.fritz.heinrichmeyer@fernuni-hagen.de> <4030AC7C.6000902@cinci.rr.com> <p06020421bc56fbe12dfb@[128.113.24.47]>

next in thread | previous in thread | raw e-mail | index | archive | help
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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040217004656.GF89536>