Skip to content

Commit e2a10b5

Browse files
committed
Show verbose DUB output in the log
1 parent 5c466b7 commit e2a10b5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

posix.mak

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -782,7 +782,7 @@ endif
782782

783783
.PHONY: dpl-docs
784784
dpl-docs: ${DUB} ${STABLE_DMD}
785-
DFLAGS="$(DPL_DOCS_DFLAGS)" ${DUB} build --root=${DPL_DOCS_PATH} \
785+
DFLAGS="$(DPL_DOCS_DFLAGS)" ${DUB} -v build --root=${DPL_DOCS_PATH} \
786786
--compiler=${STABLE_DMD}
787787

788788
# .tar.xz's archives are smaller (and don't need a temporary dir) -> prefer if available
@@ -841,12 +841,12 @@ ASSERT_WRITELN_BIN = $(GENERATED)/assert_writeln_magic
841841

842842
$(ASSERT_WRITELN_BIN): assert_writeln_magic.d $(DUB) $(STABLE_DMD)
843843
@mkdir -p $(dir $@)
844-
$(DUB) build --single --compiler=$(STABLE_DMD) $<
844+
$(DUB) -v build --single --compiler=$(STABLE_DMD) $<
845845
@mv ./assert_writeln_magic $@
846846

847847
$(ASSERT_WRITELN_BIN)_test: assert_writeln_magic.d $(DUB) $(STABLE_DMD)
848848
@mkdir -p $(dir $@)
849-
$(DUB) build --single --compiler=$(STABLE_DMD) --build=unittest $<
849+
$(DUB) -v build --single --compiler=$(STABLE_DMD) --build=unittest $<
850850
@mv ./assert_writeln_magic $@
851851

852852
$(PHOBOS_FILES_GENERATED): $(PHOBOS_DIR_GENERATED)/%: $(PHOBOS_DIR)/% $(DUB) $(ASSERT_WRITELN_BIN)

0 commit comments

Comments
 (0)