diff options
author | Brooks Davis <brooks@FreeBSD.org> | 2018-08-13 22:56:27 +0000 |
---|---|---|
committer | Brooks Davis <brooks@FreeBSD.org> | 2018-08-13 22:56:27 +0000 |
commit | 5f8edb464a77440a5b0ef9529058dc29445dea14 (patch) | |
tree | 58b4f14c164d474f97c8cb0b284d030d1d38002e /lang/clang34/files/patch-tools_clang_docs_Makefile | |
parent | At long last, garbage collect LLVM and Clang 3.3. (diff) |
Garbage collect LLVM and Clang 3.4.
Nothing depends on them and they are obsolete.
Sponsored by: DARPA, AFRL
Diffstat (limited to 'lang/clang34/files/patch-tools_clang_docs_Makefile')
-rw-r--r-- | lang/clang34/files/patch-tools_clang_docs_Makefile | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/lang/clang34/files/patch-tools_clang_docs_Makefile b/lang/clang34/files/patch-tools_clang_docs_Makefile deleted file mode 100644 index 15f40ec254b1..000000000000 --- a/lang/clang34/files/patch-tools_clang_docs_Makefile +++ /dev/null @@ -1,10 +0,0 @@ ---- tools/clang/docs/Makefile.orig -+++ tools/clang/docs/Makefile -@@ -8,7 +8,6 @@ - ##===----------------------------------------------------------------------===## - - CLANG_LEVEL := .. --DIRS := tools - - ifdef BUILD_FOR_WEBSITE - PROJ_OBJ_DIR = . |