diff options
author | Roland McGrath <roland@hack.frob.com> | 2011-07-02 15:52:51 -0700 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2011-07-02 15:52:51 -0700 |
commit | ea5ee9f73d7b9d143d04e6b91020fe9dc7b18a40 (patch) | |
tree | 7f734582fe608af5316458e08258bb5ad9d2304b /ChangeLog | |
parent | 1b74661a6b93a892ecb1c717dedeedba5c2a976c (diff) | |
download | glibc-ea5ee9f73d7b9d143d04e6b91020fe9dc7b18a40.tar.gz glibc-ea5ee9f73d7b9d143d04e6b91020fe9dc7b18a40.tar.xz glibc-ea5ee9f73d7b9d143d04e6b91020fe9dc7b18a40.zip |
Rewrite local headers check to be more robust and informative.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 2ef1710c3c..70c31cb745 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2011-07-02 Roland McGrath <roland@hack.frob.com> + * scripts/check-local-headers.sh: Rewritten using awk. + Match by word, not by line. Print error messages for matches. + * Makefile ($(objpfx)check-local-headers.out): Pass AWK in to it. + * Makerules [shlib-lds-flags empty]: ($(common-objpfx)libc_pic.opts): New target. ($(common-objpfx)libc_pic.os.clean): New target. |