summaryrefslogtreecommitdiffstats
path: root/sys/boot/i386
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2004-04-27 19:45:16 +0000
committerru <ru@FreeBSD.org>2004-04-27 19:45:16 +0000
commitccbc6f1994d9c3d6017abad3b1f1c335ea2b75d4 (patch)
treeaa66f026701dee6250ac59f82737437257e163fc /sys/boot/i386
parent7816e5af07f45eb63ba6fbbb66072d01093356b4 (diff)
downloadFreeBSD-src-ccbc6f1994d9c3d6017abad3b1f1c335ea2b75d4.zip
FreeBSD-src-ccbc6f1994d9c3d6017abad3b1f1c335ea2b75d4.tar.gz
Removed now redundant CLEANFILES assignments.
Not read enough of my patch by: obrien ;)
Diffstat (limited to 'sys/boot/i386')
-rw-r--r--sys/boot/i386/btx/btx/Makefile1
-rw-r--r--sys/boot/i386/btx/btxldr/Makefile1
-rw-r--r--sys/boot/i386/cdboot/Makefile1
-rw-r--r--sys/boot/i386/mbr/Makefile1
-rw-r--r--sys/boot/i386/pxeldr/Makefile2
5 files changed, 0 insertions, 6 deletions
diff --git a/sys/boot/i386/btx/btx/Makefile b/sys/boot/i386/btx/btx/Makefile
index dec4919..a4e78a7 100644
--- a/sys/boot/i386/btx/btx/Makefile
+++ b/sys/boot/i386/btx/btx/Makefile
@@ -4,7 +4,6 @@ PROG= btx
INTERNALPROG=
NOMAN=
SRCS= btx.S
-CLEANFILES= btx
.if defined(PAGING)
CFLAGS+=-DPAGING
diff --git a/sys/boot/i386/btx/btxldr/Makefile b/sys/boot/i386/btx/btxldr/Makefile
index ce295e3..551c292 100644
--- a/sys/boot/i386/btx/btxldr/Makefile
+++ b/sys/boot/i386/btx/btxldr/Makefile
@@ -4,7 +4,6 @@ PROG= btxldr
INTERNALPROG=
NOMAN=
SRCS= btxldr.S
-CLEANFILES= btxldr
CFLAGS+=-DLOADER_ADDRESS=${LOADER_ADDRESS}
diff --git a/sys/boot/i386/cdboot/Makefile b/sys/boot/i386/cdboot/Makefile
index 3119dd5..6cc382d 100644
--- a/sys/boot/i386/cdboot/Makefile
+++ b/sys/boot/i386/cdboot/Makefile
@@ -5,7 +5,6 @@ INTERNALPROG=
FILES= ${BOOT}
NOMAN=
SRCS= ${BOOT}.s
-CLEANFILES= ${BOOT}
BOOT= cdboot
ORG= 0x7c00
diff --git a/sys/boot/i386/mbr/Makefile b/sys/boot/i386/mbr/Makefile
index e8ead79..43320e1 100644
--- a/sys/boot/i386/mbr/Makefile
+++ b/sys/boot/i386/mbr/Makefile
@@ -5,7 +5,6 @@ INTERNALPROG=
FILES= ${BOOT}
NOMAN=
SRCS= ${BOOT}.s
-CLEANFILES= ${BOOT}
BOOT= mbr
ORG= 0x600
diff --git a/sys/boot/i386/pxeldr/Makefile b/sys/boot/i386/pxeldr/Makefile
index faa7964..cc8902f 100644
--- a/sys/boot/i386/pxeldr/Makefile
+++ b/sys/boot/i386/pxeldr/Makefile
@@ -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}
OpenPOWER on IntegriCloud