This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug build/14660] "make check" relies on C-locale output from objdump


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

--- Comment #4 from Jonathan Nieder <jrnieder at gmail dot com> 2012-10-08 20:57:10 UTC ---
Andreas Jaeger wrote:

> The patch looks fine. Could you send it to libc-alpha

Done, thanks.

I use git-merge-changelog from gnulib to cleanly apply patches with
ChangeLog changes with "git am -3".  It works like this:

    # get gnulib
    git clone git://git.sv.gnu.org/gnulib
    cd gnulib

    # build, as described in lib/git-merge-changelog.c
    ./gnulib-tool --create-testdir \
      --dir=$HOME/src/git-merge-changelog git-merge-changelog
    cd $HOME/src/git-merge-changelog
    ./configure
    make

    # install
    ln -s ../src/git-merge-changelog/gllib/git-merge-changelog $HOME/bin/
    cat <<-\EOF >>$HOME/.gitconfig
    [merge "changelog"]
        name = gnulib changelog merge
        driver = git merge-changelog %O %A %B
    EOF

    # use it
    echo 'ChangeLog merge=changelog' >>~/src/glibc/.git/info/attributes

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]