cache the values of ghc_ge_XXX at configure-time
authorSimon Marlow <simonmar@microsoft.com>
Tue, 13 Mar 2007 16:00:08 +0000 (16:00 +0000)
committerSimon Marlow <simonmar@microsoft.com>
Tue, 13 Mar 2007 16:00:08 +0000 (16:00 +0000)
commit8b7e4e09174a407fb4e9f6e8f2e105c9d272b214
treee7061796e9835c15bc5d2e7581e74fa92ee59b4f
parentf50b78749c03124f918014cd113c68b439b032bf
cache the values of ghc_ge_XXX at configure-time
This avoids recomputing them via $(shell) each time make expands one
of these variables, which is very expensive (0.3s or so) on Windows.
configure.ac
mk/config.mk.in