From 8bca28449c26269c02c8cd33ac18cc6228e84195 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Thu, 30 Jan 2014 10:26:10 +0100 Subject: disable host build for non-Linux buildsystems --- mk/host-bottom.mk | 2 ++ 1 file changed, 2 insertions(+) (limited to 'mk/host-bottom.mk') diff --git a/mk/host-bottom.mk b/mk/host-bottom.mk index b672df7f0..4b75a3f42 100644 --- a/mk/host-bottom.mk +++ b/mk/host-bottom.mk @@ -103,5 +103,7 @@ endif ${_HOST_COOKIE}: exec ${MAKE} hostpackage +ifeq ($(HOST_LINUX_ONLY),) hostpackage: ${ALL_HOSTDIRS} touch ${_HOST_COOKIE} +endif -- cgit v1.2.3