From dafef55b0b03894e1a57f5b51b77cc93cbbca036 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Sat, 25 Sep 2021 16:33:30 +0200 Subject: [PATCH] add verbose options to ninja elsewere --- debian/rules | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/debian/rules b/debian/rules index b5f2a9d4..60791e4a 100755 --- a/debian/rules +++ b/debian/rules @@ -590,13 +590,13 @@ build_doc: cd $(CURDIR)/llvm/docs && make -f Makefile.sphinx && make -f Makefile.sphinx man cd $(CURDIR)/clang/docs && make -f Makefile.sphinx && make -f Makefile.sphinx man -(if test "$(OCAML_ENABLE)" = yes; then \ - ninja -C "$(TARGET_BUILD_STAGE2)" ocaml_doc; \ + ninja -C "$(TARGET_BUILD_STAGE2)" ocaml_doc $(VERBOSE); \ fi) - ninja -C $(TARGET_BUILD_STAGE2) docs-llvm-html docs-clang-html docs-clang-tools-html docs-clang-tools-man docs-clang-man docs-llvm-man + ninja -C $(TARGET_BUILD_STAGE2) docs-llvm-html docs-clang-html docs-clang-tools-html docs-clang-tools-man docs-clang-man docs-llvm-man $(VERBOSE) ifeq (${POLLY_ENABLE},yes) - ninja -C $(TARGET_BUILD_STAGE2) docs-polly-html docs-polly-man + ninja -C $(TARGET_BUILD_STAGE2) docs-polly-html docs-polly-man $(VERBOSE) endif # Rename manpages @@ -715,9 +715,9 @@ endif rm -rf $(DEB_INST)/usr/lib/llvm-$(LLVM_VERSION)/build/utils/lit/lit/__pycache__/ \ $(DEB_INST)/usr/lib/llvm-$(LLVM_VERSION)/build/utils/lit/lit/*/__pycache__/ - DESTDIR=$(DEB_INST) ninja -C libcxxabi/build install - DESTDIR=$(DEB_INST) ninja -C libcxx/build install - DESTDIR=$(DEB_INST) ninja -C libclc/build install + DESTDIR=$(DEB_INST) ninja -C libcxxabi/build install $(VERBOSE) + DESTDIR=$(DEB_INST) ninja -C libcxx/build install $(VERBOSE) + DESTDIR=$(DEB_INST) ninja -C libclc/build install $(VERBOSE) # Rename binaries mkdir -p $(DEB_INST)/usr/bin/