Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 May 2015 18:41:54 +0000 (UTC)
From:      Garrett Cooper <ngie@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r283159 - head
Message-ID:  <201505201841.t4KIfso9029990@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ngie
Date: Wed May 20 18:41:54 2015
New Revision: 283159
URL: https://svnweb.freebsd.org/changeset/base/283159

Log:
  Fix breakage I didn't fully solve in r283151 by depending on the .PHONY
  target, not the directory when building libctf for libproc
  
  Reported by: many, Jenkins
  Submitted by: rodrigc

Modified:
  head/Makefile.inc1

Modified: head/Makefile.inc1
==============================================================================
--- head/Makefile.inc1	Wed May 20 17:48:22 2015	(r283158)
+++ head/Makefile.inc1	Wed May 20 18:41:54 2015	(r283159)
@@ -1745,7 +1745,7 @@ _generic_libs+= ${_DIR}
 lib/libopie__L lib/libtacplus__L: lib/libmd__L
 
 lib/libproc__L: \
-    ${_cddl_lib_libctf} lib/libelf__L lib/librtld_db__L lib/libutil__L
+    ${_cddl_lib_libctf:D${_cddl_lib_libctf}__L} lib/libelf__L lib/librtld_db__L lib/libutil__L
 .if ${MK_CXX} != "no"
 .if ${MK_LIBCPLUSPLUS} != "no"
 lib/libproc__L: lib/libc++



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