Date: Fri, 29 May 2015 14:03:07 +0000 (UTC) From: Maxim Konovalov <maxim@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r283743 - head/sys Message-ID: <201505291403.t4TE37r2079325@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: maxim Date: Fri May 29 14:03:07 2015 New Revision: 283743 URL: https://svnweb.freebsd.org/changeset/base/283743 Log: Kill EoL whitespace. Modified: head/sys/Makefile Modified: head/sys/Makefile ============================================================================== --- head/sys/Makefile Fri May 29 14:02:37 2015 (r283742) +++ head/sys/Makefile Fri May 29 14:03:07 2015 (r283743) @@ -10,7 +10,7 @@ CSCOPEDIRS= boot bsm cam cddl compat con .if defined(ALL_ARCH) CSCOPE_ARCHDIR = amd64 arm arm64 i386 mips pc98 powerpc sparc64 x86 .else -CSCOPE_ARCHDIR = ${MACHINE} +CSCOPE_ARCHDIR = ${MACHINE} .if ${MACHINE} != ${MACHINE_CPUARCH} CSCOPE_ARCHDIR += ${MACHINE_CPUARCH} .endif
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505291403.t4TE37r2079325>