bug-binutils
[Top][All Lists]
Advanced

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

[Bug gas/29] Coreutils POSIX2_VERSION as 200112L


From: cvs-commit at gcc dot gnu.org
Subject: [Bug gas/29] Coreutils POSIX2_VERSION as 200112L
Date: Thu, 17 Oct 2019 06:07:30 +0000

https://sourceware.org/bugzilla/show_bug.cgi?id=29

--- Comment #15 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot 
gnu.org> ---
The master branch has been updated by Alan Modra <address@hidden>:

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=a315e14713de0a712382b3159507c16a0975a8d1

commit a315e14713de0a712382b3159507c16a0975a8d1
Author: Alan Modra <address@hidden>
Date:   Thu Oct 17 16:25:38 2019 +1030

    PR29, Coreutils POSIX2_VERSION as 200112L

    As of today we have just the following oddities left
    ./gnulib/update-gnulib.sh:ver=`autoconf --version 2>&1 | head -1 | sed
's/.*) //'`
    ./gnulib/update-gnulib.sh:ver=`automake --version 2>&1 | head -1 | sed
's/.*) //'`
    ./gnulib/update-gnulib.sh:ver=`aclocal --version 2>&1 | grep -v "called too
early to check prototype" | head -1 | sed 's/.*) //'`
    ./src-release.sh:   head -1 $tool/version.in
    ./contrib/dg-extract-results.sh:tail -2 $FIRST_SUM | $GREP '^#' > /dev/null
|| tail -2 $FIRST_SUM

    gnulib and contrib (from gcc) are outside of binutils control, so with
    this patch I'm going to declare this 15 year old bug fixed.

        PR 29
        * src-release.sh (getver): Replace "head -1" with "head -n 1".

-- 
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]