From owner-p4-projects@FreeBSD.ORG Thu Oct 10 20:04:32 2013 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 1B0C6943; Thu, 10 Oct 2013 20:04:32 +0000 (UTC) Delivered-To: perforce@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id D078D940 for ; Thu, 10 Oct 2013 20:04:31 +0000 (UTC) (envelope-from brooks@freebsd.org) Received: from skunkworks.freebsd.org (skunkworks.freebsd.org [8.8.178.74]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id BCA4628F6 for ; Thu, 10 Oct 2013 20:04:31 +0000 (UTC) Received: from skunkworks.freebsd.org ([127.0.1.74]) by skunkworks.freebsd.org (8.14.7/8.14.7) with ESMTP id r9AK4V2l014498 for ; Thu, 10 Oct 2013 20:04:31 GMT (envelope-from brooks@freebsd.org) Received: (from perforce@localhost) by skunkworks.freebsd.org (8.14.7/8.14.6/Submit) id r9AK4V0F014495 for perforce@freebsd.org; Thu, 10 Oct 2013 20:04:31 GMT (envelope-from brooks@freebsd.org) Date: Thu, 10 Oct 2013 20:04:31 GMT Message-Id: <201310102004.r9AK4V0F014495@skunkworks.freebsd.org> X-Authentication-Warning: skunkworks.freebsd.org: perforce set sender to brooks@freebsd.org using -f From: Brooks Davis Subject: PERFORCE change 1036035 for review To: Perforce Change Reviews Precedence: bulk X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.14 List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Oct 2013 20:04:32 -0000 http://p4web.freebsd.org/@@1036035?ac=10 Change 1036035 by brooks@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