Hi!
The ar0 testcase, as the matter of a fact, doesn't need any of the object
files that are compiled from the file*.c. Attached patch removes them.

Signed-off-by: Cyril Hrubis [email protected]

-- 
Cyril Hrubis
[email protected]
diff --git a/testcases/commands/ade/ar/Makefile b/testcases/commands/ade/ar/Makefile
index b6ab633..c9c189b 100644
--- a/testcases/commands/ade/ar/Makefile
+++ b/testcases/commands/ade/ar/Makefile
@@ -24,13 +24,6 @@ top_srcdir		?= ../../../..
 
 include $(top_srcdir)/include/mk/env_pre.mk
 
-CPPFLAGS		+= -fpic
-
 INSTALL_TARGETS		:= ar01 *.in
 
-MAKE_TARGETS		:= $(patsubst $(abs_srcdir)/%.c,%.obj,$(wildcard $(abs_srcdir)/*.c))
-
-$(MAKE_TARGETS): %.obj: %.o
-	mv "$^" "$@"
-
 include $(top_srcdir)/include/mk/generic_leaf_target.mk
diff --git a/testcases/commands/ade/ar/file1.c b/testcases/commands/ade/ar/file1.c
deleted file mode 100644
index 27b57b5..0000000
--- a/testcases/commands/ade/ar/file1.c
+++ /dev/null
@@ -1,7 +0,0 @@
-#include <stdio.h>
-
-int main(void)
-{
-        printf("Hello World\n");
-	return 0;
-}
diff --git a/testcases/commands/ade/ar/file2.c b/testcases/commands/ade/ar/file2.c
deleted file mode 100644
index 27b57b5..0000000
--- a/testcases/commands/ade/ar/file2.c
+++ /dev/null
@@ -1,7 +0,0 @@
-#include <stdio.h>
-
-int main(void)
-{
-        printf("Hello World\n");
-	return 0;
-}
diff --git a/testcases/commands/ade/ar/file3.c b/testcases/commands/ade/ar/file3.c
deleted file mode 100644
index 27b57b5..0000000
--- a/testcases/commands/ade/ar/file3.c
+++ /dev/null
@@ -1,7 +0,0 @@
-#include <stdio.h>
-
-int main(void)
-{
-        printf("Hello World\n");
-	return 0;
-}
------------------------------------------------------------------------------
Increase Visibility of Your 3D Game App & Earn a Chance To Win $500!
Tap into the largest installed PC base & get more eyes on your game by
optimizing for Intel(R) Graphics Technology. Get started today with the
Intel(R) Software Partner Program. Five $500 cash prizes are up for grabs.
http://p.sf.net/sfu/intelisp-dev2dev
_______________________________________________
Ltp-list mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ltp-list

Reply via email to