diff options
author | Zack Weinberg <zackw@panix.com> | 2017-06-09 09:32:43 -0400 |
---|---|---|
committer | Zack Weinberg <zackw@panix.com> | 2017-06-09 09:35:31 -0400 |
commit | 65b6d8b79c20bbf83209c6a23645cf5422170e5d (patch) | |
tree | 41b7a200646c0d93b1a91d19441b11bd7a6edf03 /ChangeLog | |
parent | 6b6710e55b1040ec0eed6ce2eba38c630429b5b4 (diff) | |
download | glibc-65b6d8b79c20bbf83209c6a23645cf5422170e5d.tar glibc-65b6d8b79c20bbf83209c6a23645cf5422170e5d.tar.gz glibc-65b6d8b79c20bbf83209c6a23645cf5422170e5d.tar.bz2 glibc-65b6d8b79c20bbf83209c6a23645cf5422170e5d.zip |
Polish the treatment of dl-tunable-list.h in Makeconfig.
Like basically all before-compile headers, dl-tunable-list.h should be
generated using a stamp file to minimize unnecessary rebuilding; it
wasn't being added to common-generated, so it wouldn't get cleaned up;
and it was in between the rules for libc-modules.h/.stmp and their own
addition to common-generated.
* Makeconfig (dl-tunable-list.h): Generate using a stamp file.
(common-generated): Add libc-modules.h and libc-modules.stmp in a
more appropriate location. Also add dl-tunable-list.h and
dl-tunable-list.stmp.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2017-06-09 Zack Weinberg <zackw@panix.com> + + * Makeconfig (dl-tunable-list.h): Generate using a stamp file. + (common-generated): Add libc-modules.h and libc-modules.stmp in a + more appropriate location. Also add dl-tunable-list.h and + dl-tunable-list.stmp. + 2017-06-09 H.J. Lu <hongjiu.lu@intel.com> * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Correct comments. |