Date: Sun, 30 Jun 2002 10:35:58 +0200 From: Szilveszter Adam <sziszi@bsd.hu> To: freebsd-current@FreeBSD.ORG Subject: Re: [PATCH] Re: Which .info files have been disabled? Message-ID: <20020630083557.GA852@fonix.adamsfamily.xx> In-Reply-To: <20020629103511.A10195@dragon.nuxi.com> References: <20020628154933.GA1938@fonix.adamsfamily.xx> <20020629132919.GC883@fonix.adamsfamily.xx> <20020629103511.A10195@dragon.nuxi.com>
next in thread | previous in thread | raw e-mail | index | archive | help
[-- Attachment #1 --]
Hello everybody,
Sorry for taking a tad long with this, here is the second patch set for
the GDB info files.
I implemented both of David's suggestions, so the third patch is no
longer needed and GDBvn.texi can be safely cvs rm-d now, it is generated
dynamically at build time.
If you want to go all the way, you can change the name of
inc-hist.texi.diff to inc-hist.texinfo.diff, but that involves a repo
copy.
Have a good weekend!
--
Regards:
Szilveszter ADAM
Szombathely Hungary
[-- Attachment #2 --]
Index: Makefile
===================================================================
RCS file: /usr/home/cc/ncvs/freebsd//src/gnu/usr.bin/binutils/doc/Makefile,v
retrieving revision 1.11
diff -u -r1.11 Makefile
--- Makefile 28 Jun 2002 03:41:56 -0000 1.11
+++ Makefile 30 Jun 2002 08:27:15 -0000
@@ -5,9 +5,9 @@
GDBDIR= ${.CURDIR}/../../../../contrib/gdb
CONTRIBDIR= ${.CURDIR}/../../../../contrib
-.PATH: ${SRCDIR}/gas/doc ${SRCDIR}/ld ${SRCDIR}/bfd/doc ${GDBDIR}/gdb/doc
+.PATH: ${SRCDIR}/gas/doc ${SRCDIR}/ld ${SRCDIR}/bfd/doc ${GDBDIR}/gdb/doc ${GDBDIR}/gdb/mi
-INFO = as ld annotate gasp stabs binutils
+INFO = as ld annotate gasp gdb gdbint stabs binutils
INFOSECTION= "Programming & development tools."
INFOENTRY_as= "* As: (as). The GNU assembler."
INFOENTRY_gasp= "* Gasp: (gasp). The GNU Assembler Macro Preprocessor."
@@ -19,6 +19,7 @@
MAKEINFOFLAGS+= -I ${SRCDIR}/gas/doc -I ${SRCDIR}/ld -I ${SRCDIR}/bfd/doc
MAKEINFOFLAGS+= -I ${SRCDIR}/binutils
MAKEINFOFLAGS+= -I ${GDBDIR}/gdb/doc
+MAKEINFOFLAGS+= -I ${GDBDIR}/gdb/mi
MAKEINFOFLAGS+= -I ${CONTRIBDIR}/libreadline/doc
CLEANFILES= gdb-cfg.texi inc-hist.texi inc-hist.texi.orig \
@@ -27,20 +28,26 @@
as.info: as.texinfo asconfig.texi c-i386.texi gasver.texi
ld.info: ld.texinfo bfdsumm.texi ldver.texi
-gdb.info: gdb.texinfo gdb-cfg.texi GDBvn.texi remote.texi \
- rluser.texinfo inc-hist.texi
+gdb.info: gdb.texinfo gdb-cfg.texi GDBvn.texi annotate.texi \
+ fdl.texi gpl.texi gdbmi.texinfo \
+ rluser.texinfo inc-hist.texinfo
+gdbint.info: gdbint.texinfo fdl.texi
+
gdb-cfg.texi: all-cfg.texi
ln -sf ${.ALLSRC} ${.TARGET}
+GDBvn.texi: ${GDBDIR}/gdb/version.in
+ echo "@set GDBVN `sed q ${.ALLSRC}`" > ${.TARGET}
+
.PATH: ${SRCDIR}/binutils
binutils.info: binutils.texi config.texi
gasver.texi ldver.texi:
- echo "@set VERSION ${VERSION}" > ${.TARGET}
+ echo '"@set VERSION ${VERSION}"' > ${.TARGET}
.PATH: ${CONTRIBDIR}/libreadline/doc
-inc-hist.texi: hsuser.texinfo inc-hist.diff
+inc-hist.texinfo: hsuser.texinfo inc-hist.diff
cp ${.ALLSRC:M*.texinfo} ${.TARGET}
patch -b .orig < ${.ALLSRC:M*.diff}
[-- Attachment #3 --]
Index: inc-hist.diff
===================================================================
RCS file: /usr/home/cc/ncvs/freebsd//src/gnu/usr.bin/binutils/doc/inc-hist.diff,v
retrieving revision 1.3
diff -u -r1.3 inc-hist.diff
--- inc-hist.diff 11 Apr 2001 04:27:10 -0000 1.3
+++ inc-hist.diff 29 Jun 2002 12:20:56 -0000
@@ -1,7 +1,7 @@
$FreeBSD: src/gnu/usr.bin/binutils/doc/inc-hist.diff,v 1.3 2001/04/11 04:27:10 ache Exp $
---- inc-hist.texi.orig Wed Apr 11 08:20:01 2001
-+++ inc-hist.texi Wed Apr 11 08:21:57 2001
+--- inc-hist.texinfo.orig Wed Apr 11 08:20:01 2001
++++ inc-hist.texinfo Wed Apr 11 08:21:57 2001
@@ -26,9 +26,9 @@
@node Using History Interactively
@chapter Using History Interactively
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020630083557.GA852>
