buildworld failure in /usr/src/sys/boot/i386/boot2 this morning

David O'Brien obrien at FreeBSD.org
Mon Feb 16 16:48:09 PST 2004


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 at FreeBSD.org)


More information about the freebsd-current mailing list