Skip to content

Commit 69a04d3

Browse files
limepoutinethewilsonator
authored andcommitted
Serialize compilation of dllgc test (dlang#22162)
1 parent f7bf401 commit 69a04d3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

druntime/test/common.mak

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ TARGET_ARCH.d = $(model_flag)
157157

158158
########## Other common code ##########
159159

160-
.PHONY: all cleam
160+
.PHONY: all clean
161161
all: $(TESTS:%=$(OBJDIR)/%.done)
162162

163163
$(OBJDIR)/%.done: $(OBJDIR)/%$(DOTEXE)

druntime/test/shared/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ extra_dflags += -version=SharedRuntime
3232
PATH := $(dir $(DRUNTIMESO));$(PATH)
3333
endif
3434

35-
$(ROOT)/dllgc.done: $(ROOT)/dllgc$(DOTDLL)
36-
$(ROOT)/dllgc$(DOTDLL): extra_dflags += -version=DLL -od=$(ROOT)/dll
35+
$(ROOT)/dllgc$(DOTEXE): $(ROOT)/dllgc$(DOTDLL)
36+
$(ROOT)/dllgc$(DOTDLL): private extra_dflags += -version=DLL -od=$(ROOT)/dll
3737
endif # Windows
3838

3939
$(ROOT)/dynamiccast.done: $(ROOT)/%.done: $(ROOT)/%$(DOTEXE) $(ROOT)/%$(DOTDLL)

0 commit comments

Comments
 (0)