pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/pkgtools/varcache
Module Name: pkgsrc
Committed By: wiz
Date: Sun Jan 11 19:53:07 UTC 2026
Modified Files:
pkgsrc/pkgtools/varcache: Makefile
Log Message:
varcache: cache endian information
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/pkgtools/varcache/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/pkgtools/varcache/Makefile
diff -u pkgsrc/pkgtools/varcache/Makefile:1.2 pkgsrc/pkgtools/varcache/Makefile:1.3
--- pkgsrc/pkgtools/varcache/Makefile:1.2 Sun Jan 11 18:06:14 2026
+++ pkgsrc/pkgtools/varcache/Makefile Sun Jan 11 19:53:06 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2026/01/11 18:06:14 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2026/01/11 19:53:06 wiz Exp $
#
# This is not a normal package, it is a standalone Makefile to help generate
# varcache entries that speed up builds by precomputing expensive variables.
@@ -24,6 +24,7 @@ VC_MATCH:= ${VC_MATCH}|^(BIN|BINUTILS)_F
VC_MATCH:= ${VC_MATCH}|^(XAUTH|XINIT)
VC_VARS+= HOST_OSTYPE
+VC_VARS+= MACHINE_ENDIAN
VC_VARS+= PKGTOOLS_VERSION
VC_VARS+= _GCC_VERSION
VC_VARS+= _PKGSRCDIR
@@ -73,4 +74,5 @@ show-varcache:
. include "${builtin:Q}"
.endfor
+.include "../../mk/endian.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index