Module Name:    src
Committed By:   riastradh
Date:           Thu Jul 11 17:27:25 UTC 2024

Modified Files:
        src/distrib/sets: sets.subr

Log Message:
sets.subr: Ensure compat32arches is defined too.

We don't run with `set -eu', but maybe we should and this will reduce
the effort to flip that on.


To generate a diff of this commit:
cvs rdiff -u -r1.208 -r1.209 src/distrib/sets/sets.subr

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/distrib/sets/sets.subr
diff -u src/distrib/sets/sets.subr:1.208 src/distrib/sets/sets.subr:1.209
--- src/distrib/sets/sets.subr:1.208	Thu Jul 11 17:27:04 2024
+++ src/distrib/sets/sets.subr	Thu Jul 11 17:27:25 2024
@@ -1,4 +1,4 @@
-#	$NetBSD: sets.subr,v 1.208 2024/07/11 17:27:04 riastradh Exp $
+#	$NetBSD: sets.subr,v 1.209 2024/07/11 17:27:25 riastradh Exp $
 #
 
 #
@@ -222,6 +222,7 @@ sparc64)
 x86_64)	compat32arches=i386
 	;;
 esac
+: ${compat32arches:=}
 : ${compat64arches:=}
 
 
@@ -256,7 +257,7 @@ SUBST="${SUBST};s#@MACHINE@#${MACHINE}#g
 # In each file, a record consists of a path and a System Package name,
 # separated by whitespace. E.g.,
 #
-# 	# $NetBSD: sets.subr,v 1.208 2024/07/11 17:27:04 riastradh Exp $
+# 	# $NetBSD: sets.subr,v 1.209 2024/07/11 17:27:25 riastradh Exp $
 # 	.			base-sys-root	[keyword[,...]]
 # 	./altroot		base-sys-root
 # 	./bin			base-sys-root

Reply via email to