[git commit master] build: Move test build flags in Makefile.in

Carmelo Amoroso carmelo.amoroso at st.com
Fri Apr 23 14:31:55 UTC 2010


commit: http://git.uclibc.org/uClibc/commit/?id=247367948e9cb629126422ce2ea60c67c08bff70
branch: http://git.uclibc.org/uClibc/commit/?id=refs/heads/master

Move test build flags in Makefile.in
Makefile should be used only as a container for other sub Makefiles

Signed-off-by: Carmelo Amoroso <carmelo.amoroso at st.com>
---
 test/pthread/Makefile    |    1 -
 test/pthread/Makefile.in |    1 +
 2 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/test/pthread/Makefile b/test/pthread/Makefile
index 5f2033d..d6f00d6 100644
--- a/test/pthread/Makefile
+++ b/test/pthread/Makefile
@@ -1,7 +1,6 @@
 # uClibc pthread tests
 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
 
-TESTS_DISABLED += cancellation-points
 top_builddir=../../
 include ../Rules.mak
 -include Makefile.in
diff --git a/test/pthread/Makefile.in b/test/pthread/Makefile.in
index d3412f6..c50748d 100644
--- a/test/pthread/Makefile.in
+++ b/test/pthread/Makefile.in
@@ -1,6 +1,7 @@
 # uClibc pthread tests
 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
 
+TESTS_DISABLED += cancellation-points
 
 EXTRA_LDFLAGS := -lpthread
 
-- 
1.6.3.3



More information about the uClibc-cvs mailing list