Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/rump typo: ARCH_EXTRA -> ARCHS_EXTRA



details:   https://anonhg.NetBSD.org/src/rev/b9282f5740a7
branches:  trunk
changeset: 459462:b9282f5740a7
user:      bad <bad%NetBSD.org@localhost>
date:      Thu Sep 12 21:37:06 2019 +0000

description:
typo: ARCH_EXTRA -> ARCHS_EXTRA

diffstat:

 sys/rump/listsrcdirs |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (20 lines):

diff -r 1995894b45ba -r b9282f5740a7 sys/rump/listsrcdirs
--- a/sys/rump/listsrcdirs      Thu Sep 12 21:10:19 2019 +0000
+++ b/sys/rump/listsrcdirs      Thu Sep 12 21:37:06 2019 +0000
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-#      $NetBSD: listsrcdirs,v 1.44 2019/09/12 21:10:19 bad Exp $
+#      $NetBSD: listsrcdirs,v 1.45 2019/09/12 21:37:06 bad Exp $
 #
 
 #
@@ -81,7 +81,7 @@
 ARCHS="amd64 i386 x86 arm evbarm sparc sparc64 powerpc evbppc mips evbmips aarch64 riscv"
 ARCHS_EXTRA="arm/arm32 Makefile"
 # files listed in src/tools/Makefile.nbincludes
-ARCH_EXTRA="$ARCH_EXTRA ews4800mips/include/pdinfo.h
+ARCHS_EXTRA="$ARCHS_EXTRA ews4800mips/include/pdinfo.h
 ews4800mips/include/vtoc.h
 dreamcast/include/endian_machdep.h
 evbsh3/include/endian_machdep.h



Home | Main Index | Thread Index | Old Index