bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug binutils/3017] New: binutils/doc/Makefile.in uses syntax not accept


From: amylaar at gcc dot gnu dot org
Subject: [Bug binutils/3017] New: binutils/doc/Makefile.in uses syntax not accepted by solaris /bin/sh
Date: 9 Aug 2006 19:31:29 -0000

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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]