Avoid some shell calls in the build system
authorIan Lynagh <igloo@earth.li>
Sat, 5 Mar 2011 14:48:25 +0000 (14:48 +0000)
committerIan Lynagh <igloo@earth.li>
Sat, 5 Mar 2011 14:48:25 +0000 (14:48 +0000)
commite28cbcd8bbb9a5730b370fad7d974c460132554a
treec8c2aa124a4094abcea04691e14c7550d826a4d8
parent61899158575bc64e692d6ab350c43c5d8ec1d8e2
Avoid some shell calls in the build system
The DEP_INCLUDE_DIRS and DEP_LIB_DIRS variables always contain
single-quote dirs, so we can use e.g.
    $(subst $(space)',$(space)-L',$(space)$($1_$2_DEP_LIB_DIRS_SINGLE_QUOTED))
to add -L to the front of each dir. I've appended "_SINGLE_QUOTED" to
the variable names so we don't accidentally add bare directories to
them.
rules/distdir-way-opts.mk
utils/ghc-cabal/Main.hs