mirror of
https://github.com/dlang/phobos.git
synced 2025-05-06 11:07:39 +03:00
feedback
This commit is contained in:
parent
4b4d552da2
commit
a3f28dc1de
1 changed files with 2 additions and 2 deletions
|
@ -261,7 +261,7 @@ unittest : $(addsuffix .d,$(addprefix unittest/,$(D_MODULES)))
|
||||||
|
|
||||||
depend: $(addprefix $(ROOT)/unittest/,$(addsuffix .deps,$(D_MODULES)))
|
depend: $(addprefix $(ROOT)/unittest/,$(addsuffix .deps,$(D_MODULES)))
|
||||||
|
|
||||||
include $(addprefix $(ROOT)/unittest/,$(addsuffix .deps,$(D_MODULES)))
|
-include $(addprefix $(ROOT)/unittest/,$(addsuffix .deps,$(D_MODULES)))
|
||||||
|
|
||||||
################################################################################
|
################################################################################
|
||||||
# Patterns begin here
|
# Patterns begin here
|
||||||
|
@ -270,7 +270,7 @@ include $(addprefix $(ROOT)/unittest/,$(addsuffix .deps,$(D_MODULES)))
|
||||||
$(ROOT)/unittest/%.deps:
|
$(ROOT)/unittest/%.deps:
|
||||||
@mkdir -p $(dir $@)
|
@mkdir -p $(dir $@)
|
||||||
echo $(ROOT)/unittest/$*.o: \
|
echo $(ROOT)/unittest/$*.o: \
|
||||||
`$(DMD) $(DFLAGS) -v -c -o- $*.d | grep '^import ' | \
|
`$(DMD) $(DFLAGS) -v -c -o- -unittest $*.d | grep '^import ' | \
|
||||||
sed 's/.*(\(.*\))/\1/'` >$@
|
sed 's/.*(\(.*\))/\1/'` >$@
|
||||||
|
|
||||||
$(ROOT)/%$(DOTOBJ) : %.c
|
$(ROOT)/%$(DOTOBJ) : %.c
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue