pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

lldb-git: Set relative paths to wip/lldb-git



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Mon Sep 21 22:02:00 2015 +0200
Changeset:	37571fbac0f18ea7d37596e34d47203492698398

Modified Files:
	lldb-git/Makefile
	lldb-git/Makefile.common

Log Message:
lldb-git: Set relative paths to wip/lldb-git

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=37571fbac0f18ea7d37596e34d47203492698398

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 lldb-git/Makefile        | 4 ++--
 lldb-git/Makefile.common | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs:
diff --git a/lldb-git/Makefile b/lldb-git/Makefile
index f5dab83..1c67cf3 100644
--- a/lldb-git/Makefile
+++ b/lldb-git/Makefile
@@ -3,6 +3,6 @@
 MAKE_DIRS=		etc/llvm
 INSTALLATION_DIRS=	bin lib libexec
 
-.include "../../lang/clang/options.mk"
+.include "../../wip/lldb-git/options.mk"
 .include "../../textproc/libxml2/buildlink3.mk"
-.include "../../lang/clang/Makefile.common"
+.include "../../wip/lldb-git/Makefile.common"
diff --git a/lldb-git/Makefile.common b/lldb-git/Makefile.common
index d87e6b3..537f861 100644
--- a/lldb-git/Makefile.common
+++ b/lldb-git/Makefile.common
@@ -31,8 +31,8 @@ CHECK_PORTABILITY_SKIP=	utils/buildit/build_llvm
 
 TEST_TARGET=		check unittests
 
-DISTINFO_FILE=		${.CURDIR}/../../lang/clang/distinfo
-PATCHDIR=		${.CURDIR}/../../lang/clang/patches
+DISTINFO_FILE=		${.CURDIR}/../../wip/lldb-git/distinfo
+PATCHDIR=		${.CURDIR}/../../wip/lldb-git/patches
 
 .include "../../mk/bsd.prefs.mk"
 


Home | Main Index | Thread Index | Old Index