Include build.mk or validate{,-settings}.mk through custom-settings.mk
[ghc-hetmet.git] / mk / custom-settings.mk
diff --git a/mk/custom-settings.mk b/mk/custom-settings.mk
new file mode 100644 (file)
index 0000000..db8ebb4
--- /dev/null
@@ -0,0 +1,7 @@
+
+ifeq "$(Validating)" "YES"
+include $(TOP)/mk/validate-settings.mk
+-include $(TOP)/mk/validate.mk
+else
+-include $(TOP)/mk/build.mk
+endif