Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 5 Sep 2019 20:42:08 +0000 (UTC)
From:      Dimitry Andric <dim@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-projects@freebsd.org
Subject:   svn commit: r351896 - projects/clang900-import/lib/libclang_rt
Message-ID:  <201909052042.x85Kg8RJ040690@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dim
Date: Thu Sep  5 20:42:08 2019
New Revision: 351896
URL: https://svnweb.freebsd.org/changeset/base/351896

Log:
  Add some missed continuation backslashes.

Modified:
  projects/clang900-import/lib/libclang_rt/Makefile

Modified: projects/clang900-import/lib/libclang_rt/Makefile
==============================================================================
--- projects/clang900-import/lib/libclang_rt/Makefile	Thu Sep  5 20:39:13 2019	(r351895)
+++ projects/clang900-import/lib/libclang_rt/Makefile	Thu Sep  5 20:42:08 2019	(r351896)
@@ -8,7 +8,7 @@ SUBDIR_ALL+=	ubsan_minimal
 SUBDIR_ALL+=	ubsan_standalone
 SUBDIR_ALL+=	ubsan_standalone_cxx
 
-.if ${MACHINE_CPUARCH} == "aarch64" || ${MACHINE_CPUARCH} == "amd64" || 
+.if ${MACHINE_CPUARCH} == "aarch64" || ${MACHINE_CPUARCH} == "amd64" || \
     ${MACHINE_CPUARCH} == "arm" || ${MACHINE_CPUARCH} == "i386"
 SUBDIR_ALL+=	asan
 SUBDIR_ALL+=	asan-preinit
@@ -28,12 +28,12 @@ SUBDIR_ALL+=	tsan
 SUBDIR_ALL+=	tsan_cxx
 .endif # aarch64 || amd64
 
-.if ${MACHINE_CPUARCH} == "aarch64" || ${MACHINE_CPUARCH} == "amd64" || 
+.if ${MACHINE_CPUARCH} == "aarch64" || ${MACHINE_CPUARCH} == "amd64" || \
     ${MACHINE_CPUARCH} == "i386"
 SUBDIR_ALL+=	safestack
 .endif # aarch64 || amd64 || i386
 
-.if ${MACHINE_CPUARCH} == "aarch64" || ${MACHINE_CPUARCH} == "amd64" || 
+.if ${MACHINE_CPUARCH} == "aarch64" || ${MACHINE_CPUARCH} == "amd64" || \
     ${MACHINE_CPUARCH} == "arm"
 SUBDIR_ALL+=	xray
 SUBDIR_ALL+=	xray-basic



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201909052042.x85Kg8RJ040690>