Hi! I noticed a silly bug in the texi-hunk of the previous commit. Pushing the below as obvious.
Cheers, Peter >From 4faba0449e5abe8d136bbcd30544888b4b9dcdd3 Mon Sep 17 00:00:00 2001 From: Peter Rosin <p...@lysator.liu.se> Date: Tue, 7 Sep 2010 11:07:10 +0200 Subject: [PATCH] Fixup texi typo in previous. * doc/libtool.texi (libtool script content) <postlink_cmds>: Add missing 'code' command. Signed-off-by: Peter Rosin <p...@lysator.liu.se> --- ChangeLog | 4 ++++ doc/libtool.texi | 2 +- 2 files changed, 5 insertions(+), 1 deletions(-) diff --git a/ChangeLog b/ChangeLog index 5af41fb..65d0a8b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2010-09-07 Peter Rosin <p...@lysator.liu.se> + Fixup texi typo in previous. + * doc/libtool.texi (libtool script content) <postlink_cmds>: + Add missing 'code' command. + Convert POSIX file names to toolchain format for MSVC * libltdl/m4/libtool.m4 (_LT_LINKER_SHLIBS, _LT_LANG_CXX_CONFIG) [cygwin, mingw, pw32, cegcc] <cl*, postlink_cmds>: Make diff --git a/doc/libtool.texi b/doc/libtool.texi index 7d7eb76..9314612 100644 --- a/doc/libtool.texi +++ b/doc/libtool.texi @@ -6751,7 +6751,7 @@ are executed immediately after the program is linked. Any occurrence of the string @code{@@OUTPUT@@} in @code{postlink_cmds} is replaced by the name of the created executable (i.e.@: not the wrapper, if a wrapper is generated) prior to execution. Similarly, @code{@@TOOL_OUTPUT@@} is -replaced by the toolchain format of @{@@OUTPUT@@}. Normally disabled +replaced by the toolchain format of @code{@@OUTPUT@@}. Normally disabled (i.e.@: @code{postlink_cmds} empty). @end defvar -- 1.7.1