Polish the treatment of dl-tunable-list.h in Makeconfig.
authorZack Weinberg <zackw@panix.com>
Fri, 9 Jun 2017 13:32:43 +0000 (09:32 -0400)
committerZack Weinberg <zackw@panix.com>
Fri, 9 Jun 2017 13:35:31 +0000 (09:35 -0400)
commit65b6d8b79c20bbf83209c6a23645cf5422170e5d
tree41b7a200646c0d93b1a91d19441b11bd7a6edf03
parent6b6710e55b1040ec0eed6ce2eba38c630429b5b4
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.
ChangeLog
Makeconfig