diff options
author | Roland McGrath <roland@hack.frob.com> | 2013-06-17 09:54:51 -0700 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2013-06-17 09:55:49 -0700 |
commit | 12086fb4835639d1762622d80980a7500799b63e (patch) | |
tree | 65052b7d36b27b4fa95213dba2e6e0fb4be5e587 /ChangeLog | |
parent | 346d65b33a3958c72faab6f675314cbef7963ace (diff) | |
download | glibc-12086fb4835639d1762622d80980a7500799b63e.tar glibc-12086fb4835639d1762622d80980a7500799b63e.tar.gz glibc-12086fb4835639d1762622d80980a7500799b63e.tar.bz2 glibc-12086fb4835639d1762622d80980a7500799b63e.zip |
Sort sysd-rules-patterns by descending pattern length.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,5 +1,11 @@ 2013-06-17 Roland McGrath <roland@hack.frob.com> + * scripts/sysd-rules.awk: Sort sysd_rules_patterns by descending + length of target pattern, then descending length of dependency pattern. + * configure.in (AWK): Require gawk 3.1.2 or newer. + * manual/install.texi (Tools for Compilation): Say that we do. + * configure: Regenerated. + * Makerules [inhibit-sysdep-asm] (check-inhibit-asm): Variable removed. ($(common-objpfx)sysd-rules): Replace shell logic with running ... * scripts/sysd-rules.awk: ... this new script. |