diff options
author | Andreas Schwab <schwab@redhat.com> | 2009-08-07 10:40:42 +0200 |
---|---|---|
committer | Andreas Schwab <schwab@redhat.com> | 2009-08-07 10:41:30 +0200 |
commit | 77c84aeb81808c3109665949448dba59965c391e (patch) | |
tree | 82be2062f40af57ba9400233ed9003990229942e /ChangeLog | |
parent | 0eb258d291d826d854a12ef0d95c7ca6c359cffa (diff) | |
download | glibc-77c84aeb81808c3109665949448dba59965c391e.tar glibc-77c84aeb81808c3109665949448dba59965c391e.tar.gz glibc-77c84aeb81808c3109665949448dba59965c391e.tar.bz2 glibc-77c84aeb81808c3109665949448dba59965c391e.zip |
Fix sed expression in TAGS command.
The backslash-newline pair is interpreted as the beginning of an address
regex.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2009-08-07 Andreas Schwab <schwab@redhat.com> + + * Makefile (TAGS): Use separate sed -e expressions to avoid \ + inside ''. + 2009-08-03 H.J. Lu <hongjiu.lu@intel.com> * sysdeps/i386/i686/multiarch/strcspn.S: Add comments for no |