pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/cmake
Module Name: pkgsrc
Committed By: wiz
Date: Wed Jan 25 16:46:37 UTC 2023
Modified Files:
pkgsrc/devel/cmake: build.mk
Log Message:
cmake/build.mk: honor BUILD_TARGET
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/cmake/build.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/cmake/build.mk
diff -u pkgsrc/devel/cmake/build.mk:1.6 pkgsrc/devel/cmake/build.mk:1.7
--- pkgsrc/devel/cmake/build.mk:1.6 Thu Jan 12 19:32:37 2023
+++ pkgsrc/devel/cmake/build.mk Wed Jan 25 16:46:37 2023
@@ -1,4 +1,4 @@
-# $NetBSD: build.mk,v 1.6 2023/01/12 19:32:37 markd Exp $
+# $NetBSD: build.mk,v 1.7 2023/01/25 16:46:37 wiz Exp $
#
# This Makefile fragment supports building using the CMake build tool.
#
@@ -84,7 +84,7 @@ cmake-build:
.for d in ${BUILD_DIRS}
${RUN} cd ${WRKSRC}/${d}/${CMAKE_BUILD_DIR} && \
${SETENV} ${MAKE_ENV} \
- ${_CMAKE_BUILD_TOOL} ${CMAKE_BUILD_ARGS}
+ ${_CMAKE_BUILD_TOOL} ${CMAKE_BUILD_ARGS} ${BUILD_TARGET}
.endfor
do-test: cmake-test
Home |
Main Index |
Thread Index |
Old Index