Fixed CLEANFILES.
Submitted by: cron
This commit is contained in:
parent
dd6a5ae906
commit
e478cf0a5a
@ -22,8 +22,9 @@ MAKEINFOFLAGS+= -I ${GDBDIR}/gdb/doc
|
|||||||
MAKEINFOFLAGS+= -I ${GDBDIR}/gdb/mi
|
MAKEINFOFLAGS+= -I ${GDBDIR}/gdb/mi
|
||||||
MAKEINFOFLAGS+= -I ${CONTRIBDIR}/libreadline/doc
|
MAKEINFOFLAGS+= -I ${CONTRIBDIR}/libreadline/doc
|
||||||
|
|
||||||
CLEANFILES= gdb-cfg.texi GDBvn.texi inc-hist.texinfo inc-hist.texinfo.orig \
|
CLEANFILES= configdoc.texi gdb-cfg.texi GDBvn.texi \
|
||||||
gasver.texi ldver.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
|
as.info: as.texinfo asconfig.texi c-i386.texi gasver.texi
|
||||||
ld.info: ld.texinfo bfdsumm.texi ldver.texi configdoc.texi
|
ld.info: ld.texinfo bfdsumm.texi ldver.texi configdoc.texi
|
||||||
|
@ -13,6 +13,7 @@ CFLAGS+= -I${.CURDIR}
|
|||||||
CFLAGS+= -I${SRCDIR} -I${SRCDIR}/gas -I${SRCDIR}/gas/config
|
CFLAGS+= -I${SRCDIR} -I${SRCDIR}/gas -I${SRCDIR}/gas/config
|
||||||
DPADD= ${RELTOP}/libiberty/libiberty.a
|
DPADD= ${RELTOP}/libiberty/libiberty.a
|
||||||
LDADD= ${DPADD}
|
LDADD= ${DPADD}
|
||||||
|
CLEANFILES= gasp+%FIXED.c
|
||||||
|
|
||||||
gasp+%FIXED.c: gasp.c
|
gasp+%FIXED.c: gasp.c
|
||||||
sed -e 's|xregex\.h|gnuregex.h|g' ${.ALLSRC} >${.TARGET}
|
sed -e 's|xregex\.h|gnuregex.h|g' ${.ALLSRC} >${.TARGET}
|
||||||
|
@ -226,7 +226,7 @@ DBGSRCS=lib_traceatr.c \
|
|||||||
# Used instead of the hideous read_termcap.c abomination.
|
# Used instead of the hideous read_termcap.c abomination.
|
||||||
SRCS+= termcap.c
|
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 \
|
make_keys MKterm.h.awk comp_captab.c curses.head \
|
||||||
namehdr nameftr codeftr ${NAMESRC} ${CODESRC}
|
namehdr nameftr codeftr ${NAMESRC} ${CODESRC}
|
||||||
|
|
||||||
|
@ -226,7 +226,7 @@ DBGSRCS=lib_traceatr.c \
|
|||||||
# Used instead of the hideous read_termcap.c abomination.
|
# Used instead of the hideous read_termcap.c abomination.
|
||||||
SRCS+= termcap.c
|
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 \
|
make_keys MKterm.h.awk comp_captab.c curses.head \
|
||||||
namehdr nameftr codeftr ${NAMESRC} ${CODESRC}
|
namehdr nameftr codeftr ${NAMESRC} ${CODESRC}
|
||||||
|
|
||||||
|
@ -5,7 +5,7 @@ NOMAN=
|
|||||||
STRIP=
|
STRIP=
|
||||||
BINDIR?= /boot
|
BINDIR?= /boot
|
||||||
BINMODE= 444
|
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.ldr boot2.bin boot2.ld boot2.out boot2.o boot2.h \
|
||||||
boot2.s sio.o
|
boot2.s sio.o
|
||||||
|
|
||||||
|
@ -5,7 +5,7 @@ NOMAN=
|
|||||||
STRIP=
|
STRIP=
|
||||||
BINDIR?= /boot
|
BINDIR?= /boot
|
||||||
BINMODE= 444
|
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.ldr boot2.bin boot2.ld boot2.out boot2.o boot2.h \
|
||||||
boot2.s sio.o
|
boot2.s sio.o
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user