pkgsrc-WIP-changes archive

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

clang-git: Sync Makefile with pkgsrc/clang



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Sat May 6 00:41:49 2017 +0200
Changeset:	91385c53ae6c0c8736be082068838cb9b3c7680c

Modified Files:
	clang-git/Makefile

Log Message:
clang-git: Sync Makefile with pkgsrc/clang

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

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

diffstat:
 clang-git/Makefile | 5 -----
 1 file changed, 5 deletions(-)

diffs:
diff --git a/clang-git/Makefile b/clang-git/Makefile
index d31b38b55b..78debd06ce 100644
--- a/clang-git/Makefile
+++ b/clang-git/Makefile
@@ -9,9 +9,4 @@ CMAKE_ARGS+=	-DCLANG_ENABLE_STATIC_ANALYZER=OFF
 # We don't want to add a python runtime dependency for that.
 CHECK_INTERPRETER_SKIP+=	share/clang/*
 
-.PHONY: install-clang-cpp
-post-install: install-clang-cpp
-install-clang-cpp:
-	${LN} -fs clang ${DESTDIR}${PREFIX}/bin/clang-cpp
-
 .include "../../wip/clang-git/Makefile.common"


Home | Main Index | Thread Index | Old Index