bug-binutils
[Top][All Lists]
Advanced

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

[Bug binutils/12964] New: Unportable use of sed in binutils/Makefile.am


From: marcus at mc dot pp.se
Subject: [Bug binutils/12964] New: Unportable use of sed in binutils/Makefile.am
Date: Wed, 6 Jul 2011 04:47:43 +0000

http://sourceware.org/bugzilla/show_bug.cgi?id=12964

           Summary: Unportable use of sed in binutils/Makefile.am
           Product: binutils
           Version: 2.21
            Status: NEW
          Severity: normal
          Priority: P2
         Component: binutils
        AssignedTo: address@hidden
        ReportedBy: address@hidden


In 2.21.1, binutils/Makefile.am contains a command like this:

    sed
"/^program_transform_name=/cprogram_transform_name=$(program_transform_name)" <
$< > $@

However, non-GNU sed requires an escaped newline after c, so this command is
not portable (build fails on e.g. Solaris and MacOS X).

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



reply via email to

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