From a4a7a580a74781f2e4593a8a8614db0f4e798899 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C3=BA=C5=A1=20Kukan?= Date: Tue, 26 Feb 2013 13:18:21 +0100 Subject: [PATCH] add solenv to Module_cross_toolset.mk too It's already in tail_build, so hopefully the dependencies are fine. Change-Id: Id2b2474c76895bd25dd34208654d924ad1c4be66 --- Makefile.in | 3 --- Module_cross_toolset.mk | 1 + 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/Makefile.in b/Makefile.in index ba2dfc004429..5fe3deea7bb6 100644 --- a/Makefile.in +++ b/Makefile.in @@ -280,10 +280,7 @@ endif build-nocheck : export SKIP_TESTS := YES build-nocheck : build -# Ideally solenv would be also in Module_cross_toolset.mk -# but one would need to chase and add missing dependencies. cross-toolset: bootstrap fetch - $(GNUMAKE) gb_Side=build solenv $(GNUMAKE) -j $(PARALLELISM) $(GMAKE_OPTIONS) -f $(SRCDIR)/Makefile.cross # diff --git a/Module_cross_toolset.mk b/Module_cross_toolset.mk index e805979e2ef1..bc553227bdcf 100644 --- a/Module_cross_toolset.mk +++ b/Module_cross_toolset.mk @@ -62,6 +62,7 @@ $(eval $(call gb_Module_add_moduledirs,cross_toolset,\ sax \ setup_native \ shell \ + solenv \ soltools \ stoc \ store \