summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2003-02-25 15:41:49 +0000
committerru <ru@FreeBSD.org>2003-02-25 15:41:49 +0000
commitd9d1f684128d7f9bb7c2c68e7c26af4148d0bab2 (patch)
tree081c9d8df4f6911492f01965b41d82cbdb1f9e6f
parent91d1d00c762e8e9ceeb47399a714b3438ca6a339 (diff)
downloadFreeBSD-src-d9d1f684128d7f9bb7c2c68e7c26af4148d0bab2.zip
FreeBSD-src-d9d1f684128d7f9bb7c2c68e7c26af4148d0bab2.tar.gz
Fixed CLEANFILES.
Submitted by: cron
-rw-r--r--gnu/usr.bin/binutils/doc/Makefile5
-rw-r--r--gnu/usr.bin/binutils/gasp/Makefile1
-rw-r--r--lib/libncurses/Makefile2
-rw-r--r--lib/ncurses/ncurses/Makefile2
-rw-r--r--sys/boot/i386/boot2/Makefile2
-rw-r--r--sys/boot/i386/gptboot/Makefile2
6 files changed, 8 insertions, 6 deletions
diff --git a/gnu/usr.bin/binutils/doc/Makefile b/gnu/usr.bin/binutils/doc/Makefile
index 48513ac..109cf25 100644
--- a/gnu/usr.bin/binutils/doc/Makefile
+++ b/gnu/usr.bin/binutils/doc/Makefile
@@ -22,8 +22,9 @@ MAKEINFOFLAGS+= -I ${GDBDIR}/gdb/doc
MAKEINFOFLAGS+= -I ${GDBDIR}/gdb/mi
MAKEINFOFLAGS+= -I ${CONTRIBDIR}/libreadline/doc
-CLEANFILES= gdb-cfg.texi GDBvn.texi inc-hist.texinfo inc-hist.texinfo.orig \
- gasver.texi ldver.texi
+CLEANFILES= configdoc.texi gdb-cfg.texi GDBvn.texi \
+ inc-hist.texinfo inc-hist.texinfo.orig \
+ config.texi gasver.texi ldver.texi
as.info: as.texinfo asconfig.texi c-i386.texi gasver.texi
ld.info: ld.texinfo bfdsumm.texi ldver.texi configdoc.texi
diff --git a/gnu/usr.bin/binutils/gasp/Makefile b/gnu/usr.bin/binutils/gasp/Makefile
index 6369d19..818649f 100644
--- a/gnu/usr.bin/binutils/gasp/Makefile
+++ b/gnu/usr.bin/binutils/gasp/Makefile
@@ -13,6 +13,7 @@ CFLAGS+= -I${.CURDIR}
CFLAGS+= -I${SRCDIR} -I${SRCDIR}/gas -I${SRCDIR}/gas/config
DPADD= ${RELTOP}/libiberty/libiberty.a
LDADD= ${DPADD}
+CLEANFILES= gasp+%FIXED.c
gasp+%FIXED.c: gasp.c
sed -e 's|xregex\.h|gnuregex.h|g' ${.ALLSRC} >${.TARGET}
diff --git a/lib/libncurses/Makefile b/lib/libncurses/Makefile
index 6db4a7b..1b4ec70 100644
--- a/lib/libncurses/Makefile
+++ b/lib/libncurses/Makefile
@@ -226,7 +226,7 @@ DBGSRCS=lib_traceatr.c \
# Used instead of the hideous read_termcap.c abomination.
SRCS+= termcap.c
-CLEANFILES+= ${GENSRC} ${GENHDR} keys.tries make_hash term.h.new \
+CLEANFILES+= ${GENSRC} ${GENHDR} keys.list make_hash term.h.new \
make_keys MKterm.h.awk comp_captab.c curses.head \
namehdr nameftr codeftr ${NAMESRC} ${CODESRC}
diff --git a/lib/ncurses/ncurses/Makefile b/lib/ncurses/ncurses/Makefile
index 6db4a7b..1b4ec70 100644
--- a/lib/ncurses/ncurses/Makefile
+++ b/lib/ncurses/ncurses/Makefile
@@ -226,7 +226,7 @@ DBGSRCS=lib_traceatr.c \
# Used instead of the hideous read_termcap.c abomination.
SRCS+= termcap.c
-CLEANFILES+= ${GENSRC} ${GENHDR} keys.tries make_hash term.h.new \
+CLEANFILES+= ${GENSRC} ${GENHDR} keys.list make_hash term.h.new \
make_keys MKterm.h.awk comp_captab.c curses.head \
namehdr nameftr codeftr ${NAMESRC} ${CODESRC}
diff --git a/sys/boot/i386/boot2/Makefile b/sys/boot/i386/boot2/Makefile
index 900a3d4..95fec08b 100644
--- a/sys/boot/i386/boot2/Makefile
+++ b/sys/boot/i386/boot2/Makefile
@@ -5,7 +5,7 @@ NOMAN=
STRIP=
BINDIR?= /boot
BINMODE= 444
-CLEANFILES+= boot1 boot1.out boot1.o \
+CLEANFILES= boot boot1 boot1.out boot1.o \
boot2.ldr boot2.bin boot2.ld boot2.out boot2.o boot2.h \
boot2.s sio.o
diff --git a/sys/boot/i386/gptboot/Makefile b/sys/boot/i386/gptboot/Makefile
index 900a3d4..95fec08b 100644
--- a/sys/boot/i386/gptboot/Makefile
+++ b/sys/boot/i386/gptboot/Makefile
@@ -5,7 +5,7 @@ NOMAN=
STRIP=
BINDIR?= /boot
BINMODE= 444
-CLEANFILES+= boot1 boot1.out boot1.o \
+CLEANFILES= boot boot1 boot1.out boot1.o \
boot2.ldr boot2.bin boot2.ld boot2.out boot2.o boot2.h \
boot2.s sio.o
OpenPOWER on IntegriCloud