File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -850,14 +850,17 @@ $(ASSERT_WRITELN_BIN)_test: assert_writeln_magic.d $(DUB) $(STABLE_DMD)
850
850
$(DUB ) -v build --single --compiler=$(STABLE_DMD ) --build=unittest $<
851
851
@mv ./assert_writeln_magic $@
852
852
853
- $(PHOBOS_FILES_GENERATED ) : $(PHOBOS_DIR_GENERATED ) /% : $(PHOBOS_DIR ) /% $(DUB ) $(ASSERT_WRITELN_BIN )
853
+ $(PHOBOS_FILES_GENERATED ) : $(PHOBOS_DIR_GENERATED ) /% : $(PHOBOS_DIR ) /% | $(DUB ) $(ASSERT_WRITELN_BIN )
854
854
@mkdir -p $(dir $@ )
855
855
@if [ $( subst .,, $( suffix $@ ) ) = " d" ] && [ " $@ " != " $( PHOBOS_DIR_GENERATED) /index.d" ] ; then \
856
856
$(ASSERT_WRITELN_BIN ) -i $< -o $@ ; \
857
857
else cp $< $@ ; fi
858
858
859
- $(PHOBOS_STABLE_FILES_GENERATED ) : $(PHOBOS_STABLE_DIR_GENERATED ) /% : $(PHOBOS_STABLE_DIR ) /% $(DUB ) $(ASSERT_WRITELN_BIN )
859
+ $(PHOBOS_STABLE_FILES_GENERATED ) : $(PHOBOS_STABLE_DIR_GENERATED ) /% : $(PHOBOS_STABLE_DIR ) /% | $(DUB ) $(ASSERT_WRITELN_BIN )
860
860
@mkdir -p $(dir $@ )
861
+ echo " foo"
862
+ echo $@
863
+ exit 1
861
864
@if [ $( subst .,, $( suffix $@ ) ) = " d" ] && [ " $@ " != " $( PHOBOS_STABLE_DIR_GENERATED) /index.d" ] ; then \
862
865
$(ASSERT_WRITELN_BIN ) -i $< -o $@ ; \
863
866
else cp $< $@ ; fi
You can’t perform that action at this time.
0 commit comments