From c09b1207a4149f75dfefe3652d6f0870ca52efa8 Mon Sep 17 00:00:00 2001 From: ru Date: Wed, 28 Apr 2004 16:16:16 +0000 Subject: Temporary precaution measure until repocopy requests are processed: don't forget to clean generated .s sources. --- sys/boot/i386/boot0/Makefile | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'sys/boot/i386') diff --git a/sys/boot/i386/boot0/Makefile b/sys/boot/i386/boot0/Makefile index a87526f..84758f2 100644 --- a/sys/boot/i386/boot0/Makefile +++ b/sys/boot/i386/boot0/Makefile @@ -35,10 +35,12 @@ AFLAGS+=--defsym FLAGS=${BOOT_BOOT0_FLAGS} \ LDFLAGS=-N -e start -Ttext ${BOOT_BOOT0_ORG} -Wl,-S,--oformat,binary -.include +CLEANFILES+= boot0.s +boot0.s: boot0_512.s + cpp -USIO < ${.ALLSRC} > ${.TARGET} -boot0.s: boot0_512.s - cpp -USIO < ${.CURDIR}/boot0_512.s > boot0.s +CLEANFILES+= boot0sio.s +boot0sio.s: boot0_512.s + cpp -DSIO < ${.ALLSRC} > ${.TARGET} -boot0sio.s: ${.CURDIR}/../boot0/boot0_512.s - cpp -DSIO < ${.CURDIR}/../boot0/boot0_512.s > boot0sio.s +.include -- cgit v1.1