Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Aug 2014 22:43:44 +0000 (UTC)
From:      Rui Paulo <rpaulo@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r269844 - head/share/mk
Message-ID:  <53e94720.2270.50307fa7@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rpaulo
Date: Mon Aug 11 22:43:44 2014
New Revision: 269844
URL: http://svnweb.freebsd.org/changeset/base/269844

Log:
  Revert r269839.
  
  This doesn't work like I expected and the if clause is never matched.
  It turns out that the problem with the older make is unrelated.
  
  MFC after:	3 days

Modified:
  head/share/mk/bsd.dep.mk

Modified: head/share/mk/bsd.dep.mk
==============================================================================
--- head/share/mk/bsd.dep.mk	Mon Aug 11 22:38:13 2014	(r269843)
+++ head/share/mk/bsd.dep.mk	Mon Aug 11 22:43:44 2014	(r269844)
@@ -122,7 +122,7 @@ ${_YC:R}.o: ${_YC}
 
 # DTrace probe definitions
 # libelf is currently needed for drti.o
-.if !empty(${SRCS:M*.d})
+.if ${SRCS:M*.d}
 LDFLAGS+=	-lelf
 LDADD+=		${LIBELF}
 CFLAGS+=	-D_DTRACE_VERSION=1 -I${.OBJDIR}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?53e94720.2270.50307fa7>