PERFORCE change 32433 for review

Peter Wemm peter at FreeBSD.org
Mon Jun 2 17:09:28 PDT 2003


http://perforce.freebsd.org/chv.cgi?CH=32433

Change 32433 by peter at peter_hammer on 2003/06/02 17:09:04

	cleanfiles must be missing vers.o - fix this so it compiles
	again.  I had added -m32 to CC in a previous life.

Affected files ...

.. //depot/projects/hammer/sys/boot/i386/loader/Makefile#6 edit

Differences ...

==== //depot/projects/hammer/sys/boot/i386/loader/Makefile#6 (text+ko) ====

@@ -85,7 +85,7 @@
 
 vers.o:	${.CURDIR}/../../common/newvers.sh ${.CURDIR}/version
 	sh ${.CURDIR}/../../common/newvers.sh ${.CURDIR}/version ${NEWVERSWHAT}
-	${CC} -c vers.c
+	${CC} ${CFLAGS} -c vers.c
 
 ${PROG}: ${PROG}.bin ${BTXLDR} ${BTXKERN} ${BTXCRT}
 	btxld -v -f aout -e ${LOADER_ADDRESS} -o ${.TARGET} -l ${BTXLDR} \


More information about the p4-projects mailing list