Removed now redundant CLEANFILES assignments.

Not read enough of my patch by:	obrien ;)
This commit is contained in:
Ruslan Ermilov 2004-04-27 19:45:16 +00:00
parent 5cf1e92001
commit c9be1bb2f8
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=128694
5 changed files with 0 additions and 6 deletions

View file

@ -4,7 +4,6 @@ PROG= btx
INTERNALPROG=
NOMAN=
SRCS= btx.S
CLEANFILES= btx
.if defined(PAGING)
CFLAGS+=-DPAGING

View file

@ -4,7 +4,6 @@ PROG= btxldr
INTERNALPROG=
NOMAN=
SRCS= btxldr.S
CLEANFILES= btxldr
CFLAGS+=-DLOADER_ADDRESS=${LOADER_ADDRESS}

View file

@ -5,7 +5,6 @@ INTERNALPROG=
FILES= ${BOOT}
NOMAN=
SRCS= ${BOOT}.s
CLEANFILES= ${BOOT}
BOOT= cdboot
ORG= 0x7c00

View file

@ -5,7 +5,6 @@ INTERNALPROG=
FILES= ${BOOT}
NOMAN=
SRCS= ${BOOT}.s
CLEANFILES= ${BOOT}
BOOT= mbr
ORG= 0x600

View file

@ -32,8 +32,6 @@ ${BOOT}: ${LDR} ${LOADER}
dd if=${.TARGET}.tmp of=${.TARGET} obs=2k conv=osync
rm ${.TARGET}.tmp
CLEANFILES+= ${LDR}
LDFLAGS+= -N -e start -Ttext ${ORG} -Wl,-S,--oformat,binary
CLEANFILES+= ${LOADER}