diff options
| author | Warner Losh <imp@FreeBSD.org> | 2002-12-18 07:13:53 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2002-12-18 07:13:53 +0000 |
| commit | 79cfd4b63b4ca477163c700b67bbbff7a0b9c5e7 (patch) | |
| tree | 88262f2bced0dff81b22d210543f4662ccd23f6c /sys/boot | |
| parent | 5102ef84169ab8062e5c39bf2e3a72a010c32368 (diff) | |
Notes
Diffstat (limited to 'sys/boot')
| -rw-r--r-- | sys/boot/i386/boot2/Makefile | 1 | ||||
| -rw-r--r-- | sys/boot/i386/gptboot/Makefile | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/sys/boot/i386/boot2/Makefile b/sys/boot/i386/boot2/Makefile index 2c81624245c5..ab0ea2f19392 100644 --- a/sys/boot/i386/boot2/Makefile +++ b/sys/boot/i386/boot2/Makefile @@ -61,6 +61,7 @@ boot1.o: boot1.s boot2.o: boot2.c ${.CURDIR}/../../common/ufsread.c ${CC} ${CFLAGS} -S -o boot2.s.tmp ${.IMPSRC} sed -e '/align/d' -e '/nop/d' < boot2.s.tmp > boot2.s + rm -f boot2.s.tmp ${AS} ${AFLAGS} -o boot2.o boot2.s boot2.h: boot1.out diff --git a/sys/boot/i386/gptboot/Makefile b/sys/boot/i386/gptboot/Makefile index 2c81624245c5..ab0ea2f19392 100644 --- a/sys/boot/i386/gptboot/Makefile +++ b/sys/boot/i386/gptboot/Makefile @@ -61,6 +61,7 @@ boot1.o: boot1.s boot2.o: boot2.c ${.CURDIR}/../../common/ufsread.c ${CC} ${CFLAGS} -S -o boot2.s.tmp ${.IMPSRC} sed -e '/align/d' -e '/nop/d' < boot2.s.tmp > boot2.s + rm -f boot2.s.tmp ${AS} ${AFLAGS} -o boot2.o boot2.s boot2.h: boot1.out |
