From 6fd9b0a1c6b076ef1977db1a2ce8b9505b9a3254 Mon Sep 17 00:00:00 2001 From: Ben Gamari Date: Fri, 5 Aug 2022 22:29:57 -0400 Subject: Drop make build system Here we at long last remove the `make`-based build system, it having been replaced with the Shake-based Hadrian build system. Users are encouraged to refer to the documentation in `hadrian/doc` and this [1] blog post for details on using Hadrian. Closes #17527. [1] https://www.haskell.org/ghc/blog/20220805-make-to-hadrian.html --- mk/custom-settings.mk | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 mk/custom-settings.mk (limited to 'mk/custom-settings.mk') diff --git a/mk/custom-settings.mk b/mk/custom-settings.mk deleted file mode 100644 index 2b4b127102..0000000000 --- a/mk/custom-settings.mk +++ /dev/null @@ -1,14 +0,0 @@ - --include mk/are-validating.mk - -ifeq "$(Validating)" "YES" -include mk/flavours/validate.mk --include mk/validate.mk -else --include $(firstword $(wildcard mk/$(TargetPlatformFull)-build.mk) mk/build.mk) -endif - -ifeq "$(BINDIST)" "YES" --include bindist.mk -endif - -- cgit v1.2.1