From ecc236ebbdd4f9d15b1513f58626dbb127963321 Mon Sep 17 00:00:00 2001 From: Peter Breitenlohner Date: Wed, 3 Mar 2010 15:52:21 +0000 Subject: do not automatically run 'make check' when cross compiling git-svn-id: svn://tug.org/texlive/trunk@17303 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Build/source/Makefile.am') diff --git a/Build/source/Makefile.am b/Build/source/Makefile.am index 7257b9a539f..2569790aa76 100644 --- a/Build/source/Makefile.am +++ b/Build/source/Makefile.am @@ -54,6 +54,10 @@ world: all @echo "make $@ done." # Allow for skipping make check if needed. +if cross_compiling +check_target = skip +else !cross_compiling check_target = check +endif !cross_compiling skip: .PHONY: skip -- cgit v1.2.3