PERFORCE change 842906 for review

Jonathan Anderson jonathan at FreeBSD.org
Wed Sep 25 14:41:30 UTC 2013


http://p4web.freebsd.org/@@842906?ac=10

Change 842906 by jonathan at jonathan-on-zenith on 2013/09/25 14:40:44

	Add -D SOAAP to CFLAGS when compiling WITH_SOAAP.
	
	This will allow us to conditionally compile SOAAP-specific things.

Affected files ...

.. //depot/projects/ctsrd/tesla/src/share/mk/bsd.own.mk#12 edit

Differences ...

==== //depot/projects/ctsrd/tesla/src/share/mk/bsd.own.mk#12 (text+ko) ====

@@ -647,7 +647,7 @@
 .endif
 
 .if ${MK_SOAAP} != "no"
-CFLAGS+= -I${SOAAP_SOURCE_DIR}/include
+CFLAGS+= -D SOAAP -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