diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-01-30 10:26:10 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-01-30 10:26:10 +0100 |
commit | 8bca28449c26269c02c8cd33ac18cc6228e84195 (patch) | |
tree | c62c6dbc9f39d72aac8884fb6b922ec12fbc850c /mk | |
parent | 9c80e2d29269bab3045a88a7ab1a30879ae4410c (diff) |
disable host build for non-Linux buildsystems
Diffstat (limited to 'mk')
-rw-r--r-- | mk/host-bottom.mk | 2 |
1 files changed, 2 insertions, 0 deletions
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 |