diff mbox

[06/12] do not depend on compile

Message ID 1409119310-22929-6-git-send-email-wbx@openadk.org
State Superseded
Headers show

Commit Message

Waldemar Brodkorb Aug. 27, 2014, 6:01 a.m. UTC
When you cross-compile the testsuite and then try to run
on a system without gcc/binutils it would be nice if no compiling
or linking is tried.

Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
---
 test/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Khem Raj Aug. 28, 2014, 7:15 a.m. UTC | #1
On 14-08-27 08:01:43, Waldemar Brodkorb wrote:
> When you cross-compile the testsuite and then try to run
> on a system without gcc/binutils it would be nice if no compiling
> or linking is tried.

This would also need changes to test/README to reflect this change

> 
> Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
> ---
>  test/Makefile | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/test/Makefile b/test/Makefile
> index b759bf9..787c530 100644
> --- a/test/Makefile
> +++ b/test/Makefile
> @@ -45,7 +45,7 @@ endif
>  
>  test check all: run
>  
> -run: compile subdirs_run
> +run: subdirs_run
>  
>  compile: $(top_builddir)$(LOCAL_INSTALL_PATH) subdirs_compile
>  
> -- 
> 1.8.5.2 (Apple Git-48)
> 
> _______________________________________________
> uClibc mailing list
> uClibc@uclibc.org
> http://lists.busybox.net/mailman/listinfo/uclibc
diff mbox

Patch

diff --git a/test/Makefile b/test/Makefile
index b759bf9..787c530 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -45,7 +45,7 @@  endif
 
 test check all: run
 
-run: compile subdirs_run
+run: subdirs_run
 
 compile: $(top_builddir)$(LOCAL_INSTALL_PATH) subdirs_compile