From 104ff6e9ad85751dab2fc2ed25cf8f7827bb13f1 Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Fri, 1 Mar 2013 16:34:33 +0000 Subject: Change how the build system handles packages This makes the build system a little simpler, and in particular will make it easier to handle the changes needed for cross-compilation. --- mk/config.mk.in | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'mk') diff --git a/mk/config.mk.in b/mk/config.mk.in index 4831a7c34f..bfc811cb9d 100644 --- a/mk/config.mk.in +++ b/mk/config.mk.in @@ -315,10 +315,7 @@ SplitObjs=$(SupportsSplitObjs) # ---------------------------------------------------------------------------- # Package-related things -# Extra packages to add to the build, in dependency order -EXTRA_PACKAGES = - -# Whether to install $(EXTRA_PACKAGES) +# Whether to install the extra packages InstallExtraPackages = NO # Run "ghc-pkg check" on each package -- cgit v1.2.1