diff options
author | Joseph Myers <joseph@codesourcery.com> | 2014-02-12 23:37:13 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2014-02-12 23:37:13 +0000 |
commit | dd7b064ccaa3afc96499c7be2776baade60bcb56 (patch) | |
tree | c6b10c24e21ca5215bde8ad1cc91d89b09d94ffe /ChangeLog | |
parent | a2c4c1991d11811c054fa7d380d522865741fd86 (diff) | |
download | glibc-dd7b064ccaa3afc96499c7be2776baade60bcb56.tar.gz glibc-dd7b064ccaa3afc96499c7be2776baade60bcb56.tar.xz glibc-dd7b064ccaa3afc96499c7be2776baade60bcb56.zip |
Remove reference to subdir_lint.out.
The toplevel Makefile's subdir_targets variable refers to subdir_lint.out. As far as I can tell, this is not defined or referenced anywhere else in the tree. Having .out makefile references that don't refer to the output from testcases seems confusing; this patch removes the reference to subdir_lint.out. Tested x86_64. * Makefile (subdir_targets): Remove subdir_lint.out.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 40ff8449b1..facaae32fc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2014-02-12 Joseph Myers <joseph@codesourcery.com> + * Makefile (subdir_targets): Remove subdir_lint.out. + * stdio-common/Makefile (do-tst-unbputc): Remove target. (do-tst-printf): Likewise. (tests): Depend directly on $(objpfx)tst-unbputc.out and |