Forked from
Glasgow Haskell Compiler / GHC
31904 commits behind, 256 commits ahead of the upstream repository.
-
Simon Marlow authored
Requested by Gabor Greif.
Simon Marlow authoredRequested by Gabor Greif.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
custom-settings.mk 258 B
-include mk/are-validating.mk
ifeq "$(Validating)" "YES"
include mk/validate-settings.mk
-include mk/validate.mk
else
-include $(firstword $(wildcard mk/$(TargetPlatformFull)-build.mk) mk/build.mk)
endif
ifeq "$(BINDIST)" "YES"
-include bindist.mk
endif