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
782
782
783
783
.PHONY : dpl-docs
784
784
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} \
786
786
--compiler=${STABLE_DMD}
787
787
788
788
# .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
841
841
842
842
$(ASSERT_WRITELN_BIN ) : assert_writeln_magic.d $(DUB ) $(STABLE_DMD )
843
843
@mkdir -p $(dir $@ )
844
- $(DUB ) build --single --compiler=$(STABLE_DMD ) $<
844
+ $(DUB ) -v build --single --compiler=$(STABLE_DMD ) $<
845
845
@mv ./assert_writeln_magic $@
846
846
847
847
$(ASSERT_WRITELN_BIN ) _test : assert_writeln_magic.d $(DUB ) $(STABLE_DMD )
848
848
@mkdir -p $(dir $@ )
849
- $(DUB ) build --single --compiler=$(STABLE_DMD ) --build=unittest $<
849
+ $(DUB ) -v build --single --compiler=$(STABLE_DMD ) --build=unittest $<
850
850
@mv ./assert_writeln_magic $@
851
851
852
852
$(PHOBOS_FILES_GENERATED ) : $(PHOBOS_DIR_GENERATED ) /% : $(PHOBOS_DIR ) /% $(DUB ) $(ASSERT_WRITELN_BIN )
You can’t perform that action at this time.
0 commit comments