On Wed, 26 Mar 2008 10:20:45 +1100, Nathan Scott wrote:
nscott> commit bfa5fe3334bb639ea81cb7bd3ccab4e84903e924
nscott> Author: Nathan Scott <nathans@xxxxxxxxxx>
nscott> Date: Wed Mar 26 10:07:21 2008 +1100
nscott> Explicitly create config.done in configure script, so that top
nscott> level Makefile doesn't clobber a users configure options.
config.done is an artifact of Makefile to record state generated by
make as part of its ruleset, it was never meant to be used as an
indicator of a random configure run. If user knows what she's doing,
she should create the file manually, if she doesn't then she should
not mess with configure options or we'd never have reproducible
builds.
max
|