include the triplet so that people that run multiple targets in
parallel, say i386 and x86_64 can distinguish between the two.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@66849
91177308-0d34-0410-b5e6-
96231b3b80d8
endif
ifdef VERBOSE
+ifeq ($(VERBOSE),0)
+PROGRESS = :
+REPORTFAIL = echo 'FAILED: clang' $(TARGET_TRIPLE) $(subst $(LLVM_SRC_ROOT)/tools/clang/,,$<)
+else
PROGRESS = echo $<
REPORTFAIL = cat $@
+endif
DONE = true
else
PROGRESS = printf '.'