Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Aug 2012 14:20:42 +0000 (UTC)
From:      Brooks Davis <brooks@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r239781 - head/sbin/gvinum
Message-ID:  <201208281420.q7SEKgLL080518@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: brooks
Date: Tue Aug 28 14:20:41 2012
New Revision: 239781
URL: http://svn.freebsd.org/changeset/base/239781

Log:
  Don't overwrite the global default CFLAGS when setting include paths.
  
  MFC after:	3 days

Modified:
  head/sbin/gvinum/Makefile

Modified: head/sbin/gvinum/Makefile
==============================================================================
--- head/sbin/gvinum/Makefile	Tue Aug 28 14:19:10 2012	(r239780)
+++ head/sbin/gvinum/Makefile	Tue Aug 28 14:20:41 2012	(r239781)
@@ -5,7 +5,7 @@ SRCS=	gvinum.c gvinum.h geom_vinum_share
 MAN=	gvinum.8
 
 WARNS?=	2
-CFLAGS=	-I${.CURDIR}/../../sys -I${DESTDIR}/${INCLUDEDIR}/edit
+CFLAGS+=	-I${.CURDIR}/../../sys -I${DESTDIR}/${INCLUDEDIR}/edit
 
 DPADD=	${LIBEDIT} ${LIBTERMCAP} ${LIBDEVSTAT} ${LIBKVM} ${LIBGEOM}
 LDADD=	-ledit -ltermcap -ldevstat -lkvm -lgeom



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