summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcube <cube>2008-09-28 06:03:44 +0000
committercube <cube>2008-09-28 06:03:44 +0000
commit73fdbf4f91e9d589e89fc99f9e794045355ddda0 (patch)
treee531c56d899401876de3f94da630c24619ceedbc
parent8ffbe9199fea03db031c2dad72fac9a82a89a09c (diff)
downloadpkgsrc-73fdbf4f91e9d589e89fc99f9e794045355ddda0.tar.gz
Refine the comment why CHECK_BUILTIN.${BUILTIN_PKG}?=no is not used.
-rw-r--r--mk/x11.builtin.mk7
1 files changed, 4 insertions, 3 deletions
diff --git a/mk/x11.builtin.mk b/mk/x11.builtin.mk
index 329ad94e423..b7ae63005c9 100644
--- a/mk/x11.builtin.mk
+++ b/mk/x11.builtin.mk
@@ -1,12 +1,13 @@
-# $NetBSD: x11.builtin.mk,v 1.2.20.2 2008/09/28 03:56:26 cube Exp $
+# $NetBSD: x11.builtin.mk,v 1.2.20.3 2008/09/28 06:03:44 cube Exp $
#
# x11.builtin.mk will include the builtin.mk file from the appropriate
# X11 distribution.
#
# BUILTIN_PKG and USE_BUILTIN.<BUILTIN_PKG> must be defined by the caller
-# XXX make bug
-# 'CHECK_BUILTIN.${BUILTIN_PKG}?= no' will overwrite the value
+# XXX make(1) idiosyncrasy
+# 'CHECK_BUILTIN.${BUILTIN_PKG}?= no' will overwrite the value on older
+# version of make (in NetBSD's base system, prior to 20080331).
.if !defined(CHECK_BUILTIN.${BUILTIN_PKG})
CHECK_BUILTIN.${BUILTIN_PKG}= no
.endif