[Buildroot] [PATCH] host-cmake: Install with install/fast target

Cédric Marie cedric.marie at openmailbox.org
Thu Apr 23 19:46:13 UTC 2015


Use install/fast target in order to skip compilation in installation
step. The same trick has just been used in pkg-cmake.mk for all CMake
packages.

Signed-off-by: Cédric Marie <cedric.marie at openmailbox.org>
---
 package/cmake/cmake.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/cmake/cmake.mk b/package/cmake/cmake.mk
index 6b9e563..9ca6443 100644
--- a/package/cmake/cmake.mk
+++ b/package/cmake/cmake.mk
@@ -44,7 +44,7 @@ define HOST_CMAKE_BUILD_CMDS
 endef
 
 define HOST_CMAKE_INSTALL_CMDS
-	$(HOST_MAKE_ENV) $(MAKE) -C $(@D) install
+	$(HOST_MAKE_ENV) $(MAKE) -C $(@D) install/fast
 endef
 
 define CMAKE_REMOVE_EXTRA_DATA
-- 
2.1.4



More information about the buildroot mailing list