Module Name: src Committed By: riastradh Date: Sat May 13 10:56:08 UTC 2023
Modified Files: src/compat: exec.mk src/compat/arm/eabi: bsd.eabi.mk src/compat/arm/eabihf: bsd.eabihf.mk src/compat/dirshack: Makefile Log Message: compat: Nix trailing whitespace. No functional change intended. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/compat/exec.mk cvs rdiff -u -r1.5 -r1.6 src/compat/arm/eabi/bsd.eabi.mk cvs rdiff -u -r1.3 -r1.4 src/compat/arm/eabihf/bsd.eabihf.mk cvs rdiff -u -r1.3 -r1.4 src/compat/dirshack/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/compat/exec.mk diff -u src/compat/exec.mk:1.6 src/compat/exec.mk:1.7 --- src/compat/exec.mk:1.6 Mon May 31 02:10:37 2021 +++ src/compat/exec.mk Sat May 13 10:56:08 2023 @@ -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. Index: src/compat/arm/eabi/bsd.eabi.mk diff -u src/compat/arm/eabi/bsd.eabi.mk:1.5 src/compat/arm/eabi/bsd.eabi.mk:1.6 --- src/compat/arm/eabi/bsd.eabi.mk:1.5 Sun Jul 5 20:19:29 2015 +++ src/compat/arm/eabi/bsd.eabi.mk Sat May 13 10:56:08 2023 @@ -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} Index: src/compat/arm/eabihf/bsd.eabihf.mk diff -u src/compat/arm/eabihf/bsd.eabihf.mk:1.3 src/compat/arm/eabihf/bsd.eabihf.mk:1.4 --- src/compat/arm/eabihf/bsd.eabihf.mk:1.3 Wed Jun 24 22:20:24 2015 +++ src/compat/arm/eabihf/bsd.eabihf.mk Sat May 13 10:56:08 2023 @@ -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} Index: src/compat/dirshack/Makefile diff -u src/compat/dirshack/Makefile:1.3 src/compat/dirshack/Makefile:1.4 --- src/compat/dirshack/Makefile:1.3 Fri Aug 17 16:22:27 2012 +++ src/compat/dirshack/Makefile Sat May 13 10:56:08 2023 @@ -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.