pkgsrc-WIP-changes archive

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

lldb-git: Further optimization, set BUILD_TARGET to lldb



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Mon Nov 23 03:49:13 2015 +0100
Changeset:	f5d49b6b5c4c0f6df9bed2a8c4c04e5c4ea94764

Modified Files:
	lldb-git/Makefile

Log Message:
lldb-git: Further optimization, set BUILD_TARGET to lldb

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

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

diffstat:
 lldb-git/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diffs:
diff --git a/lldb-git/Makefile b/lldb-git/Makefile
index 87eaded..7dbc3d0 100644
--- a/lldb-git/Makefile
+++ b/lldb-git/Makefile
@@ -175,6 +175,8 @@ REPLACE_PYTHON+=	${WRKDIR}/llvm/utils/testgen/mc-bundling-x86-gen.py
 REPLACE_PYTHON+=	${WRKDIR}/llvm/utils/update_llc_test_checks.py
 REPLACE_PYTHON+=	${WRKDIR}/llvm/utils/wciia.py
 
+BUILD_TARGET=		lldb
+
 TEST_TARGET=		check-lldb
 TEST_ENV+=		LD_LIBRARY_PATH=${WRKSRC}/lib
 


Home | Main Index | Thread Index | Old Index