Rename some variables from FOO to FOO_CMD
authorIan Lynagh <igloo@earth.li>
Wed, 16 Jun 2010 16:11:08 +0000 (16:11 +0000)
committerIan Lynagh <igloo@earth.li>
Wed, 16 Jun 2010 16:11:08 +0000 (16:11 +0000)
commit0481fe092fd9e274096fff1fd9885fd68805202a
treeba7baf38df64f98b8784ba57e970cc9fdeaf568c
parent8a0d9617d2b9741c25fb1ed20b96b054bd3254a3
Rename some variables from FOO to FOO_CMD
This fixes a problem with commands like gzip, where if $GZIP is exported
in the environment, then when make runs a command it'll put the Makefile
variable's value in the environment. But gzip treats $GZIP as arguments
for itself, so when we run gzip it thinks we're giving it "gzip" as an
argument.
docs/storage-mgt/rp.tex
ghc.mk
libffi/ghc.mk
mk/build.mk.sample
mk/config.mk.in
mk/validate-settings.mk