mirror of git://sourceware.org/git/glibc.git
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.
This commit is contained in:
parent
a2c4c1991d
commit
dd7b064cca
|
@ -1,5 +1,7 @@
|
||||||
2014-02-12 Joseph Myers <joseph@codesourcery.com>
|
2014-02-12 Joseph Myers <joseph@codesourcery.com>
|
||||||
|
|
||||||
|
* Makefile (subdir_targets): Remove subdir_lint.out.
|
||||||
|
|
||||||
* stdio-common/Makefile (do-tst-unbputc): Remove target.
|
* stdio-common/Makefile (do-tst-unbputc): Remove target.
|
||||||
(do-tst-printf): Likewise.
|
(do-tst-printf): Likewise.
|
||||||
(tests): Depend directly on $(objpfx)tst-unbputc.out and
|
(tests): Depend directly on $(objpfx)tst-unbputc.out and
|
||||||
|
|
2
Makefile
2
Makefile
|
@ -51,7 +51,7 @@ endif # $(AUTOCONF) = no
|
||||||
# These are the targets that are made by making them in each subdirectory.
|
# These are the targets that are made by making them in each subdirectory.
|
||||||
+subdir_targets := subdir_lib objects objs others subdir_mostlyclean \
|
+subdir_targets := subdir_lib objects objs others subdir_mostlyclean \
|
||||||
subdir_clean subdir_distclean subdir_realclean \
|
subdir_clean subdir_distclean subdir_realclean \
|
||||||
tests xtests subdir_lint.out \
|
tests xtests \
|
||||||
subdir_update-abi subdir_check-abi \
|
subdir_update-abi subdir_check-abi \
|
||||||
subdir_echo-headers \
|
subdir_echo-headers \
|
||||||
subdir_install \
|
subdir_install \
|
||||||
|
|
Loading…
Reference in New Issue