Skip to content

Commit

Permalink
Merge pull request #3034 from D-Programming-Language/revert-3033-reve…
Browse files Browse the repository at this point in the history
…rt-3006-fixup2946

Revert "Revert "make flags are automatically communicated to sub-make""
  • Loading branch information
andralex committed Mar 3, 2015
2 parents 15fdb02 + 35ea3be commit b345d95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion posix.mak
Expand Up @@ -287,7 +287,7 @@ unittest : $(addsuffix .d,$(addprefix unittest/,$(D_MODULES)))
else
unittest : unittest-debug unittest-release
unittest-%:
$(MAKE) -f $(MAKEFILE) $(MAKEFLAGS) unittest OS=$(OS) MODEL=$(MODEL) DMD=$(DMD) BUILD=$*
$(MAKE) -f $(MAKEFILE) unittest OS=$(OS) MODEL=$(MODEL) DMD=$(DMD) BUILD=$*
endif

depend: $(addprefix $(ROOT)/unittest/,$(addsuffix .deps,$(D_MODULES)))
Expand Down

0 comments on commit b345d95

Please sign in to comment.