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:   gdt
Date:           Tue Aug 20 12:06:57 UTC 2024

Modified Files:
        pkgsrc/devel/cmake: build.mk

Log Message:
cmake/build.mk: Add comment with cautions


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 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.14 pkgsrc/devel/cmake/build.mk:1.15
--- pkgsrc/devel/cmake/build.mk:1.14    Wed Jun 19 12:54:18 2024
+++ pkgsrc/devel/cmake/build.mk Tue Aug 20 12:06:57 2024
@@ -1,7 +1,15 @@
-# $NetBSD: build.mk,v 1.14 2024/06/19 12:54:18 jperkin Exp $
+# $NetBSD: build.mk,v 1.15 2024/08/20 12:06:57 gdt Exp $
 #
 # This Makefile fragment supports building using the CMake build tool.
 #
+# It is not a buildlink3 file, and thus should not be sorted among bl3
+# files.  It should be included before all bl3 files, because it sets
+# a variable (BUILD_USES_CMAKE) that can alter bl3 behavior.  The
+# variable CMAKE_GENERATOR must be defined before inclusion (as it is
+# a user-settable variable that should happen automatically).  Note
+# that this file overrides do-foo targets, so particular care must be
+# taken by any package with an override.
+#
 # User-settable variables:
 #
 # CMAKE_GENERATOR



Home | Main Index | Thread Index | Old Index