After applying the patch for PR 2993, the build fails a bit later:
Making info in doc
rm -f config.texi
eval `grep '^ *VERSION='
../../../src-20060809/binutils/doc/../../bfd/configure`; \
echo "@set VERSION $VERSION" > config.texi
echo "@set UPDATED `date "+%B %Y"`" >> config.texi
sh: : cannot execute
*** Error code 1
make: Fatal error: Command failed for target `config.texi'
AFAICT the solaris /bin/sh doesn't consider "s as properly nested inside `s.
$ echo "@set UPDATED `date "+%B %Y"`"
: cannot execute
@set UPDATED August %Y
$ echo "@set UPDATED `date '+%B %Y'`"
@set UPDATED August 2006
--
Summary: binutils/doc/Makefile.in uses syntax not accepted by
solaris /bin/sh
Product: binutils
Version: 2.18 (HEAD)
Status: NEW
Severity: normal
Priority: P2
Component: binutils
AssignedTo: unassigned at sources dot redhat dot com
ReportedBy: amylaar at gcc dot gnu dot org
CC: bug-binutils at gnu dot org
GCC host triplet: sparc-sun-solaris2.8
GCC target triplet: sh-elf
BugsThisDependsOn: 2993
http://sourceware.org/bugzilla/show_bug.cgi?id=3017
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
_______________________________________________
bug-binutils mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-binutils