summaryrefslogtreecommitdiffstats
path: root/rules/host-cmake.make
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2009-02-23 21:36:01 +0000
committerRobert Schwebel <r.schwebel@pengutronix.de>2009-02-23 21:36:01 +0000
commit245295bfef7aca87c6754858776abfdfda93f974 (patch)
tree7d96f74dd8c04e1babb254c5f15b686168aca81d /rules/host-cmake.make
parentb9844dc4c0e5c38b1b2e3cba1910f4b3a17105e0 (diff)
downloadptxdist-245295bfef7aca87c6754858776abfdfda93f974.tar.gz
ptxdist-245295bfef7aca87c6754858776abfdfda93f974.tar.xz
* cmake: version bump
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@9828 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/host-cmake.make')
-rw-r--r--rules/host-cmake.make6
1 files changed, 3 insertions, 3 deletions
diff --git a/rules/host-cmake.make b/rules/host-cmake.make
index f620a510f..45aa9cde4 100644
--- a/rules/host-cmake.make
+++ b/rules/host-cmake.make
@@ -2,7 +2,7 @@
# $Id$
#
# Copyright (C) 2006 by Erwin Rol
-#
+#
# See CREDITS for details about who has contributed to this project.
#
# For further information about the PTXdist project and license conditions
@@ -17,7 +17,7 @@ HOST_PACKAGES-$(PTXCONF_HOST_CMAKE) += host-cmake
#
# Paths and names
#
-HOST_CMAKE_VERSION := 2.6.1
+HOST_CMAKE_VERSION := 2.6.3
HOST_CMAKE := cmake-$(HOST_CMAKE_VERSION)
HOST_CMAKE_SUFFIX := tar.gz
HOST_CMAKE_URL := http://www.cmake.org/files/v2.6/$(HOST_CMAKE).$(HOST_CMAKE_SUFFIX)
@@ -82,7 +82,7 @@ host-cmake_compile: $(STATEDIR)/host-cmake.compile
$(STATEDIR)/host-cmake.compile: $(host-cmake_compile_deps_default)
@$(call targetinfo, $@)
- cd $(HOST_CMAKE_DIR) && $(HOST_CMAKE_ENV) $(HOST_CMAKE_PATH) make VERBOSE=1
+ cd $(HOST_CMAKE_DIR) && $(HOST_CMAKE_ENV) $(HOST_CMAKE_PATH) make $(PARALLELMFLAGS) VERBOSE=1
@$(call touch, $@)
# ----------------------------------------------------------------------------