pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
clang-git: Resurrect clang-cpp (with -f option)
Module Name: pkgsrc-wip
Committed By: Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By: kamil
Date: Sat Sep 10 19:28:55 2016 +0200
Changeset: d439b1dca7e250e5778e0a1630192468fbf5566f
Modified Files:
clang-git/Makefile
Log Message:
clang-git: Resurrect clang-cpp (with -f option)
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=d439b1dca7e250e5778e0a1630192468fbf5566f
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 insertions(+)
diffs:
diff --git a/clang-git/Makefile b/clang-git/Makefile
index 3a52934..151965a 100644
--- a/clang-git/Makefile
+++ b/clang-git/Makefile
@@ -9,4 +9,9 @@ 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