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:27:39 UTC 2024

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

Log Message:
cmake/build.mk: Prune caution about do-foo overrides

It adds a target and depends on it rather than override, so this is
strictly wrong.  More importantly, defining one's own do-foo is always
tricky as it's replacing something, so there's nothing special here.


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 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.16 pkgsrc/devel/cmake/build.mk:1.17
--- pkgsrc/devel/cmake/build.mk:1.16    Tue Aug 20 12:09:55 2024
+++ pkgsrc/devel/cmake/build.mk Tue Aug 20 12:27:39 2024
@@ -1,4 +1,4 @@
-# $NetBSD: build.mk,v 1.16 2024/08/20 12:09:55 gdt Exp $
+# $NetBSD: build.mk,v 1.17 2024/08/20 12:27:39 gdt Exp $
 #
 # This Makefile fragment supports building using the CMake build tool.
 #
@@ -6,9 +6,7 @@
 # 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.
+# a user-settable variable that should happen automatically).
 #
 # User-settable variables:
 #



Home | Main Index | Thread Index | Old Index