summaryrefslogtreecommitdiff
path: root/package/cmake
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2013-11-12 09:51:19 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2013-11-12 09:51:19 +0100
commit838b548ca7d8c6d6f02a8ae3231bc1910ce736f8 (patch)
treecd736c1d727d0796c7cac2fd2bb9018149a3c5ad /package/cmake
parent99ffeabcfc11ffb44d32583fc3d7db37f2fff9fd (diff)
fix build break, HOST_STYLE manual will not build the source now
Diffstat (limited to 'package/cmake')
-rw-r--r--package/cmake/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/package/cmake/Makefile b/package/cmake/Makefile
index 76dd08a31..e4d26b185 100644
--- a/package/cmake/Makefile
+++ b/package/cmake/Makefile
@@ -27,6 +27,10 @@ XAKE_FLAGS+= GCC_HONOUR_COPTS=s
host-configure:
(cd $(WRKBUILD); ./configure --prefix=/usr)
+host-build:
+ (cd ${WRKBUILD} && env ${HOST_MAKE_ENV} ${MAKE} -f ${MAKE_FILE} \
+ ${HOST_MAKE_FLAGS} ${HOST_ALL_TARGET})
+
cmake-hostinstall:
$(INSTALL_BIN) $(WRKBUILD)/bin/cmake \
$(STAGING_HOST_DIR)/usr/bin