Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/compat compat: Nix trailing whitespace.
details: https://anonhg.NetBSD.org/src/rev/0212e8e29400
branches: trunk
changeset: 374794:0212e8e29400
user: riastradh <riastradh%NetBSD.org@localhost>
date: Sat May 13 10:56:08 2023 +0000
description:
compat: Nix trailing whitespace.
No functional change intended.
diffstat:
compat/arm/eabi/bsd.eabi.mk | 4 ++--
compat/arm/eabihf/bsd.eabihf.mk | 4 ++--
compat/dirshack/Makefile | 4 ++--
compat/exec.mk | 6 +++---
4 files changed, 9 insertions(+), 9 deletions(-)
diffs (81 lines):
diff -r c4a63956228a -r 0212e8e29400 compat/arm/eabi/bsd.eabi.mk
--- a/compat/arm/eabi/bsd.eabi.mk Sat May 13 10:11:36 2023 +0000
+++ b/compat/arm/eabi/bsd.eabi.mk Sat May 13 10:56:08 2023 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.eabi.mk,v 1.5 2015/07/05 20:19:29 matt Exp $
+# $NetBSD: bsd.eabi.mk,v 1.6 2023/05/13 10:56:08 riastradh Exp $
.if !defined(MLIBDIR)
@@ -29,7 +29,7 @@ ARM_MACHINE_ARCH= earm
ARM_LD= -m armelf_nbsd_eabi
.endif
-EARM_COMPAT_FLAGS+= -B ${TOOLDIR}/aarch64--netbsd/bin
+EARM_COMPAT_FLAGS+= -B ${TOOLDIR}/aarch64--netbsd/bin
LIBC_MACHINE_ARCH= ${ARM_MACHINE_ARCH}
LIBGCC_MACHINE_ARCH= ${ARM_MACHINE_ARCH}
diff -r c4a63956228a -r 0212e8e29400 compat/arm/eabihf/bsd.eabihf.mk
--- a/compat/arm/eabihf/bsd.eabihf.mk Sat May 13 10:11:36 2023 +0000
+++ b/compat/arm/eabihf/bsd.eabihf.mk Sat May 13 10:56:08 2023 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.eabihf.mk,v 1.3 2015/06/24 22:20:24 matt Exp $
+# $NetBSD: bsd.eabihf.mk,v 1.4 2023/05/13 10:56:08 riastradh Exp $
.if !defined(MLIBDIR)
@@ -29,7 +29,7 @@ ARM_MACHINE_ARCH= earmhf
ARM_LD= -m armelf_nbsd_eabihf
.endif
-EARM_COMPAT_FLAGS+= -B ${TOOLDIR}/aarch64--netbsd/bin
+EARM_COMPAT_FLAGS+= -B ${TOOLDIR}/aarch64--netbsd/bin
LIBC_MACHINE_ARCH= ${ARM_MACHINE_ARCH}
LIBGCC_MACHINE_ARCH= ${ARM_MACHINE_ARCH}
diff -r c4a63956228a -r 0212e8e29400 compat/dirshack/Makefile
--- a/compat/dirshack/Makefile Sat May 13 10:11:36 2023 +0000
+++ b/compat/dirshack/Makefile Sat May 13 10:56:08 2023 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2012/08/17 16:22:27 joerg Exp $
+# $NetBSD: Makefile,v 1.4 2023/05/13 10:56:08 riastradh Exp $
# hacky method to get compat multilib base objdirs created before
# make tries to go create the subdirs used for builds.
@@ -8,7 +8,7 @@
# and from there into the ../../lib dirs, it ends up setting the forced
# MAKEOBJDIR to something based upon ${.CURDIR}, since the objdir
# doesn't exist yet.
-#
+#
# our solution is simple - from this Makefile we traverse the same list
# of $arch/$libtype's with "BOOTSTRAP_SUBDIR=". then the compat/Makefile
# handles these subdirs as normal, with the base objdir created.
diff -r c4a63956228a -r 0212e8e29400 compat/exec.mk
--- a/compat/exec.mk Sat May 13 10:11:36 2023 +0000
+++ b/compat/exec.mk Sat May 13 10:56:08 2023 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: exec.mk,v 1.6 2021/05/31 02:10:37 simonb Exp $
+# $NetBSD: exec.mk,v 1.7 2023/05/13 10:56:08 riastradh Exp $
# this makefile fragment can be included to modify the default
# ABI a program is compiled with. this is designed to be used
@@ -7,7 +7,7 @@
# currently this file is used by these Makefiles:
#
-# external/bsd/ipf/Makefile.inc
+# external/bsd/ipf/Makefile.inc
# sbin/savecore/Makefile
# usr.bin/fstat/Makefile
# usr.bin/netstat/Makefile
@@ -25,7 +25,7 @@
# anyone who needs kvm-access on crash dumps can build their
# own 64 bit version as necessary. ipfilter doesn't use
# 64-bit alignment/size safe structures.
-#
+#
# mips64 defaults to 32 bit userland, but with a 64 bit kernel
# most kvm-using tools are happier with 64 bit.
Home |
Main Index |
Thread Index |
Old Index