mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-10 23:57:03 +08:00
Reinstate "gdb-all.texi" as target. (Thanks, Rich, for the reminder).
This commit is contained in:
@ -176,16 +176,16 @@ gdbVN.m4 : $(srcdir)/${gdbdir}/Makefile.in
|
|||||||
# VPATH will often tell make not to bother building it, because the one
|
# VPATH will often tell make not to bother building it, because the one
|
||||||
# in the srcdir is up to date. (if not, then make should build one here).
|
# in the srcdir is up to date. (if not, then make should build one here).
|
||||||
|
|
||||||
#gdb-all.texi: ${SFILES_DOCDIR}
|
gdb-all.texi: ${SFILES_DOCDIR}
|
||||||
# if [ ! -f ./gdbVN.m4 ]; then \
|
if [ ! -f ./gdbVN.m4 ]; then \
|
||||||
# ln -s $(srcdir)/gdbVN.m4 . || \
|
ln -s $(srcdir)/gdbVN.m4 . || \
|
||||||
# ln $(srcdir)/gdbVN.m4 . || \
|
ln $(srcdir)/gdbVN.m4 . || \
|
||||||
# cp $(srcdir)/gdbVN.m4 . ; else true; fi
|
cp $(srcdir)/gdbVN.m4 . ; else true; fi
|
||||||
# rm -f foobus.texinfo
|
rm -f foobus.texinfo
|
||||||
# ${M4} $(srcdir)/pretex.m4 $(srcdir)/none.m4 $(srcdir)/all.m4 \
|
${M4} $(srcdir)/pretex.m4 $(srcdir)/none.m4 $(srcdir)/all.m4 \
|
||||||
# gdbVN.m4 $(srcdir)/gdb.texinfo >foobus.texinfo
|
gdbVN.m4 $(srcdir)/gdb.texinfo >foobus.texinfo
|
||||||
# rm -f gdb-all.texi
|
rm -f gdb-all.texi
|
||||||
# mv foobus.texinfo ./gdb-all.texi
|
mv foobus.texinfo ./gdb-all.texi
|
||||||
|
|
||||||
# GDB MANUAL: TeX dvi file
|
# GDB MANUAL: TeX dvi file
|
||||||
gdb.dvi : gdb-${CONFIG}.texi rluser.texinfo inc-hist.texi
|
gdb.dvi : gdb-${CONFIG}.texi rluser.texinfo inc-hist.texi
|
||||||
|
Reference in New Issue
Block a user