[git commit nptl] test_librt: Fix build system for shm_open/unlink tests

Carmelo Amoroso carmelo.amoroso at st.com
Thu Jul 30 09:38:26 UTC 2009


commit: http://git.uclibc.org/uClibc/commit/?id=7134e8aba545d434feca5d2aa990ec59895979df
branch: http://git.uclibc.org/uClibc/commit/?id=refs/heads/nptl

Fix and align build system of librt tests to the test suite.

Signed-off-by: Carmelo Amoroso <carmelo.amoroso at st.com>
---
 test/librt/Makefile                  |    2 --
 test/librt/{Makefile => Makefile.in} |    2 --
 2 files changed, 0 insertions(+), 4 deletions(-)
 copy test/librt/{Makefile => Makefile.in} (84%)

diff --git a/test/librt/Makefile b/test/librt/Makefile
index 362d5d5..30e6a89 100644
--- a/test/librt/Makefile
+++ b/test/librt/Makefile
@@ -2,5 +2,3 @@
 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
 
 include ../Test.mak
-
-LDFLAGS_shmtest := -lrt
diff --git a/test/librt/Makefile b/test/librt/Makefile.in
similarity index 84%
copy from test/librt/Makefile
copy to test/librt/Makefile.in
index 362d5d5..15ecbae 100644
--- a/test/librt/Makefile
+++ b/test/librt/Makefile.in
@@ -1,6 +1,4 @@
 # uClibc shm tests
 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
 
-include ../Test.mak
-
 LDFLAGS_shmtest := -lrt
-- 
1.6.3.3



More information about the uClibc-cvs mailing list