PERFORCE change 1036035 for review
Brooks Davis
brooks at FreeBSD.org
Thu Oct 10 20:04:32 UTC 2013
http://p4web.freebsd.org/@@1036035?ac=10
Change 1036035 by brooks at brooks_zenith on 2013/10/10 20:04:03
FreeBSD makefiles don't typically put spaces after -D.
Affected files ...
.. //depot/projects/ctsrd/tesla/src/share/mk/bsd.own.mk#14 edit
Differences ...
==== //depot/projects/ctsrd/tesla/src/share/mk/bsd.own.mk#14 (text+ko) ====
@@ -647,7 +647,7 @@
.endif
.if ${MK_SOAAP} != "no"
-CFLAGS+= -D SOAAP -I${SOAAP_SOURCE_DIR}/include
+CFLAGS+= -DSOAAP -I${SOAAP_SOURCE_DIR}/include
.if defined(WITHOUT_LLVM_INSTRUMENTED)
.error WITHOUT_LLVM_INSTRUMENTED and WITH_SOAAP can't both be set.
.else
More information about the p4-projects
mailing list