From: espie Date: Sun, 9 Jul 2017 15:28:34 +0000 (+0000) Subject: zap empty depends/silence empty installs. X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=597daf0369821b3371505273388179bde5654547;p=openbsd zap empty depends/silence empty installs. okay millert@ --- diff --git a/gnu/usr.bin/clang/clang-tblgen/Makefile b/gnu/usr.bin/clang/clang-tblgen/Makefile index 59fff2f6f7e..b8f148d55ee 100644 --- a/gnu/usr.bin/clang/clang-tblgen/Makefile +++ b/gnu/usr.bin/clang/clang-tblgen/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.3 2017/04/17 19:58:53 pascal Exp $ +# $OpenBSD: Makefile,v 1.4 2017/07/09 15:28:34 espie Exp $ PROG= clang-tblgen NOMAN= @@ -18,10 +18,7 @@ SRCS= ClangASTNodesEmitter.cpp \ LLVM_LIBDEPS= LLVMTableGen LLVMSupport -depend: - # Nothing here so far ... - install: - # Nothing here so far ... + @# Nothing here so far ... .include diff --git a/gnu/usr.bin/clang/clang/Makefile b/gnu/usr.bin/clang/clang/Makefile index 42ef8d24716..4b3870ea823 100644 --- a/gnu/usr.bin/clang/clang/Makefile +++ b/gnu/usr.bin/clang/clang/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.8 2017/04/17 19:58:53 pascal Exp $ +# $OpenBSD: Makefile,v 1.9 2017/07/09 15:28:34 espie Exp $ .include @@ -27,9 +27,6 @@ CPPFLAGS+= -I${.CURDIR}/../../../llvm/tools/clang/include .PATH: ${.CURDIR}/../../../llvm/tools/clang/tools/driver -depend: - # Nothing here so far ... - LLVM_LIBDEPS= clangFrontendTool \ clangFrontend \ clangDriver \ diff --git a/gnu/usr.bin/clang/include/clang/AST/Makefile b/gnu/usr.bin/clang/include/clang/AST/Makefile index d41d81d9719..bb216ebcc86 100644 --- a/gnu/usr.bin/clang/include/clang/AST/Makefile +++ b/gnu/usr.bin/clang/include/clang/AST/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.2 2016/09/08 18:05:30 pascal Exp $ +# $OpenBSD: Makefile,v 1.3 2017/07/09 15:28:34 espie Exp $ .include @@ -13,10 +13,7 @@ GEN+=CommentHTMLTagsProperties.inc CommentNodes.inc DeclNodes.inc StmtNodes.inc all: ${GEN} install: - # Nothing here so far ... - -depend: - # Nothing here so far ... + @# Nothing here so far ... clean cleandir: rm -f ${GEN} diff --git a/gnu/usr.bin/clang/include/clang/Basic/Makefile b/gnu/usr.bin/clang/include/clang/Basic/Makefile index 0bd223c4fac..06a820490a9 100644 --- a/gnu/usr.bin/clang/include/clang/Basic/Makefile +++ b/gnu/usr.bin/clang/include/clang/Basic/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.2 2016/09/08 18:05:30 pascal Exp $ +# $OpenBSD: Makefile,v 1.3 2017/07/09 15:28:34 espie Exp $ .include @@ -15,10 +15,7 @@ GEN+=AttrHasAttributeImpl.inc all: ${GEN} install: - # Nothing here so far ... - -depend: - # Nothing here so far ... + @# Nothing here so far ... clean cleandir: rm -f ${GEN} diff --git a/gnu/usr.bin/clang/include/clang/Driver/Makefile b/gnu/usr.bin/clang/include/clang/Driver/Makefile index cae31bc9dcf..1df0da22bb8 100644 --- a/gnu/usr.bin/clang/include/clang/Driver/Makefile +++ b/gnu/usr.bin/clang/include/clang/Driver/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.2 2016/09/08 18:05:30 pascal Exp $ +# $OpenBSD: Makefile,v 1.3 2017/07/09 15:28:34 espie Exp $ .include @@ -10,10 +10,7 @@ GEN= Options.inc all: ${GEN} install: - # Nothing here so far ... - -depend: - # Nothing here so far ... + @# Nothing here so far ... clean cleandir: rm -f ${GEN} diff --git a/gnu/usr.bin/clang/include/clang/Parse/Makefile b/gnu/usr.bin/clang/include/clang/Parse/Makefile index 40d3c9fb9aa..bfc238634cd 100644 --- a/gnu/usr.bin/clang/include/clang/Parse/Makefile +++ b/gnu/usr.bin/clang/include/clang/Parse/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.2 2016/09/08 18:05:30 pascal Exp $ +# $OpenBSD: Makefile,v 1.3 2017/07/09 15:28:34 espie Exp $ .include @@ -10,10 +10,7 @@ GEN= AttrParserStringSwitches.inc all: ${GEN} install: - # Nothing here so far ... - -depend: - # Nothing here so far ... + @# Nothing here so far ... clean cleandir: rm -f ${GEN} diff --git a/gnu/usr.bin/clang/include/clang/Sema/Makefile b/gnu/usr.bin/clang/include/clang/Sema/Makefile index 71d650d98ee..200bfe29170 100644 --- a/gnu/usr.bin/clang/include/clang/Sema/Makefile +++ b/gnu/usr.bin/clang/include/clang/Sema/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.2 2016/09/08 18:05:30 pascal Exp $ +# $OpenBSD: Makefile,v 1.3 2017/07/09 15:28:34 espie Exp $ .include @@ -11,10 +11,7 @@ GEN+=AttrSpellingListIndex.inc AttrTemplateInstantiate.inc all: ${GEN} install: - # Nothing here so far ... - -depend: - # Nothing here so far ... + @# Nothing here so far ... clean cleandir: rm -f ${GEN} diff --git a/gnu/usr.bin/clang/include/clang/Serialization/Makefile b/gnu/usr.bin/clang/include/clang/Serialization/Makefile index 10208b5730d..ed60cceb9d0 100644 --- a/gnu/usr.bin/clang/include/clang/Serialization/Makefile +++ b/gnu/usr.bin/clang/include/clang/Serialization/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.2 2016/09/08 18:05:30 pascal Exp $ +# $OpenBSD: Makefile,v 1.3 2017/07/09 15:28:34 espie Exp $ .include @@ -10,10 +10,7 @@ GEN= AttrPCHRead.inc AttrPCHWrite.inc all: ${GEN} install: - # Nothing here so far ... - -depend: - # Nothing here so far ... + @# Nothing here so far ... clean cleandir: rm -f ${GEN} diff --git a/gnu/usr.bin/clang/include/clang/intrin/Makefile b/gnu/usr.bin/clang/include/clang/intrin/Makefile index c38ca3a25f0..d744f7adeff 100644 --- a/gnu/usr.bin/clang/include/clang/intrin/Makefile +++ b/gnu/usr.bin/clang/include/clang/intrin/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.11 2017/04/28 11:28:20 kettenis Exp $ +# $OpenBSD: Makefile,v 1.12 2017/07/09 15:28:34 espie Exp $ .include @@ -87,9 +87,6 @@ HEADERS+= altivec.h \ all: ${HEADERS} -depend: - # Nothing here so far ... - clean cleandir: rm -f ${GEN} diff --git a/gnu/usr.bin/clang/include/llvm/AArch64/Makefile b/gnu/usr.bin/clang/include/llvm/AArch64/Makefile index ebbcc6b8468..95d05c2e286 100644 --- a/gnu/usr.bin/clang/include/llvm/AArch64/Makefile +++ b/gnu/usr.bin/clang/include/llvm/AArch64/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.2 2017/01/14 20:12:41 patrick Exp $ +# $OpenBSD: Makefile,v 1.3 2017/07/09 15:28:34 espie Exp $ .include @@ -16,10 +16,7 @@ HDRS= AArch64GenAsmMatcher.inc AArch64GenAsmWriter.inc \ all: ${HDRS} install: - # Nothing here so far ... - -depend: - # Nothing here so far ... + @# Nothing here so far ... clean cleandir: rm -f ${HDRS} diff --git a/gnu/usr.bin/clang/include/llvm/ARM/Makefile b/gnu/usr.bin/clang/include/llvm/ARM/Makefile index 865d95001c2..f0dc848886f 100644 --- a/gnu/usr.bin/clang/include/llvm/ARM/Makefile +++ b/gnu/usr.bin/clang/include/llvm/ARM/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.1 2016/09/17 16:43:51 kettenis Exp $ +# $OpenBSD: Makefile,v 1.2 2017/07/09 15:28:34 espie Exp $ .include @@ -14,10 +14,7 @@ HDRS= ARMGenAsmMatcher.inc ARMGenAsmWriter.inc \ all: ${HDRS} install: - # Nothing here so far ... - -depend: - # Nothing here so far ... + @# Nothing here so far ... clean cleandir: rm -f ${HDRS} diff --git a/gnu/usr.bin/clang/include/llvm/Config/Makefile b/gnu/usr.bin/clang/include/llvm/Config/Makefile index 629d166a974..33c9474ace3 100644 --- a/gnu/usr.bin/clang/include/llvm/Config/Makefile +++ b/gnu/usr.bin/clang/include/llvm/Config/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.2 2016/09/08 18:05:30 pascal Exp $ +# $OpenBSD: Makefile,v 1.3 2017/07/09 15:28:34 espie Exp $ .include @@ -9,10 +9,7 @@ DEFS= AsmParsers.def AsmPrinters.def Disassemblers.def Targets.def all: ${DEFS} install: - # Nothing here so far ... - -depend: - # Nothing here so far ... + @# Nothing here so far ... clean cleandir: rm -f ${DEFS} diff --git a/gnu/usr.bin/clang/include/llvm/IR/Makefile b/gnu/usr.bin/clang/include/llvm/IR/Makefile index 4b161cf512c..398151aacf3 100644 --- a/gnu/usr.bin/clang/include/llvm/IR/Makefile +++ b/gnu/usr.bin/clang/include/llvm/IR/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.3 2017/01/24 08:44:47 patrick Exp $ +# $OpenBSD: Makefile,v 1.4 2017/07/09 15:28:34 espie Exp $ .include @@ -9,10 +9,7 @@ DEFS= Attributes.gen Intrinsics.gen all: ${DEFS} install: - # Nothing here so far ... - -depend: - # Nothing here so far ... + @# Nothing here so far ... clean cleandir: rm -f ${DEFS} diff --git a/gnu/usr.bin/clang/include/llvm/Mips/Makefile b/gnu/usr.bin/clang/include/llvm/Mips/Makefile index 85b828e498f..11a42ea591e 100644 --- a/gnu/usr.bin/clang/include/llvm/Mips/Makefile +++ b/gnu/usr.bin/clang/include/llvm/Mips/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.1 2017/01/25 19:24:33 patrick Exp $ +# $OpenBSD: Makefile,v 1.2 2017/07/09 15:28:34 espie Exp $ .include @@ -14,10 +14,7 @@ HDRS= MipsGenAsmMatcher.inc MipsGenAsmWriter.inc \ all: ${HDRS} install: - # Nothing here so far ... - -depend: - # Nothing here so far ... + @# Nothing here so far ... clean cleandir: rm -f ${HDRS} diff --git a/gnu/usr.bin/clang/include/llvm/PowerPC/Makefile b/gnu/usr.bin/clang/include/llvm/PowerPC/Makefile index bbf904aefe2..52f17fe4325 100644 --- a/gnu/usr.bin/clang/include/llvm/PowerPC/Makefile +++ b/gnu/usr.bin/clang/include/llvm/PowerPC/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.1 2016/09/19 11:39:05 pascal Exp $ +# $OpenBSD: Makefile,v 1.2 2017/07/09 15:28:34 espie Exp $ .include @@ -14,10 +14,7 @@ HDRS= PPCGenAsmMatcher.inc PPCGenAsmWriter.inc \ all: ${HDRS} install: - # Nothing here so far ... - -depend: - # Nothing here so far ... + @# Nothing here so far ... clean cleandir: rm -f ${HDRS} diff --git a/gnu/usr.bin/clang/include/llvm/Sparc/Makefile b/gnu/usr.bin/clang/include/llvm/Sparc/Makefile index af7c435ea96..8806f2d6fe4 100644 --- a/gnu/usr.bin/clang/include/llvm/Sparc/Makefile +++ b/gnu/usr.bin/clang/include/llvm/Sparc/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.2 2016/09/08 18:05:30 pascal Exp $ +# $OpenBSD: Makefile,v 1.3 2017/07/09 15:28:34 espie Exp $ .include @@ -14,10 +14,7 @@ HDRS= SparcGenAsmMatcher.inc SparcGenAsmWriter.inc \ all: ${HDRS} install: - # Nothing here so far ... - -depend: - # Nothing here so far ... + @# Nothing here so far ... clean cleandir: rm -f ${HDRS} diff --git a/gnu/usr.bin/clang/include/llvm/X86/Makefile b/gnu/usr.bin/clang/include/llvm/X86/Makefile index 05a66e8a4a8..b92452ff5fb 100644 --- a/gnu/usr.bin/clang/include/llvm/X86/Makefile +++ b/gnu/usr.bin/clang/include/llvm/X86/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.2 2016/09/08 18:05:30 pascal Exp $ +# $OpenBSD: Makefile,v 1.3 2017/07/09 15:28:34 espie Exp $ .include @@ -12,10 +12,7 @@ HDRS= X86GenAsmMatcher.inc X86GenAsmWriter.inc X86GenAsmWriter1.inc \ all: ${HDRS} install: - # Nothing here so far ... - -depend: - # Nothing here so far ... + @# Nothing here so far ... clean cleandir: rm -f ${HDRS} diff --git a/gnu/usr.bin/clang/libLLVMAArch64AsmParser/Makefile b/gnu/usr.bin/clang/libLLVMAArch64AsmParser/Makefile index d36ad8cc68f..7dee711378b 100644 --- a/gnu/usr.bin/clang/libLLVMAArch64AsmParser/Makefile +++ b/gnu/usr.bin/clang/libLLVMAArch64AsmParser/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.1 2016/11/24 22:32:29 patrick Exp $ +# $OpenBSD: Makefile,v 1.2 2017/07/09 15:28:34 espie Exp $ LIB= LLVMAArch64AsmParser NOPIC= @@ -12,10 +12,7 @@ SRCS= AArch64AsmParser.cpp .PATH: ${.CURDIR}/../../../llvm/lib/Target/AArch64/AsmParser -depend: - # Nothing here so far ... - install: - # Nothing here so far ... + @# Nothing here so far ... .include diff --git a/gnu/usr.bin/clang/libLLVMAArch64AsmPrinter/Makefile b/gnu/usr.bin/clang/libLLVMAArch64AsmPrinter/Makefile index 79b22f079b3..23eb0c45831 100644 --- a/gnu/usr.bin/clang/libLLVMAArch64AsmPrinter/Makefile +++ b/gnu/usr.bin/clang/libLLVMAArch64AsmPrinter/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.1 2016/11/24 22:32:29 patrick Exp $ +# $OpenBSD: Makefile,v 1.2 2017/07/09 15:28:34 espie Exp $ LIB= LLVMAArch64AsmPrinter NOPIC= @@ -12,10 +12,7 @@ SRCS= AArch64InstPrinter.cpp .PATH: ${.CURDIR}/../../../llvm/lib/Target/AArch64/InstPrinter -depend: - # Nothing here so far ... - install: - # Nothing here so far ... + @# Nothing here so far ... .include diff --git a/gnu/usr.bin/clang/libLLVMAArch64CodeGen/Makefile b/gnu/usr.bin/clang/libLLVMAArch64CodeGen/Makefile index 396c62e11f6..a6ddba3df88 100644 --- a/gnu/usr.bin/clang/libLLVMAArch64CodeGen/Makefile +++ b/gnu/usr.bin/clang/libLLVMAArch64CodeGen/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.3 2017/01/24 08:44:47 patrick Exp $ +# $OpenBSD: Makefile,v 1.4 2017/07/09 15:28:34 espie Exp $ LIB= LLVMAArch64CodeGen NOPIC= @@ -40,10 +40,7 @@ SRCS= AArch64A57FPLoadBalancing.cpp \ .PATH: ${.CURDIR}/../../../llvm/lib/Target/AArch64 -depend: - # Nothing here so far ... - install: - # Nothing here so far ... + @# Nothing here so far ... .include diff --git a/gnu/usr.bin/clang/libLLVMAArch64Desc/Makefile b/gnu/usr.bin/clang/libLLVMAArch64Desc/Makefile index c360c87078b..d240631b87a 100644 --- a/gnu/usr.bin/clang/libLLVMAArch64Desc/Makefile +++ b/gnu/usr.bin/clang/libLLVMAArch64Desc/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.1 2016/11/24 22:32:29 patrick Exp $ +# $OpenBSD: Makefile,v 1.2 2017/07/09 15:28:34 espie Exp $ LIB= LLVMAArch64Desc NOPIC= @@ -20,10 +20,7 @@ SRCS= AArch64AsmBackend.cpp \ .PATH: ${.CURDIR}/../../../llvm/lib/Target/AArch64/MCTargetDesc -depend: - # Nothing here so far ... - install: - # Nothing here so far ... + @# Nothing here so far ... .include diff --git a/gnu/usr.bin/clang/libLLVMAArch64Disassembler/Makefile b/gnu/usr.bin/clang/libLLVMAArch64Disassembler/Makefile index 2d2ec020939..ecfdaaf3433 100644 --- a/gnu/usr.bin/clang/libLLVMAArch64Disassembler/Makefile +++ b/gnu/usr.bin/clang/libLLVMAArch64Disassembler/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.1 2016/11/24 22:32:29 patrick Exp $ +# $OpenBSD: Makefile,v 1.2 2017/07/09 15:28:34 espie Exp $ LIB= LLVMAArch64Disassembler NOPIC= @@ -13,10 +13,7 @@ SRCS= AArch64Disassembler.cpp \ .PATH: ${.CURDIR}/../../../llvm/lib/Target/AArch64/Disassembler -depend: - # Nothing here so far ... - install: - # Nothing here so far ... + @# Nothing here so far ... .include diff --git a/gnu/usr.bin/clang/libLLVMAArch64Info/Makefile b/gnu/usr.bin/clang/libLLVMAArch64Info/Makefile index 949c94c9272..bca81a4efda 100644 --- a/gnu/usr.bin/clang/libLLVMAArch64Info/Makefile +++ b/gnu/usr.bin/clang/libLLVMAArch64Info/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.1 2016/11/24 22:32:29 patrick Exp $ +# $OpenBSD: Makefile,v 1.2 2017/07/09 15:28:34 espie Exp $ LIB= LLVMAArch64Info NOPIC= @@ -12,10 +12,7 @@ SRCS= AArch64TargetInfo.cpp .PATH: ${.CURDIR}/../../../llvm/lib/Target/AArch64/TargetInfo -depend: - # Nothing here so far ... - install: - # Nothing here so far ... + @# Nothing here so far ... .include diff --git a/gnu/usr.bin/clang/libLLVMAArch64Utils/Makefile b/gnu/usr.bin/clang/libLLVMAArch64Utils/Makefile index 182073e6f54..146e5454682 100644 --- a/gnu/usr.bin/clang/libLLVMAArch64Utils/Makefile +++ b/gnu/usr.bin/clang/libLLVMAArch64Utils/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.1 2016/11/24 22:32:29 patrick Exp $ +# $OpenBSD: Makefile,v 1.2 2017/07/09 15:28:34 espie Exp $ LIB= LLVMAArch64Utils NOPIC= @@ -12,10 +12,7 @@ SRCS= AArch64BaseInfo.cpp .PATH: ${.CURDIR}/../../../llvm/lib/Target/AArch64/Utils -depend: - # Nothing here so far ... - install: - # Nothing here so far ... + @# Nothing here so far ... .include diff --git a/gnu/usr.bin/clang/libLLVMARMAsmParser/Makefile b/gnu/usr.bin/clang/libLLVMARMAsmParser/Makefile index 4f097e1f7ee..3ea079ed9ba 100644 --- a/gnu/usr.bin/clang/libLLVMARMAsmParser/Makefile +++ b/gnu/usr.bin/clang/libLLVMARMAsmParser/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.1 2016/09/17 16:43:51 kettenis Exp $ +# $OpenBSD: Makefile,v 1.2 2017/07/09 15:28:34 espie Exp $ LIB= LLVMARMAsmParser NOPIC= @@ -11,10 +11,7 @@ SRCS= ARMAsmParser.cpp .PATH: ${.CURDIR}/../../../llvm/lib/Target/ARM/AsmParser -depend: - # Nothing here so far ... - install: - # Nothing here so far ... + @# Nothing here so far ... .include diff --git a/gnu/usr.bin/clang/libLLVMARMAsmPrinter/Makefile b/gnu/usr.bin/clang/libLLVMARMAsmPrinter/Makefile index 67c08205beb..2116721af18 100644 --- a/gnu/usr.bin/clang/libLLVMARMAsmPrinter/Makefile +++ b/gnu/usr.bin/clang/libLLVMARMAsmPrinter/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.1 2016/09/17 16:43:51 kettenis Exp $ +# $OpenBSD: Makefile,v 1.2 2017/07/09 15:28:34 espie Exp $ LIB= LLVMARMAsmPrinter NOPIC= @@ -11,10 +11,7 @@ SRCS= ARMInstPrinter.cpp .PATH: ${.CURDIR}/../../../llvm/lib/Target/ARM/InstPrinter -depend: - # Nothing here so far ... - install: - # Nothing here so far ... + @# Nothing here so far ... .include diff --git a/gnu/usr.bin/clang/libLLVMARMCodeGen/Makefile b/gnu/usr.bin/clang/libLLVMARMCodeGen/Makefile index 92a48159e2a..57e67049cfe 100644 --- a/gnu/usr.bin/clang/libLLVMARMCodeGen/Makefile +++ b/gnu/usr.bin/clang/libLLVMARMCodeGen/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.2 2017/01/24 08:44:47 patrick Exp $ +# $OpenBSD: Makefile,v 1.3 2017/07/09 15:28:34 espie Exp $ LIB= LLVMARMCodeGen NOPIC= @@ -41,10 +41,7 @@ SRCS= A15SDOptimizer.cpp \ .PATH: ${.CURDIR}/../../../llvm/lib/Target/ARM -depend: - # Nothing here so far ... - install: - # Nothing here so far ... + @# Nothing here so far ... .include diff --git a/gnu/usr.bin/clang/libLLVMARMDesc/Makefile b/gnu/usr.bin/clang/libLLVMARMDesc/Makefile index 87b186f18f3..19f9e229214 100644 --- a/gnu/usr.bin/clang/libLLVMARMDesc/Makefile +++ b/gnu/usr.bin/clang/libLLVMARMDesc/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.1 2016/09/17 16:43:51 kettenis Exp $ +# $OpenBSD: Makefile,v 1.2 2017/07/09 15:28:34 espie Exp $ LIB= LLVMARMDesc NOPIC= @@ -23,10 +23,7 @@ SRCS= ARMAsmBackend.cpp \ .PATH: ${.CURDIR}/../../../llvm/lib/Target/ARM/MCTargetDesc -depend: - # Nothing here so far ... - install: - # Nothing here so far ... + @# Nothing here so far ... .include diff --git a/gnu/usr.bin/clang/libLLVMARMDisassembler/Makefile b/gnu/usr.bin/clang/libLLVMARMDisassembler/Makefile index 64b86e5b655..755ed0b1e4b 100644 --- a/gnu/usr.bin/clang/libLLVMARMDisassembler/Makefile +++ b/gnu/usr.bin/clang/libLLVMARMDisassembler/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.1 2016/09/17 16:43:51 kettenis Exp $ +# $OpenBSD: Makefile,v 1.2 2017/07/09 15:28:34 espie Exp $ LIB= LLVMARMDisassembler NOPIC= @@ -11,10 +11,7 @@ SRCS= ARMDisassembler.cpp .PATH: ${.CURDIR}/../../../llvm/lib/Target/ARM/Disassembler -depend: - # Nothing here so far ... - install: - # Nothing here so far ... + @# Nothing here so far ... .include diff --git a/gnu/usr.bin/clang/libLLVMARMInfo/Makefile b/gnu/usr.bin/clang/libLLVMARMInfo/Makefile index c50f0a5075c..86590891764 100644 --- a/gnu/usr.bin/clang/libLLVMARMInfo/Makefile +++ b/gnu/usr.bin/clang/libLLVMARMInfo/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.1 2016/09/17 16:43:51 kettenis Exp $ +# $OpenBSD: Makefile,v 1.2 2017/07/09 15:28:34 espie Exp $ LIB= LLVMARMInfo NOPIC= @@ -11,10 +11,7 @@ SRCS= ARMTargetInfo.cpp .PATH: ${.CURDIR}/../../../llvm/lib/Target/ARM/TargetInfo -depend: - # Nothing here so far ... - install: - # Nothing here so far ... + @# Nothing here so far ... .include diff --git a/gnu/usr.bin/clang/libLLVMAnalysis/Makefile b/gnu/usr.bin/clang/libLLVMAnalysis/Makefile index 456cb8b2a08..221ca063a91 100644 --- a/gnu/usr.bin/clang/libLLVMAnalysis/Makefile +++ b/gnu/usr.bin/clang/libLLVMAnalysis/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.3 2017/01/24 08:44:47 patrick Exp $ +# $OpenBSD: Makefile,v 1.4 2017/07/09 15:28:34 espie Exp $ LIB= LLVMAnalysis NOPIC= @@ -91,10 +91,7 @@ SRCS= AliasAnalysis.cpp \ .PATH: ${.CURDIR}/../../../llvm/lib/Analysis -depend: - # Nothing here so far ... - install: - # Nothing here so far ... + @# Nothing here so far ... .include diff --git a/gnu/usr.bin/clang/libLLVMAsmParser/Makefile b/gnu/usr.bin/clang/libLLVMAsmParser/Makefile index 60057672a1a..27ae910df05 100644 --- a/gnu/usr.bin/clang/libLLVMAsmParser/Makefile +++ b/gnu/usr.bin/clang/libLLVMAsmParser/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.1 2016/09/05 10:56:49 pascal Exp $ +# $OpenBSD: Makefile,v 1.2 2017/07/09 15:28:34 espie Exp $ LIB= LLVMAsmParser NOPIC= @@ -13,10 +13,7 @@ SRCS= LLLexer.cpp \ .PATH: ${.CURDIR}/../../../llvm/lib/AsmParser -depend: - # Nothing here so far ... - install: - # Nothing here so far ... + @# Nothing here so far ... .include diff --git a/gnu/usr.bin/clang/libLLVMAsmPrinter/Makefile b/gnu/usr.bin/clang/libLLVMAsmPrinter/Makefile index e0e6e1e09fd..02b43fc90e2 100644 --- a/gnu/usr.bin/clang/libLLVMAsmPrinter/Makefile +++ b/gnu/usr.bin/clang/libLLVMAsmPrinter/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.2 2017/01/14 20:12:41 patrick Exp $ +# $OpenBSD: Makefile,v 1.3 2017/07/09 15:28:34 espie Exp $ LIB= LLVMAsmPrinter NOPIC= @@ -31,10 +31,7 @@ SRCS= AddressPool.cpp \ .PATH: ${.CURDIR}/../../../llvm/lib/CodeGen/AsmPrinter -depend: - # Nothing here so far ... - install: - # Nothing here so far ... + @# Nothing here so far ... .include diff --git a/gnu/usr.bin/clang/libLLVMBitReader/Makefile b/gnu/usr.bin/clang/libLLVMBitReader/Makefile index 6ce4342af14..c45ca82f9aa 100644 --- a/gnu/usr.bin/clang/libLLVMBitReader/Makefile +++ b/gnu/usr.bin/clang/libLLVMBitReader/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.2 2017/01/24 08:44:47 patrick Exp $ +# $OpenBSD: Makefile,v 1.3 2017/07/09 15:28:34 espie Exp $ LIB= LLVMBitReader NOPIC= @@ -15,10 +15,7 @@ SRCS= BitReader.cpp \ .PATH: ${.CURDIR}/../../../llvm/lib/Bitcode/Reader -depend: - # Nothing here so far ... - install: - # Nothing here so far ... + @# Nothing here so far ... .include diff --git a/gnu/usr.bin/clang/libLLVMBitWriter/Makefile b/gnu/usr.bin/clang/libLLVMBitWriter/Makefile index cef4f203791..1879d79d4d8 100644 --- a/gnu/usr.bin/clang/libLLVMBitWriter/Makefile +++ b/gnu/usr.bin/clang/libLLVMBitWriter/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.1 2016/09/05 10:56:49 pascal Exp $ +# $OpenBSD: Makefile,v 1.2 2017/07/09 15:28:34 espie Exp $ LIB= LLVMBitWriter NOPIC= @@ -12,10 +12,7 @@ SRCS= BitWriter.cpp \ .PATH: ${.CURDIR}/../../../llvm/lib/Bitcode/Writer -depend: - # Nothing here so far ... - install: - # Nothing here so far ... + @# Nothing here so far ... .include diff --git a/gnu/usr.bin/clang/libLLVMCodeGen/Makefile b/gnu/usr.bin/clang/libLLVMCodeGen/Makefile index 5f121759661..dcef0640b4c 100644 --- a/gnu/usr.bin/clang/libLLVMCodeGen/Makefile +++ b/gnu/usr.bin/clang/libLLVMCodeGen/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.3 2017/01/24 08:44:47 patrick Exp $ +# $OpenBSD: Makefile,v 1.4 2017/07/09 15:28:35 espie Exp $ LIB= LLVMCodeGen NOPIC= @@ -153,10 +153,7 @@ SRCS= AggressiveAntiDepBreaker.cpp \ .PATH: ${.CURDIR}/../../../llvm/lib/CodeGen -depend: - # Nothing here so far ... - install: - # Nothing here so far ... + @# Nothing here so far ... .include diff --git a/gnu/usr.bin/clang/libLLVMCore/Makefile b/gnu/usr.bin/clang/libLLVMCore/Makefile index d1c98a6afea..d8b6517642d 100644 --- a/gnu/usr.bin/clang/libLLVMCore/Makefile +++ b/gnu/usr.bin/clang/libLLVMCore/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.2 2017/01/14 20:12:41 patrick Exp $ +# $OpenBSD: Makefile,v 1.3 2017/07/09 15:28:35 espie Exp $ LIB= LLVMCore NOPIC= @@ -68,10 +68,7 @@ AttributesCompatFunc.inc: AttributesCompatFunc.td -I${LLVM_SRCS}/include \ -o ${.TARGET} ${.ALLSRC} -depend: - # Nothing here so far ... - install: - # Nothing here so far ... + @# Nothing here so far ... .include diff --git a/gnu/usr.bin/clang/libLLVMCoroutines/Makefile b/gnu/usr.bin/clang/libLLVMCoroutines/Makefile index fc4c52bcd5f..27e8df77d2c 100644 --- a/gnu/usr.bin/clang/libLLVMCoroutines/Makefile +++ b/gnu/usr.bin/clang/libLLVMCoroutines/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.1 2017/01/24 08:44:47 patrick Exp $ +# $OpenBSD: Makefile,v 1.2 2017/07/09 15:28:35 espie Exp $ LIB= LLVMCoroutines NOPIC= @@ -17,10 +17,7 @@ SRCS= Coroutines.cpp \ .PATH: ${.CURDIR}/../../../llvm/lib/Transforms/Coroutines -depend: - # Nothing here so far ... - install: - # Nothing here so far ... + @# Nothing here so far ... .include diff --git a/gnu/usr.bin/clang/libLLVMCoverage/Makefile b/gnu/usr.bin/clang/libLLVMCoverage/Makefile index 57b540eae9c..73021b68f01 100644 --- a/gnu/usr.bin/clang/libLLVMCoverage/Makefile +++ b/gnu/usr.bin/clang/libLLVMCoverage/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.1 2017/01/14 20:12:41 patrick Exp $ +# $OpenBSD: Makefile,v 1.2 2017/07/09 15:28:35 espie Exp $ LIB= LLVMCoverage NOPIC= @@ -13,10 +13,7 @@ SRCS= CoverageMapping.cpp \ .PATH: ${.CURDIR}/../../../llvm/lib/ProfileData/Coverage -depend: - # Nothing here so far ... - install: - # Nothing here so far ... + @# Nothing here so far ... .include diff --git a/gnu/usr.bin/clang/libLLVMDebugInfoCodeView/Makefile b/gnu/usr.bin/clang/libLLVMDebugInfoCodeView/Makefile index eb30323dcae..f6e830ec2f0 100644 --- a/gnu/usr.bin/clang/libLLVMDebugInfoCodeView/Makefile +++ b/gnu/usr.bin/clang/libLLVMDebugInfoCodeView/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.2 2017/01/24 08:44:47 patrick Exp $ +# $OpenBSD: Makefile,v 1.3 2017/07/09 15:28:35 espie Exp $ LIB= LLVMDebugInfoCodeView NOPIC= @@ -26,10 +26,7 @@ SRCS= CVTypeDumper.cpp \ .PATH: ${.CURDIR}/../../../llvm/lib/DebugInfo/CodeView -depend: - # Nothing here so far ... - install: - # Nothing here so far ... + @# Nothing here so far ... .include diff --git a/gnu/usr.bin/clang/libLLVMDebugInfoDWARF/Makefile b/gnu/usr.bin/clang/libLLVMDebugInfoDWARF/Makefile index 2261da34590..abb0de4e40b 100644 --- a/gnu/usr.bin/clang/libLLVMDebugInfoDWARF/Makefile +++ b/gnu/usr.bin/clang/libLLVMDebugInfoDWARF/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.1 2017/01/24 08:44:47 patrick Exp $ +# $OpenBSD: Makefile,v 1.2 2017/07/09 15:28:35 espie Exp $ LIB= LLVMDebugInfoDWARF NOPIC= @@ -31,10 +31,7 @@ SRCS= DWARFAbbreviationDeclaration.cpp \ .PATH: ${.CURDIR}/../../../llvm/lib/DebugInfo/DWARF -depend: - # Nothing here so far ... - install: - # Nothing here so far ... + @# Nothing here so far ... .include diff --git a/gnu/usr.bin/clang/libLLVMDebugInfoMSF/Makefile b/gnu/usr.bin/clang/libLLVMDebugInfoMSF/Makefile index c8d48f95ed6..c63d358df99 100644 --- a/gnu/usr.bin/clang/libLLVMDebugInfoMSF/Makefile +++ b/gnu/usr.bin/clang/libLLVMDebugInfoMSF/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.1 2017/01/24 08:44:47 patrick Exp $ +# $OpenBSD: Makefile,v 1.2 2017/07/09 15:28:35 espie Exp $ LIB= LLVMDebugInfoMSF NOPIC= @@ -16,10 +16,7 @@ SRCS= MappedBlockStream.cpp \ .PATH: ${.CURDIR}/../../../llvm/lib/DebugInfo/MSF -depend: - # Nothing here so far ... - install: - # Nothing here so far ... + @# Nothing here so far ... .include diff --git a/gnu/usr.bin/clang/libLLVMDemangle/Makefile b/gnu/usr.bin/clang/libLLVMDemangle/Makefile index ed4a2c0e9df..57132f40bdc 100644 --- a/gnu/usr.bin/clang/libLLVMDemangle/Makefile +++ b/gnu/usr.bin/clang/libLLVMDemangle/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.1 2017/01/24 08:44:47 patrick Exp $ +# $OpenBSD: Makefile,v 1.2 2017/07/09 15:28:35 espie Exp $ LIB= LLVMDemangle NOPIC= @@ -11,10 +11,7 @@ SRCS= ItaniumDemangle.cpp .PATH: ${.CURDIR}/../../../llvm/lib/Demangle -depend: - # Nothing here so far ... - install: - # Nothing here so far ... + @# Nothing here so far ... .include diff --git a/gnu/usr.bin/clang/libLLVMGlobalISel/Makefile b/gnu/usr.bin/clang/libLLVMGlobalISel/Makefile index ed5cef7e6cc..e3d9f6075af 100644 --- a/gnu/usr.bin/clang/libLLVMGlobalISel/Makefile +++ b/gnu/usr.bin/clang/libLLVMGlobalISel/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.1 2017/01/14 20:12:41 patrick Exp $ +# $OpenBSD: Makefile,v 1.2 2017/07/09 15:28:35 espie Exp $ LIB= LLVMGlobalISel NOPIC= @@ -9,10 +9,7 @@ SRCS= GlobalISel.cpp .PATH: ${.CURDIR}/../../../llvm/lib/CodeGen/GlobalISel -depend: - # Nothing here so far ... - install: - # Nothing here so far ... + @# Nothing here so far ... .include diff --git a/gnu/usr.bin/clang/libLLVMIRReader/Makefile b/gnu/usr.bin/clang/libLLVMIRReader/Makefile index d8fef8d9873..00c5622a777 100644 --- a/gnu/usr.bin/clang/libLLVMIRReader/Makefile +++ b/gnu/usr.bin/clang/libLLVMIRReader/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.1 2016/09/05 10:56:49 pascal Exp $ +# $OpenBSD: Makefile,v 1.2 2017/07/09 15:28:35 espie Exp $ LIB= LLVMIRReader NOPIC= @@ -11,10 +11,7 @@ SRCS= IRReader.cpp .PATH: ${.CURDIR}/../../../llvm/lib/IRReader -depend: - # Nothing here so far ... - install: - # Nothing here so far ... + @# Nothing here so far ... .include diff --git a/gnu/usr.bin/clang/libLLVMInstCombine/Makefile b/gnu/usr.bin/clang/libLLVMInstCombine/Makefile index 5d194a55fcb..3494b525718 100644 --- a/gnu/usr.bin/clang/libLLVMInstCombine/Makefile +++ b/gnu/usr.bin/clang/libLLVMInstCombine/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.1 2016/09/05 10:56:49 pascal Exp $ +# $OpenBSD: Makefile,v 1.2 2017/07/09 15:28:35 espie Exp $ LIB= LLVMInstCombine NOPIC= @@ -24,10 +24,7 @@ SRCS= InstructionCombining.cpp \ .PATH: ${.CURDIR}/../../../llvm/lib/Transforms/InstCombine -depend: - # Nothing here so far ... - install: - # Nothing here so far ... + @# Nothing here so far ... .include diff --git a/gnu/usr.bin/clang/libLLVMInstrumentation/Makefile b/gnu/usr.bin/clang/libLLVMInstrumentation/Makefile index 94552876b3e..a77f5e8cb93 100644 --- a/gnu/usr.bin/clang/libLLVMInstrumentation/Makefile +++ b/gnu/usr.bin/clang/libLLVMInstrumentation/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.2 2017/01/14 20:12:41 patrick Exp $ +# $OpenBSD: Makefile,v 1.3 2017/07/09 15:28:35 espie Exp $ LIB= LLVMInstrumentation NOPIC= @@ -22,10 +22,7 @@ SRCS= AddressSanitizer.cpp \ .PATH: ${.CURDIR}/../../../llvm/lib/Transforms/Instrumentation -depend: - # Nothing here so far ... - install: - # Nothing here so far ... + @# Nothing here so far ... .include diff --git a/gnu/usr.bin/clang/libLLVMLTO/Makefile b/gnu/usr.bin/clang/libLLVMLTO/Makefile index 4f15f18cd92..30381e5db30 100644 --- a/gnu/usr.bin/clang/libLLVMLTO/Makefile +++ b/gnu/usr.bin/clang/libLLVMLTO/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.2 2017/01/24 08:44:47 patrick Exp $ +# $OpenBSD: Makefile,v 1.3 2017/07/09 15:28:35 espie Exp $ LIB= LLVMLTO NOPIC= @@ -16,10 +16,7 @@ SRCS= LTO.cpp \ .PATH: ${.CURDIR}/../../../llvm/lib/LTO -depend: - # Nothing here so far ... - install: - # Nothing here so far ... + @# Nothing here so far ... .include diff --git a/gnu/usr.bin/clang/libLLVMLinker/Makefile b/gnu/usr.bin/clang/libLLVMLinker/Makefile index 5d739ad2909..afc561aa93a 100644 --- a/gnu/usr.bin/clang/libLLVMLinker/Makefile +++ b/gnu/usr.bin/clang/libLLVMLinker/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.1 2016/09/05 10:56:49 pascal Exp $ +# $OpenBSD: Makefile,v 1.2 2017/07/09 15:28:35 espie Exp $ LIB= LLVMLinker NOPIC= @@ -12,10 +12,7 @@ SRCS= IRMover.cpp \ .PATH: ${.CURDIR}/../../../llvm/lib/Linker -depend: - # Nothing here so far ... - install: - # Nothing here so far ... + @# Nothing here so far ... .include diff --git a/gnu/usr.bin/clang/libLLVMMC/Makefile b/gnu/usr.bin/clang/libLLVMMC/Makefile index 8af28018701..3ba590728b1 100644 --- a/gnu/usr.bin/clang/libLLVMMC/Makefile +++ b/gnu/usr.bin/clang/libLLVMMC/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.2 2017/01/14 20:12:41 patrick Exp $ +# $OpenBSD: Makefile,v 1.3 2017/07/09 15:28:35 espie Exp $ LIB= LLVMMC NOPIC= @@ -58,10 +58,7 @@ SRCS= ConstantPools.cpp \ .PATH: ${.CURDIR}/../../../llvm/lib/MC -depend: - # Nothing here so far ... - install: - # Nothing here so far ... + @# Nothing here so far ... .include diff --git a/gnu/usr.bin/clang/libLLVMMCDisassembler/Makefile b/gnu/usr.bin/clang/libLLVMMCDisassembler/Makefile index fc49eda8fd2..e982aa1d396 100644 --- a/gnu/usr.bin/clang/libLLVMMCDisassembler/Makefile +++ b/gnu/usr.bin/clang/libLLVMMCDisassembler/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.1 2016/09/05 10:56:49 pascal Exp $ +# $OpenBSD: Makefile,v 1.2 2017/07/09 15:28:35 espie Exp $ LIB= LLVMMCDisassembler NOPIC= @@ -12,10 +12,7 @@ SRCS= Disassembler.cpp \ .PATH: ${.CURDIR}/../../../llvm/lib/MC/MCDisassembler -depend: - # Nothing here so far ... - install: - # Nothing here so far ... + @# Nothing here so far ... .include diff --git a/gnu/usr.bin/clang/libLLVMMCParser/Makefile b/gnu/usr.bin/clang/libLLVMMCParser/Makefile index d3fc3a159c2..b8d212b09dc 100644 --- a/gnu/usr.bin/clang/libLLVMMCParser/Makefile +++ b/gnu/usr.bin/clang/libLLVMMCParser/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.1 2016/09/05 10:56:49 pascal Exp $ +# $OpenBSD: Makefile,v 1.2 2017/07/09 15:28:35 espie Exp $ LIB= LLVMMCParser NOPIC= @@ -19,10 +19,7 @@ SRCS= AsmLexer.cpp \ .PATH: ${.CURDIR}/../../../llvm/lib/MC/MCParser -depend: - # Nothing here so far ... - install: - # Nothing here so far ... + @# Nothing here so far ... .include diff --git a/gnu/usr.bin/clang/libLLVMMIRParser/Makefile b/gnu/usr.bin/clang/libLLVMMIRParser/Makefile index 9a44206c5e0..e4ffaa8ce39 100644 --- a/gnu/usr.bin/clang/libLLVMMIRParser/Makefile +++ b/gnu/usr.bin/clang/libLLVMMIRParser/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.1 2016/09/05 10:56:49 pascal Exp $ +# $OpenBSD: Makefile,v 1.2 2017/07/09 15:28:35 espie Exp $ LIB= LLVMMIRParser NOPIC= @@ -11,10 +11,7 @@ SRCS= MILexer.cpp \ .PATH: ${.CURDIR}/../../../llvm/lib/CodeGen/MIRParser -depend: - # Nothing here so far ... - install: - # Nothing here so far ... + @# Nothing here so far ... .include diff --git a/gnu/usr.bin/clang/libLLVMMipsAsmParser/Makefile b/gnu/usr.bin/clang/libLLVMMipsAsmParser/Makefile index 2287e052587..381bbc5affd 100644 --- a/gnu/usr.bin/clang/libLLVMMipsAsmParser/Makefile +++ b/gnu/usr.bin/clang/libLLVMMipsAsmParser/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.1 2017/01/25 19:24:33 patrick Exp $ +# $OpenBSD: Makefile,v 1.2 2017/07/09 15:28:35 espie Exp $ LIB= LLVMMipsAsmParser NOPIC= @@ -12,10 +12,7 @@ SRCS= MipsAsmParser.cpp .PATH: ${.CURDIR}/../../../llvm/lib/Target/Mips/AsmParser -depend: - # Nothing here so far ... - install: - # Nothing here so far ... + @# Nothing here so far ... .include diff --git a/gnu/usr.bin/clang/libLLVMMipsAsmPrinter/Makefile b/gnu/usr.bin/clang/libLLVMMipsAsmPrinter/Makefile index 2e94aa2e1c8..d085891bac9 100644 --- a/gnu/usr.bin/clang/libLLVMMipsAsmPrinter/Makefile +++ b/gnu/usr.bin/clang/libLLVMMipsAsmPrinter/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.1 2017/01/25 19:24:33 patrick Exp $ +# $OpenBSD: Makefile,v 1.2 2017/07/09 15:28:35 espie Exp $ LIB= LLVMMipsAsmPrinter NOPIC= @@ -11,10 +11,7 @@ SRCS= MipsInstPrinter.cpp .PATH: ${.CURDIR}/../../../llvm/lib/Target/Mips/InstPrinter -depend: - # Nothing here so far ... - install: - # Nothing here so far ... + @# Nothing here so far ... .include diff --git a/gnu/usr.bin/clang/libLLVMMipsCodeGen/Makefile b/gnu/usr.bin/clang/libLLVMMipsCodeGen/Makefile index 12d46150620..538d0645cd0 100644 --- a/gnu/usr.bin/clang/libLLVMMipsCodeGen/Makefile +++ b/gnu/usr.bin/clang/libLLVMMipsCodeGen/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.1 2017/01/25 19:24:33 patrick Exp $ +# $OpenBSD: Makefile,v 1.2 2017/07/09 15:28:35 espie Exp $ LIB= LLVMMipsCodeGen NOPIC= @@ -43,10 +43,7 @@ SRCS= Mips16FrameLowering.cpp \ .PATH: ${.CURDIR}/../../../llvm/lib/Target/Mips -depend: - # Nothing here so far ... - install: - # Nothing here so far ... + @# Nothing here so far ... .include diff --git a/gnu/usr.bin/clang/libLLVMMipsDesc/Makefile b/gnu/usr.bin/clang/libLLVMMipsDesc/Makefile index d57355ca363..b6ff0aaa0c6 100644 --- a/gnu/usr.bin/clang/libLLVMMipsDesc/Makefile +++ b/gnu/usr.bin/clang/libLLVMMipsDesc/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.1 2017/01/25 19:24:33 patrick Exp $ +# $OpenBSD: Makefile,v 1.2 2017/07/09 15:28:35 espie Exp $ LIB= LLVMMipsDesc NOPIC= @@ -22,10 +22,7 @@ SRCS= MipsABIInfo.cpp \ .PATH: ${.CURDIR}/../../../llvm/lib/Target/Mips/MCTargetDesc -depend: - # Nothing here so far ... - install: - # Nothing here so far ... + @# Nothing here so far ... .include diff --git a/gnu/usr.bin/clang/libLLVMMipsDisassembler/Makefile b/gnu/usr.bin/clang/libLLVMMipsDisassembler/Makefile index 0e52670b4d3..c1ec190bb67 100644 --- a/gnu/usr.bin/clang/libLLVMMipsDisassembler/Makefile +++ b/gnu/usr.bin/clang/libLLVMMipsDisassembler/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.1 2017/01/25 19:24:33 patrick Exp $ +# $OpenBSD: Makefile,v 1.2 2017/07/09 15:28:35 espie Exp $ LIB= LLVMMipsDisassembler NOPIC= @@ -11,10 +11,7 @@ SRCS= MipsDisassembler.cpp .PATH: ${.CURDIR}/../../../llvm/lib/Target/Mips/Disassembler -depend: - # Nothing here so far ... - install: - # Nothing here so far ... + @# Nothing here so far ... .include diff --git a/gnu/usr.bin/clang/libLLVMMipsInfo/Makefile b/gnu/usr.bin/clang/libLLVMMipsInfo/Makefile index 322712365ea..f73fcebb1e7 100644 --- a/gnu/usr.bin/clang/libLLVMMipsInfo/Makefile +++ b/gnu/usr.bin/clang/libLLVMMipsInfo/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.1 2017/01/25 19:24:33 patrick Exp $ +# $OpenBSD: Makefile,v 1.2 2017/07/09 15:28:35 espie Exp $ LIB= LLVMMipsInfo NOPIC= @@ -11,10 +11,7 @@ SRCS= MipsTargetInfo.cpp .PATH: ${.CURDIR}/../../../llvm/lib/Target/Mips/TargetInfo -depend: - # Nothing here so far ... - install: - # Nothing here so far ... + @# Nothing here so far ... .include diff --git a/gnu/usr.bin/clang/libLLVMObjCARCOpts/Makefile b/gnu/usr.bin/clang/libLLVMObjCARCOpts/Makefile index 7e282767847..93265a45d21 100644 --- a/gnu/usr.bin/clang/libLLVMObjCARCOpts/Makefile +++ b/gnu/usr.bin/clang/libLLVMObjCARCOpts/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.1 2016/09/05 10:56:49 pascal Exp $ +# $OpenBSD: Makefile,v 1.2 2017/07/09 15:28:35 espie Exp $ LIB= LLVMObjCARCOpts NOPIC= @@ -19,10 +19,7 @@ SRCS= ObjCARC.cpp \ .PATH: ${.CURDIR}/../../../llvm/lib/Transforms/ObjCARC -depend: - # Nothing here so far ... - install: - # Nothing here so far ... + @# Nothing here so far ... .include diff --git a/gnu/usr.bin/clang/libLLVMObject/Makefile b/gnu/usr.bin/clang/libLLVMObject/Makefile index a4eaf65ae54..139f394f4d2 100644 --- a/gnu/usr.bin/clang/libLLVMObject/Makefile +++ b/gnu/usr.bin/clang/libLLVMObject/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.3 2017/01/24 08:44:47 patrick Exp $ +# $OpenBSD: Makefile,v 1.4 2017/07/09 15:28:35 espie Exp $ LIB= LLVMObject NOPIC= @@ -29,10 +29,7 @@ SRCS= Archive.cpp \ .PATH: ${.CURDIR}/../../../llvm/lib/Object -depend: - # Nothing here so far ... - install: - # Nothing here so far ... + @# Nothing here so far ... .include diff --git a/gnu/usr.bin/clang/libLLVMOption/Makefile b/gnu/usr.bin/clang/libLLVMOption/Makefile index ef02af84326..3ada099988c 100644 --- a/gnu/usr.bin/clang/libLLVMOption/Makefile +++ b/gnu/usr.bin/clang/libLLVMOption/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.1 2016/09/05 10:56:49 pascal Exp $ +# $OpenBSD: Makefile,v 1.2 2017/07/09 15:28:35 espie Exp $ LIB= LLVMOption NOPIC= @@ -14,10 +14,7 @@ SRCS= Arg.cpp \ .PATH: ${.CURDIR}/../../../llvm/lib/Option -depend: - # Nothing here so far ... - install: - # Nothing here so far ... + @# Nothing here so far ... .include diff --git a/gnu/usr.bin/clang/libLLVMPasses/Makefile b/gnu/usr.bin/clang/libLLVMPasses/Makefile index 7e36b6a32fb..3bd0c32184b 100644 --- a/gnu/usr.bin/clang/libLLVMPasses/Makefile +++ b/gnu/usr.bin/clang/libLLVMPasses/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.1 2017/01/22 03:13:07 patrick Exp $ +# $OpenBSD: Makefile,v 1.2 2017/07/09 15:28:35 espie Exp $ LIB= LLVMPasses NOPIC= @@ -11,10 +11,7 @@ SRCS= PassBuilder.cpp .PATH: ${.CURDIR}/../../../llvm/lib/Passes -depend: - # Nothing here so far ... - install: - # Nothing here so far ... + @# Nothing here so far ... .include diff --git a/gnu/usr.bin/clang/libLLVMPowerPCAsmParser/Makefile b/gnu/usr.bin/clang/libLLVMPowerPCAsmParser/Makefile index a88937dcafc..9c5c4fa06aa 100644 --- a/gnu/usr.bin/clang/libLLVMPowerPCAsmParser/Makefile +++ b/gnu/usr.bin/clang/libLLVMPowerPCAsmParser/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.1 2016/09/19 11:39:05 pascal Exp $ +# $OpenBSD: Makefile,v 1.2 2017/07/09 15:28:35 espie Exp $ LIB= LLVMPowerPCAsmParser NOPIC= @@ -12,10 +12,7 @@ SRCS= PPCAsmParser.cpp .PATH: ${.CURDIR}/../../../llvm/lib/Target/PowerPC/AsmParser -depend: - # Nothing here so far ... - install: - # Nothing here so far ... + @# Nothing here so far ... .include diff --git a/gnu/usr.bin/clang/libLLVMPowerPCAsmPrinter/Makefile b/gnu/usr.bin/clang/libLLVMPowerPCAsmPrinter/Makefile index 9748c018d6b..618f791cf86 100644 --- a/gnu/usr.bin/clang/libLLVMPowerPCAsmPrinter/Makefile +++ b/gnu/usr.bin/clang/libLLVMPowerPCAsmPrinter/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.1 2016/09/19 11:39:05 pascal Exp $ +# $OpenBSD: Makefile,v 1.2 2017/07/09 15:28:35 espie Exp $ LIB= LLVMPowerPCAsmPrinter NOPIC= @@ -12,10 +12,7 @@ SRCS= PPCInstPrinter.cpp .PATH: ${.CURDIR}/../../../llvm/lib/Target/PowerPC/InstPrinter -depend: - # Nothing here so far ... - install: - # Nothing here so far ... + @# Nothing here so far ... .include diff --git a/gnu/usr.bin/clang/libLLVMPowerPCCodeGen/Makefile b/gnu/usr.bin/clang/libLLVMPowerPCCodeGen/Makefile index 6e84a492137..8906b6d5766 100644 --- a/gnu/usr.bin/clang/libLLVMPowerPCCodeGen/Makefile +++ b/gnu/usr.bin/clang/libLLVMPowerPCCodeGen/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.2 2017/01/14 20:12:41 patrick Exp $ +# $OpenBSD: Makefile,v 1.3 2017/07/09 15:28:35 espie Exp $ LIB= LLVMPowerPCCodeGen NOPIC= @@ -38,10 +38,7 @@ SRCS= PPCBoolRetToInt.cpp \ .PATH: ${.CURDIR}/../../../llvm/lib/Target/PowerPC -depend: - # Nothing here so far ... - install: - # Nothing here so far ... + @# Nothing here so far ... .include diff --git a/gnu/usr.bin/clang/libLLVMPowerPCDesc/Makefile b/gnu/usr.bin/clang/libLLVMPowerPCDesc/Makefile index 9f4addf3606..8eb3548b4a0 100644 --- a/gnu/usr.bin/clang/libLLVMPowerPCDesc/Makefile +++ b/gnu/usr.bin/clang/libLLVMPowerPCDesc/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.1 2016/09/19 11:39:05 pascal Exp $ +# $OpenBSD: Makefile,v 1.2 2017/07/09 15:28:35 espie Exp $ LIB= LLVMPowerPCDesc NOPIC= @@ -19,10 +19,7 @@ SRCS= PPCAsmBackend.cpp \ .PATH: ${.CURDIR}/../../../llvm/lib/Target/PowerPC/MCTargetDesc -depend: - # Nothing here so far ... - install: - # Nothing here so far ... + @# Nothing here so far ... .include diff --git a/gnu/usr.bin/clang/libLLVMPowerPCDisassembler/Makefile b/gnu/usr.bin/clang/libLLVMPowerPCDisassembler/Makefile index 88075814fc8..a2d3d3f9965 100644 --- a/gnu/usr.bin/clang/libLLVMPowerPCDisassembler/Makefile +++ b/gnu/usr.bin/clang/libLLVMPowerPCDisassembler/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.1 2016/09/19 11:39:05 pascal Exp $ +# $OpenBSD: Makefile,v 1.2 2017/07/09 15:28:35 espie Exp $ LIB= LLVMPowerPCDisassembler NOPIC= @@ -12,10 +12,7 @@ SRCS= PPCDisassembler.cpp .PATH: ${.CURDIR}/../../../llvm/lib/Target/PowerPC/Disassembler -depend: - # Nothing here so far ... - install: - # Nothing here so far ... + @# Nothing here so far ... .include diff --git a/gnu/usr.bin/clang/libLLVMPowerPCInfo/Makefile b/gnu/usr.bin/clang/libLLVMPowerPCInfo/Makefile index 954327e34be..22f8ddb0787 100644 --- a/gnu/usr.bin/clang/libLLVMPowerPCInfo/Makefile +++ b/gnu/usr.bin/clang/libLLVMPowerPCInfo/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.1 2016/09/19 11:39:05 pascal Exp $ +# $OpenBSD: Makefile,v 1.2 2017/07/09 15:28:35 espie Exp $ LIB= LLVMPowerPCInfo NOPIC= @@ -12,10 +12,7 @@ SRCS= PowerPCTargetInfo.cpp .PATH: ${.CURDIR}/../../../llvm/lib/Target/PowerPC/TargetInfo -depend: - # Nothing here so far ... - install: - # Nothing here so far ... + @# Nothing here so far ... .include diff --git a/gnu/usr.bin/clang/libLLVMProfileData/Makefile b/gnu/usr.bin/clang/libLLVMProfileData/Makefile index 36293136c34..5a0cb0af935 100644 --- a/gnu/usr.bin/clang/libLLVMProfileData/Makefile +++ b/gnu/usr.bin/clang/libLLVMProfileData/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.2 2017/01/14 20:12:41 patrick Exp $ +# $OpenBSD: Makefile,v 1.3 2017/07/09 15:28:35 espie Exp $ LIB= LLVMProfileData NOPIC= @@ -17,10 +17,7 @@ SRCS= InstrProf.cpp \ .PATH: ${.CURDIR}/../../../llvm/lib/ProfileData -depend: - # Nothing here so far ... - install: - # Nothing here so far ... + @# Nothing here so far ... .include diff --git a/gnu/usr.bin/clang/libLLVMScalarOpts/Makefile b/gnu/usr.bin/clang/libLLVMScalarOpts/Makefile index 80ee2442e13..79c7f6ad8c0 100644 --- a/gnu/usr.bin/clang/libLLVMScalarOpts/Makefile +++ b/gnu/usr.bin/clang/libLLVMScalarOpts/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.3 2017/01/24 08:44:47 patrick Exp $ +# $OpenBSD: Makefile,v 1.4 2017/07/09 15:28:35 espie Exp $ LIB= LLVMScalarOpts NOPIC= @@ -71,10 +71,7 @@ SRCS= ADCE.cpp \ .PATH: ${.CURDIR}/../../../llvm/lib/Transforms/Scalar -depend: - # Nothing here so far ... - install: - # Nothing here so far ... + @# Nothing here so far ... .include diff --git a/gnu/usr.bin/clang/libLLVMSelectionDAG/Makefile b/gnu/usr.bin/clang/libLLVMSelectionDAG/Makefile index dab8d3f3842..d857b9ced30 100644 --- a/gnu/usr.bin/clang/libLLVMSelectionDAG/Makefile +++ b/gnu/usr.bin/clang/libLLVMSelectionDAG/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.2 2017/01/14 20:12:41 patrick Exp $ +# $OpenBSD: Makefile,v 1.3 2017/07/09 15:28:35 espie Exp $ LIB= LLVMSelectionDAG NOPIC= @@ -32,10 +32,7 @@ SRCS= DAGCombiner.cpp \ .PATH: ${.CURDIR}/../../../llvm/lib/CodeGen/SelectionDAG -depend: - # Nothing here so far ... - install: - # Nothing here so far ... + @# Nothing here so far ... .include diff --git a/gnu/usr.bin/clang/libLLVMSparcAsmParser/Makefile b/gnu/usr.bin/clang/libLLVMSparcAsmParser/Makefile index a3b847eeab7..a605dc1ad86 100644 --- a/gnu/usr.bin/clang/libLLVMSparcAsmParser/Makefile +++ b/gnu/usr.bin/clang/libLLVMSparcAsmParser/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.1 2016/09/05 10:56:49 pascal Exp $ +# $OpenBSD: Makefile,v 1.2 2017/07/09 15:28:35 espie Exp $ LIB= LLVMSparcAsmParser NOPIC= @@ -12,10 +12,7 @@ SRCS= SparcAsmParser.cpp .PATH: ${.CURDIR}/../../../llvm/lib/Target/Sparc/AsmParser -depend: - # Nothing here so far ... - install: - # Nothing here so far ... + @# Nothing here so far ... .include diff --git a/gnu/usr.bin/clang/libLLVMSparcAsmPrinter/Makefile b/gnu/usr.bin/clang/libLLVMSparcAsmPrinter/Makefile index 9f14aa344ec..8495b62b955 100644 --- a/gnu/usr.bin/clang/libLLVMSparcAsmPrinter/Makefile +++ b/gnu/usr.bin/clang/libLLVMSparcAsmPrinter/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.1 2016/09/05 10:56:49 pascal Exp $ +# $OpenBSD: Makefile,v 1.2 2017/07/09 15:28:35 espie Exp $ LIB= LLVMSparcAsmPrinter NOPIC= @@ -12,10 +12,7 @@ SRCS= SparcInstPrinter.cpp .PATH: ${.CURDIR}/../../../llvm/lib/Target/Sparc/InstPrinter -depend: - # Nothing here so far ... - install: - # Nothing here so far ... + @# Nothing here so far ... .include diff --git a/gnu/usr.bin/clang/libLLVMSparcCodeGen/Makefile b/gnu/usr.bin/clang/libLLVMSparcCodeGen/Makefile index 3c41fc00e29..4ae28b00d4c 100644 --- a/gnu/usr.bin/clang/libLLVMSparcCodeGen/Makefile +++ b/gnu/usr.bin/clang/libLLVMSparcCodeGen/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.2 2017/01/14 20:12:41 patrick Exp $ +# $OpenBSD: Makefile,v 1.3 2017/07/09 15:28:35 espie Exp $ LIB= LLVMSparcCodeGen NOPIC= @@ -24,10 +24,7 @@ SRCS= DelaySlotFiller.cpp \ .PATH: ${.CURDIR}/../../../llvm/lib/Target/Sparc -depend: - # Nothing here so far ... - install: - # Nothing here so far ... + @# Nothing here so far ... .include diff --git a/gnu/usr.bin/clang/libLLVMSparcDesc/Makefile b/gnu/usr.bin/clang/libLLVMSparcDesc/Makefile index c3a8bc1e7ff..fb79c0c2b82 100644 --- a/gnu/usr.bin/clang/libLLVMSparcDesc/Makefile +++ b/gnu/usr.bin/clang/libLLVMSparcDesc/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.1 2016/09/05 10:56:49 pascal Exp $ +# $OpenBSD: Makefile,v 1.2 2017/07/09 15:28:35 espie Exp $ LIB= LLVMSparcDesc NOPIC= @@ -18,10 +18,7 @@ SRCS= SparcAsmBackend.cpp \ .PATH: ${.CURDIR}/../../../llvm/lib/Target/Sparc/MCTargetDesc -depend: - # Nothing here so far ... - install: - # Nothing here so far ... + @# Nothing here so far ... .include diff --git a/gnu/usr.bin/clang/libLLVMSparcDisassembler/Makefile b/gnu/usr.bin/clang/libLLVMSparcDisassembler/Makefile index cdd9358bdbf..078baf0bbb0 100644 --- a/gnu/usr.bin/clang/libLLVMSparcDisassembler/Makefile +++ b/gnu/usr.bin/clang/libLLVMSparcDisassembler/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.1 2016/09/05 10:56:49 pascal Exp $ +# $OpenBSD: Makefile,v 1.2 2017/07/09 15:28:35 espie Exp $ LIB= LLVMSparcDisassembler NOPIC= @@ -12,10 +12,7 @@ SRCS= SparcDisassembler.cpp .PATH: ${.CURDIR}/../../../llvm/lib/Target/Sparc/Disassembler -depend: - # Nothing here so far ... - install: - # Nothing here so far ... + @# Nothing here so far ... .include diff --git a/gnu/usr.bin/clang/libLLVMSparcInfo/Makefile b/gnu/usr.bin/clang/libLLVMSparcInfo/Makefile index 74262587834..029d66af7b5 100644 --- a/gnu/usr.bin/clang/libLLVMSparcInfo/Makefile +++ b/gnu/usr.bin/clang/libLLVMSparcInfo/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.1 2016/09/05 10:56:49 pascal Exp $ +# $OpenBSD: Makefile,v 1.2 2017/07/09 15:28:35 espie Exp $ LIB= LLVMSparcInfo NOPIC= @@ -12,10 +12,7 @@ SRCS= SparcTargetInfo.cpp .PATH: ${.CURDIR}/../../../llvm/lib/Target/Sparc/TargetInfo -depend: - # Nothing here so far ... - install: - # Nothing here so far ... + @# Nothing here so far ... .include diff --git a/gnu/usr.bin/clang/libLLVMSupport/Makefile b/gnu/usr.bin/clang/libLLVMSupport/Makefile index 99d8ba43fba..b9c45b8700a 100644 --- a/gnu/usr.bin/clang/libLLVMSupport/Makefile +++ b/gnu/usr.bin/clang/libLLVMSupport/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.3 2017/01/24 08:44:47 patrick Exp $ +# $OpenBSD: Makefile,v 1.4 2017/07/09 15:28:35 espie Exp $ LIB= LLVMSupport NOPIC= @@ -107,10 +107,7 @@ SRCS= APFloat.cpp \ .PATH: ${.CURDIR}/../../../llvm/lib/Support -depend: - # Nothing here so far ... - install: - # Nothing here so far ... + @# Nothing here so far ... .include diff --git a/gnu/usr.bin/clang/libLLVMTableGen/Makefile b/gnu/usr.bin/clang/libLLVMTableGen/Makefile index dee6c74360c..fe06d9df407 100644 --- a/gnu/usr.bin/clang/libLLVMTableGen/Makefile +++ b/gnu/usr.bin/clang/libLLVMTableGen/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.1 2016/09/05 10:56:49 pascal Exp $ +# $OpenBSD: Makefile,v 1.2 2017/07/09 15:28:35 espie Exp $ LIB= LLVMTableGen NOPIC= @@ -18,10 +18,7 @@ SRCS= Error.cpp \ .PATH: ${.CURDIR}/../../../llvm/lib/TableGen -depend: - # Nothing here so far ... - install: - # Nothing here so far ... + @# Nothing here so far ... .include diff --git a/gnu/usr.bin/clang/libLLVMTarget/Makefile b/gnu/usr.bin/clang/libLLVMTarget/Makefile index 0d601fe864a..522a7de6f93 100644 --- a/gnu/usr.bin/clang/libLLVMTarget/Makefile +++ b/gnu/usr.bin/clang/libLLVMTarget/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.2 2017/01/24 08:44:47 patrick Exp $ +# $OpenBSD: Makefile,v 1.3 2017/07/09 15:28:35 espie Exp $ LIB= LLVMTarget NOPIC= @@ -15,10 +15,7 @@ SRCS= Target.cpp \ .PATH: ${.CURDIR}/../../../llvm/lib/Target -depend: - # Nothing here so far ... - install: - # Nothing here so far ... + @# Nothing here so far ... .include diff --git a/gnu/usr.bin/clang/libLLVMTransformUtils/Makefile b/gnu/usr.bin/clang/libLLVMTransformUtils/Makefile index 57ccc074bdf..0f6aaac7c85 100644 --- a/gnu/usr.bin/clang/libLLVMTransformUtils/Makefile +++ b/gnu/usr.bin/clang/libLLVMTransformUtils/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.3 2017/01/24 08:44:47 patrick Exp $ +# $OpenBSD: Makefile,v 1.4 2017/07/09 15:28:35 espie Exp $ LIB= LLVMTransformUtils NOPIC= @@ -61,10 +61,7 @@ SRCS= ASanStackFrameLayout.cpp \ .PATH: ${.CURDIR}/../../../llvm/lib/Transforms/Utils -depend: - # Nothing here so far ... - install: - # Nothing here so far ... + @# Nothing here so far ... .include diff --git a/gnu/usr.bin/clang/libLLVMVectorize/Makefile b/gnu/usr.bin/clang/libLLVMVectorize/Makefile index 955bb4a6c8c..13544a96dd5 100644 --- a/gnu/usr.bin/clang/libLLVMVectorize/Makefile +++ b/gnu/usr.bin/clang/libLLVMVectorize/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.2 2017/01/14 20:12:41 patrick Exp $ +# $OpenBSD: Makefile,v 1.3 2017/07/09 15:28:35 espie Exp $ LIB= LLVMVectorize NOPIC= @@ -15,10 +15,7 @@ SRCS= BBVectorize.cpp \ .PATH: ${.CURDIR}/../../../llvm/lib/Transforms/Vectorize -depend: - # Nothing here so far ... - install: - # Nothing here so far ... + @# Nothing here so far ... .include diff --git a/gnu/usr.bin/clang/libLLVMX86AsmParser/Makefile b/gnu/usr.bin/clang/libLLVMX86AsmParser/Makefile index 1f22415d9d9..dcaf589059b 100644 --- a/gnu/usr.bin/clang/libLLVMX86AsmParser/Makefile +++ b/gnu/usr.bin/clang/libLLVMX86AsmParser/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.1 2016/09/05 10:56:50 pascal Exp $ +# $OpenBSD: Makefile,v 1.2 2017/07/09 15:28:35 espie Exp $ LIB= LLVMX86AsmParser NOPIC= @@ -12,10 +12,7 @@ SRCS= X86AsmInstrumentation.cpp \ .PATH: ${.CURDIR}/../../../llvm/lib/Target/X86/AsmParser -depend: - # Nothing here so far ... - install: - # Nothing here so far ... + @# Nothing here so far ... .include diff --git a/gnu/usr.bin/clang/libLLVMX86AsmPrinter/Makefile b/gnu/usr.bin/clang/libLLVMX86AsmPrinter/Makefile index c964ac4d861..f4b14607985 100644 --- a/gnu/usr.bin/clang/libLLVMX86AsmPrinter/Makefile +++ b/gnu/usr.bin/clang/libLLVMX86AsmPrinter/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.1 2016/09/05 10:56:50 pascal Exp $ +# $OpenBSD: Makefile,v 1.2 2017/07/09 15:28:35 espie Exp $ LIB= LLVMX86AsmPrinter NOPIC= @@ -13,10 +13,7 @@ SRCS= X86ATTInstPrinter.cpp \ .PATH: ${.CURDIR}/../../../llvm/lib/Target/X86/InstPrinter -depend: - # Nothing here so far ... - install: - # Nothing here so far ... + @# Nothing here so far ... .include diff --git a/gnu/usr.bin/clang/libLLVMX86CodeGen/Makefile b/gnu/usr.bin/clang/libLLVMX86CodeGen/Makefile index 384b6ff5a58..9d57d336c56 100644 --- a/gnu/usr.bin/clang/libLLVMX86CodeGen/Makefile +++ b/gnu/usr.bin/clang/libLLVMX86CodeGen/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.3 2017/01/24 08:44:47 patrick Exp $ +# $OpenBSD: Makefile,v 1.4 2017/07/09 15:28:35 espie Exp $ LIB= LLVMX86CodeGen NOPIC= @@ -40,10 +40,7 @@ SRCS= X86AsmPrinter.cpp \ .PATH: ${.CURDIR}/../../../llvm/lib/Target/X86 -depend: - # Nothing here so far ... - install: - # Nothing here so far ... + @# Nothing here so far ... .include diff --git a/gnu/usr.bin/clang/libLLVMX86Desc/Makefile b/gnu/usr.bin/clang/libLLVMX86Desc/Makefile index 3aece1401ea..9d3395a72a4 100644 --- a/gnu/usr.bin/clang/libLLVMX86Desc/Makefile +++ b/gnu/usr.bin/clang/libLLVMX86Desc/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.2 2017/01/14 20:12:41 patrick Exp $ +# $OpenBSD: Makefile,v 1.3 2017/07/09 15:28:35 espie Exp $ LIB= LLVMX86Desc NOPIC= @@ -18,10 +18,7 @@ SRCS= X86AsmBackend.cpp \ .PATH: ${.CURDIR}/../../../llvm/lib/Target/X86/MCTargetDesc -depend: - # Nothing here so far ... - install: - # Nothing here so far ... + @# Nothing here so far ... .include diff --git a/gnu/usr.bin/clang/libLLVMX86Disassembler/Makefile b/gnu/usr.bin/clang/libLLVMX86Disassembler/Makefile index 51e11e903fc..a109eed1777 100644 --- a/gnu/usr.bin/clang/libLLVMX86Disassembler/Makefile +++ b/gnu/usr.bin/clang/libLLVMX86Disassembler/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.1 2016/09/05 10:56:50 pascal Exp $ +# $OpenBSD: Makefile,v 1.2 2017/07/09 15:28:35 espie Exp $ LIB= LLVMX86Disassembler NOPIC= @@ -12,10 +12,7 @@ SRCS= X86Disassembler.cpp \ .PATH: ${.CURDIR}/../../../llvm/lib/Target/X86/Disassembler -depend: - # Nothing here so far ... - install: - # Nothing here so far ... + @# Nothing here so far ... .include diff --git a/gnu/usr.bin/clang/libLLVMX86Info/Makefile b/gnu/usr.bin/clang/libLLVMX86Info/Makefile index 6f4e1b7a9f3..cee1072f845 100644 --- a/gnu/usr.bin/clang/libLLVMX86Info/Makefile +++ b/gnu/usr.bin/clang/libLLVMX86Info/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.1 2016/09/05 10:56:50 pascal Exp $ +# $OpenBSD: Makefile,v 1.2 2017/07/09 15:28:35 espie Exp $ LIB= LLVMX86Info NOPIC= @@ -11,10 +11,7 @@ SRCS= X86TargetInfo.cpp .PATH: ${.CURDIR}/../../../llvm/lib/Target/X86/TargetInfo -depend: - # Nothing here so far ... - install: - # Nothing here so far ... + @# Nothing here so far ... .include diff --git a/gnu/usr.bin/clang/libLLVMX86Utils/Makefile b/gnu/usr.bin/clang/libLLVMX86Utils/Makefile index d9c7dab5bdb..065652d2041 100644 --- a/gnu/usr.bin/clang/libLLVMX86Utils/Makefile +++ b/gnu/usr.bin/clang/libLLVMX86Utils/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.1 2016/09/05 10:56:50 pascal Exp $ +# $OpenBSD: Makefile,v 1.2 2017/07/09 15:28:35 espie Exp $ LIB= LLVMX86Utils NOPIC= @@ -11,10 +11,7 @@ SRCS= X86ShuffleDecode.cpp .PATH: ${.CURDIR}/../../../llvm/lib/Target/X86/Utils -depend: - # Nothing here so far ... - install: - # Nothing here so far ... + @# Nothing here so far ... .include diff --git a/gnu/usr.bin/clang/libLLVMipo/Makefile b/gnu/usr.bin/clang/libLLVMipo/Makefile index a0662b59cab..1982a8eb9c5 100644 --- a/gnu/usr.bin/clang/libLLVMipo/Makefile +++ b/gnu/usr.bin/clang/libLLVMipo/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.3 2017/01/24 08:44:47 patrick Exp $ +# $OpenBSD: Makefile,v 1.4 2017/07/09 15:28:36 espie Exp $ LIB= LLVMipo NOPIC= @@ -41,10 +41,7 @@ SRCS= ArgumentPromotion.cpp \ .PATH: ${.CURDIR}/../../../llvm/lib/Transforms/IPO -depend: - # Nothing here so far ... - install: - # Nothing here so far ... + @# Nothing here so far ... .include diff --git a/gnu/usr.bin/clang/libclangAST/Makefile b/gnu/usr.bin/clang/libclangAST/Makefile index d5e30520c68..e1e770fbc15 100644 --- a/gnu/usr.bin/clang/libclangAST/Makefile +++ b/gnu/usr.bin/clang/libclangAST/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.1 2016/09/05 10:56:50 pascal Exp $ +# $OpenBSD: Makefile,v 1.2 2017/07/09 15:28:36 espie Exp $ LIB= clangAST NOPIC= @@ -70,10 +70,7 @@ SRCS= APValue.cpp \ .PATH: ${.CURDIR}/../../../llvm/tools/clang/lib/AST -depend: - # Nothing here so far ... - install: - # Nothing here so far ... + @# Nothing here so far ... .include diff --git a/gnu/usr.bin/clang/libclangAnalysis/Makefile b/gnu/usr.bin/clang/libclangAnalysis/Makefile index b0e66f909c9..14e766f6bd0 100644 --- a/gnu/usr.bin/clang/libclangAnalysis/Makefile +++ b/gnu/usr.bin/clang/libclangAnalysis/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.2 2017/01/24 08:44:47 patrick Exp $ +# $OpenBSD: Makefile,v 1.3 2017/07/09 15:28:36 espie Exp $ LIB= clangAnalysis NOPIC= @@ -35,10 +35,7 @@ SRCS= AnalysisDeclContext.cpp \ .PATH: ${.CURDIR}/../../../llvm/tools/clang/lib/Analysis -depend: - # Nothing here so far ... - install: - # Nothing here so far ... + @# Nothing here so far ... .include diff --git a/gnu/usr.bin/clang/libclangBasic/Makefile b/gnu/usr.bin/clang/libclangBasic/Makefile index 6c12452c876..9e675c1508c 100644 --- a/gnu/usr.bin/clang/libclangBasic/Makefile +++ b/gnu/usr.bin/clang/libclangBasic/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.2 2017/01/14 20:12:42 patrick Exp $ +# $OpenBSD: Makefile,v 1.3 2017/07/09 15:28:36 espie Exp $ LIB= clangBasic NOPIC= @@ -36,10 +36,7 @@ SRCS= Attributes.cpp \ .PATH: ${.CURDIR}/../../../llvm/tools/clang/lib/Basic -depend: - # Nothing here so far ... - install: - # Nothing here so far ... + @# Nothing here so far ... .include diff --git a/gnu/usr.bin/clang/libclangCodeGen/Makefile b/gnu/usr.bin/clang/libclangCodeGen/Makefile index f889c0b8737..377af6930c9 100644 --- a/gnu/usr.bin/clang/libclangCodeGen/Makefile +++ b/gnu/usr.bin/clang/libclangCodeGen/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.3 2017/01/24 08:44:47 patrick Exp $ +# $OpenBSD: Makefile,v 1.4 2017/07/09 15:28:36 espie Exp $ LIB= clangCodeGen NOPIC= @@ -62,10 +62,7 @@ SRCS= BackendUtil.cpp \ .PATH: ${.CURDIR}/../../../llvm/tools/clang/lib/CodeGen -depend: - # Nothing here so far ... - install: - # Nothing here so far ... + @# Nothing here so far ... .include diff --git a/gnu/usr.bin/clang/libclangDriver/Makefile b/gnu/usr.bin/clang/libclangDriver/Makefile index 7d587124525..d1c2dc96f75 100644 --- a/gnu/usr.bin/clang/libclangDriver/Makefile +++ b/gnu/usr.bin/clang/libclangDriver/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.2 2017/01/24 08:44:47 patrick Exp $ +# $OpenBSD: Makefile,v 1.3 2017/07/09 15:28:36 espie Exp $ LIB= clangDriver NOPIC= @@ -27,10 +27,7 @@ SRCS= Action.cpp \ .PATH: ${.CURDIR}/../../../llvm/tools/clang/lib/Driver -depend: - # Nothing here so far ... - install: - # Nothing here so far ... + @# Nothing here so far ... .include diff --git a/gnu/usr.bin/clang/libclangEdit/Makefile b/gnu/usr.bin/clang/libclangEdit/Makefile index 8a3179a9721..ea336da0231 100644 --- a/gnu/usr.bin/clang/libclangEdit/Makefile +++ b/gnu/usr.bin/clang/libclangEdit/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.1 2016/09/05 10:56:50 pascal Exp $ +# $OpenBSD: Makefile,v 1.2 2017/07/09 15:28:36 espie Exp $ LIB= clangEdit NOPIC= @@ -13,10 +13,7 @@ SRCS= Commit.cpp \ .PATH: ${.CURDIR}/../../../llvm/tools/clang/lib/Edit -depend: - # Nothing here so far ... - install: - # Nothing here so far ... + @# Nothing here so far ... .include diff --git a/gnu/usr.bin/clang/libclangFrontend/Makefile b/gnu/usr.bin/clang/libclangFrontend/Makefile index 19bc2466336..91dca3a6c2b 100644 --- a/gnu/usr.bin/clang/libclangFrontend/Makefile +++ b/gnu/usr.bin/clang/libclangFrontend/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.1 2016/09/05 10:56:50 pascal Exp $ +# $OpenBSD: Makefile,v 1.2 2017/07/09 15:28:36 espie Exp $ LIB= clangFrontend NOPIC= @@ -43,10 +43,7 @@ SRCS= ASTConsumers.cpp \ .PATH: ${.CURDIR}/../../../llvm/tools/clang/lib/Frontend -depend: - # Nothing here so far ... - install: - # Nothing here so far ... + @# Nothing here so far ... .include diff --git a/gnu/usr.bin/clang/libclangFrontendTool/Makefile b/gnu/usr.bin/clang/libclangFrontendTool/Makefile index 08beca8e810..c5dcaa9fc13 100644 --- a/gnu/usr.bin/clang/libclangFrontendTool/Makefile +++ b/gnu/usr.bin/clang/libclangFrontendTool/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.1 2016/09/05 10:56:50 pascal Exp $ +# $OpenBSD: Makefile,v 1.2 2017/07/09 15:28:36 espie Exp $ LIB= clangFrontendTool NOPIC= @@ -11,10 +11,7 @@ SRCS= ExecuteCompilerInvocation.cpp .PATH: ${.CURDIR}/../../../llvm/tools/clang/lib/FrontendTool -depend: - # Nothing here so far ... - install: - # Nothing here so far ... + @# Nothing here so far ... .include diff --git a/gnu/usr.bin/clang/libclangLex/Makefile b/gnu/usr.bin/clang/libclangLex/Makefile index 1585ec6c19d..5ac77e16256 100644 --- a/gnu/usr.bin/clang/libclangLex/Makefile +++ b/gnu/usr.bin/clang/libclangLex/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.1 2016/09/05 10:56:50 pascal Exp $ +# $OpenBSD: Makefile,v 1.2 2017/07/09 15:28:36 espie Exp $ LIB= clangLex NOPIC= @@ -32,10 +32,7 @@ SRCS= HeaderMap.cpp \ .PATH: ${.CURDIR}/../../../llvm/tools/clang/lib/Lex -depend: - # Nothing here so far ... - install: - # Nothing here so far ... + @# Nothing here so far ... .include diff --git a/gnu/usr.bin/clang/libclangParse/Makefile b/gnu/usr.bin/clang/libclangParse/Makefile index d7562807401..e72f40d5bc3 100644 --- a/gnu/usr.bin/clang/libclangParse/Makefile +++ b/gnu/usr.bin/clang/libclangParse/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.1 2016/09/05 10:56:50 pascal Exp $ +# $OpenBSD: Makefile,v 1.2 2017/07/09 15:28:36 espie Exp $ LIB= clangParse NOPIC= @@ -25,10 +25,7 @@ SRCS= ParseAST.cpp \ .PATH: ${.CURDIR}/../../../llvm/tools/clang/lib/Parse -depend: - # Nothing here so far ... - install: - # Nothing here so far ... + @# Nothing here so far ... .include diff --git a/gnu/usr.bin/clang/libclangRewrite/Makefile b/gnu/usr.bin/clang/libclangRewrite/Makefile index 1bfbfea9bdb..150e373ed7b 100644 --- a/gnu/usr.bin/clang/libclangRewrite/Makefile +++ b/gnu/usr.bin/clang/libclangRewrite/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.2 2016/09/05 12:48:25 pascal Exp $ +# $OpenBSD: Makefile,v 1.3 2017/07/09 15:28:36 espie Exp $ LIB= clangRewrite NOPIC= @@ -15,10 +15,7 @@ SRCS= DeltaTree.cpp \ .PATH: ${.CURDIR}/../../../llvm/tools/clang/lib/Rewrite -depend: - # Nothing here so far ... - install: - # Nothing here so far ... + @# Nothing here so far ... .include diff --git a/gnu/usr.bin/clang/libclangRewriteFrontend/Makefile b/gnu/usr.bin/clang/libclangRewriteFrontend/Makefile index d8197c70f49..91bc3f5dd4f 100644 --- a/gnu/usr.bin/clang/libclangRewriteFrontend/Makefile +++ b/gnu/usr.bin/clang/libclangRewriteFrontend/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.1 2016/09/05 10:56:50 pascal Exp $ +# $OpenBSD: Makefile,v 1.2 2017/07/09 15:28:36 espie Exp $ LIB= clangRewriteFrontend NOPIC= @@ -18,10 +18,7 @@ SRCS= FixItRewriter.cpp \ .PATH: ${.CURDIR}/../../../llvm/tools/clang/lib/Frontend/Rewrite -depend: - # Nothing here so far ... - install: - # Nothing here so far ... + @# Nothing here so far ... .include diff --git a/gnu/usr.bin/clang/libclangSema/Makefile b/gnu/usr.bin/clang/libclangSema/Makefile index 34aac80cafd..794c2925ffe 100644 --- a/gnu/usr.bin/clang/libclangSema/Makefile +++ b/gnu/usr.bin/clang/libclangSema/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.1 2016/09/05 10:56:50 pascal Exp $ +# $OpenBSD: Makefile,v 1.2 2017/07/09 15:28:36 espie Exp $ LIB= clangSema NOPIC= @@ -57,10 +57,7 @@ SRCS= AnalysisBasedWarnings.cpp \ .PATH: ${.CURDIR}/../../../llvm/tools/clang/lib/Sema -depend: - # Nothing here so far ... - install: - # Nothing here so far ... + @# Nothing here so far ... .include diff --git a/gnu/usr.bin/clang/libclangSerialization/Makefile b/gnu/usr.bin/clang/libclangSerialization/Makefile index 87e84401c13..1e517e71058 100644 --- a/gnu/usr.bin/clang/libclangSerialization/Makefile +++ b/gnu/usr.bin/clang/libclangSerialization/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.1 2016/09/05 10:56:50 pascal Exp $ +# $OpenBSD: Makefile,v 1.2 2017/07/09 15:28:36 espie Exp $ LIB= clangSerialization NOPIC= @@ -22,10 +22,7 @@ SRCS= ASTCommon.cpp \ .PATH: ${.CURDIR}/../../../llvm/tools/clang/lib/Serialization -depend: - # Nothing here so far ... - install: - # Nothing here so far ... + @# Nothing here so far ... .include diff --git a/gnu/usr.bin/clang/liblldConfig/Makefile b/gnu/usr.bin/clang/liblldConfig/Makefile index de5aab0238b..9161890c484 100644 --- a/gnu/usr.bin/clang/liblldConfig/Makefile +++ b/gnu/usr.bin/clang/liblldConfig/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.1 2017/01/22 03:13:07 patrick Exp $ +# $OpenBSD: Makefile,v 1.2 2017/07/09 15:28:36 espie Exp $ LIB= lldConfig NOPROFILE= @@ -10,10 +10,7 @@ SRCS= Version.cpp .PATH: ${.CURDIR}/../../../llvm/tools/lld/lib/Config -depend: - # Nothing here so far ... - install: - # Nothing here so far ... + @# Nothing here so far ... .include diff --git a/gnu/usr.bin/clang/liblldCore/Makefile b/gnu/usr.bin/clang/liblldCore/Makefile index 91f71532fe1..2e2a355fedc 100644 --- a/gnu/usr.bin/clang/liblldCore/Makefile +++ b/gnu/usr.bin/clang/liblldCore/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.2 2017/01/24 08:44:47 patrick Exp $ +# $OpenBSD: Makefile,v 1.3 2017/07/09 15:28:36 espie Exp $ LIB= lldCore NOPROFILE= @@ -18,10 +18,7 @@ SRCS= DefinedAtom.cpp \ .PATH: ${.CURDIR}/../../../llvm/tools/lld/lib/Core -depend: - # Nothing here so far ... - install: - # Nothing here so far ... + @# Nothing here so far ... .include diff --git a/gnu/usr.bin/clang/liblldELF/Makefile b/gnu/usr.bin/clang/liblldELF/Makefile index dfba31eb73b..7e2a245421b 100644 --- a/gnu/usr.bin/clang/liblldELF/Makefile +++ b/gnu/usr.bin/clang/liblldELF/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.2 2017/01/24 08:44:47 patrick Exp $ +# $OpenBSD: Makefile,v 1.3 2017/07/09 15:28:36 espie Exp $ LIB= lldELF NOPROFILE= @@ -38,10 +38,7 @@ Options.inc: Options.td -I ${LLVM_SRCS}/include \ -o ${.TARGET} ${.ALLSRC} -depend: - # Nothing here so far ... - install: - # Nothing here so far ... + @# Nothing here so far ... .include diff --git a/gnu/usr.bin/clang/lld/Makefile b/gnu/usr.bin/clang/lld/Makefile index fed25eac6ff..3ae4a7a4735 100644 --- a/gnu/usr.bin/clang/lld/Makefile +++ b/gnu/usr.bin/clang/lld/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.8 2017/04/17 19:58:53 pascal Exp $ +# $OpenBSD: Makefile,v 1.9 2017/07/09 15:28:36 espie Exp $ .include @@ -16,9 +16,6 @@ CPPFLAGS+= -I${.CURDIR}/../../../llvm/tools/lld/include .PATH: ${.CURDIR}/../../../llvm/tools/lld/tools/lld -depend: - # Nothing here so far ... - LLVM_LIBDEPS= lldELF \ lldConfig \ lldCore \ diff --git a/gnu/usr.bin/clang/llvm-tblgen/Makefile b/gnu/usr.bin/clang/llvm-tblgen/Makefile index 3ec7a1d7cd1..ab273e9c9a7 100644 --- a/gnu/usr.bin/clang/llvm-tblgen/Makefile +++ b/gnu/usr.bin/clang/llvm-tblgen/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.5 2017/04/17 19:58:53 pascal Exp $ +# $OpenBSD: Makefile,v 1.6 2017/07/09 15:28:36 espie Exp $ PROG= llvm-tblgen NOMAN= @@ -45,10 +45,7 @@ SRCS= AsmMatcherEmitter.cpp \ LLVM_LIBDEPS= LLVMTableGen LLVMSupport -depend: - # Nothing here so far ... - install: - # Nothing here so far ... + @# Nothing here so far ... .include