mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-24 04:00:07 +08:00
* Makefile.in (GDBvn.texi): Update atomically.
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
Fri Jun 11 15:15:55 1993 Jim Kingdon (kingdon@cygnus.com)
|
||||||
|
|
||||||
|
* Makefile.in (GDBvn.texi): Update atomically.
|
||||||
|
|
||||||
Wed Jun 9 10:58:16 1993 Jim Kingdon (kingdon@cygnus.com)
|
Wed Jun 9 10:58:16 1993 Jim Kingdon (kingdon@cygnus.com)
|
||||||
|
|
||||||
* gdbinv-s.texi (Debug Session): Document exceptionHook.
|
* gdbinv-s.texi (Debug Session): Document exceptionHook.
|
||||||
|
@ -154,7 +154,11 @@ lrefcard.ps : $(srcdir)/refcard.tex $(srcdir)/lpsrc.sed
|
|||||||
|
|
||||||
# File to record current GDB version number (copied from main dir Makefile.in)
|
# File to record current GDB version number (copied from main dir Makefile.in)
|
||||||
GDBvn.texi : ${gdbdir}/Makefile.in
|
GDBvn.texi : ${gdbdir}/Makefile.in
|
||||||
echo "@set GDBVN `sed <$(srcdir)/../Makefile.in -n 's/VERSION = //p'`" > ./GDBvn.texi
|
echo "@set GDBVN `sed <$(srcdir)/../Makefile.in -n 's/VERSION = //p'`" > ./GDBvn.new
|
||||||
|
mv GDBvn.new GDBvn.texi
|
||||||
|
|
||||||
|
# Updated atomically
|
||||||
|
.PRECIOUS: GDBvn.texi
|
||||||
|
|
||||||
# Choose configuration for GDB manual (normally `all'; normally not tied into
|
# Choose configuration for GDB manual (normally `all'; normally not tied into
|
||||||
# `configure' script because most users prefer generic version of manual,
|
# `configure' script because most users prefer generic version of manual,
|
||||||
|
Reference in New Issue
Block a user