From e478cf0a5a2e19f2d13d75149db306d352c95bdf Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Tue, 25 Feb 2003 15:41:49 +0000 Subject: [PATCH] Fixed CLEANFILES. Submitted by: cron --- gnu/usr.bin/binutils/doc/Makefile | 5 +++-- gnu/usr.bin/binutils/gasp/Makefile | 1 + lib/libncurses/Makefile | 2 +- lib/ncurses/ncurses/Makefile | 2 +- sys/boot/i386/boot2/Makefile | 2 +- sys/boot/i386/gptboot/Makefile | 2 +- 6 files changed, 8 insertions(+), 6 deletions(-) diff --git a/gnu/usr.bin/binutils/doc/Makefile b/gnu/usr.bin/binutils/doc/Makefile index 48513acd6ded..109cf257901d 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 6369d19fbc73..818649f4c716 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 6db4a7bc69df..1b4ec70ae54e 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 6db4a7bc69df..1b4ec70ae54e 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 900a3d495a8f..95fec08bd701 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 900a3d495a8f..95fec08bd701 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