File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -782,7 +782,7 @@ endif
782782
783783.PHONY : dpl-docs
784784dpl-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 )
You can’t perform that action at this time.
0 commit comments