Temporary precaution measure until repocopy requests are

processed: don't forget to clean generated .s sources.
This commit is contained in:
Ruslan Ermilov 2004-04-28 16:16:16 +00:00
parent 01e7fdafa7
commit 6886d8ff2a

View File

@ -35,10 +35,12 @@ AFLAGS+=--defsym FLAGS=${BOOT_BOOT0_FLAGS} \
LDFLAGS=-N -e start -Ttext ${BOOT_BOOT0_ORG} -Wl,-S,--oformat,binary
CLEANFILES+= boot0.s
boot0.s: boot0_512.s
cpp -USIO < ${.ALLSRC} > ${.TARGET}
CLEANFILES+= boot0sio.s
boot0sio.s: boot0_512.s
cpp -DSIO < ${.ALLSRC} > ${.TARGET}
.include <bsd.prog.mk>
boot0.s: boot0_512.s
cpp -USIO < ${.CURDIR}/boot0_512.s > boot0.s
boot0sio.s: ${.CURDIR}/../boot0/boot0_512.s
cpp -DSIO < ${.CURDIR}/../boot0/boot0_512.s > boot0sio.s