svn commit: r285952 - stable/10/usr.bin/clang/lldb

Ed Maste emaste at FreeBSD.org
Tue Jul 28 12:46:38 UTC 2015


Author: emaste
Date: Tue Jul 28 12:46:37 2015
New Revision: 285952
URL: https://svnweb.freebsd.org/changeset/base/285952

Log:
  MFC r285248: lldb: use .PATH to find man page instead of symlinking it

Modified:
  stable/10/usr.bin/clang/lldb/Makefile
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/usr.bin/clang/lldb/Makefile
==============================================================================
--- stable/10/usr.bin/clang/lldb/Makefile	Tue Jul 28 12:45:08 2015	(r285951)
+++ stable/10/usr.bin/clang/lldb/Makefile	Tue Jul 28 12:46:37 2015	(r285952)
@@ -13,8 +13,8 @@ SRCDIR=	tools/lldb/tools/driver
 SRCS=	Driver.cpp \
 	Platform.cpp
 
-lldb.1:
-	ln -fs ${LLDB_SRCS}/docs/lldb.1 ${.TARGET}
+# Man page directory
+.PATH: ${LLDB_SRCS}/docs
 
 DPADD=	${LIBEDIT} ${LIBNCURSESW} ${LIBEXECINFO} ${LIBPANEL}
 LDADD=	-ledit -lncursesw -lexecinfo -lpanel


More information about the svn-src-stable mailing list