On Wed, 2012-11-28 at 17:04 -0500, Nathan Scott wrote:
> ...
> Could this be replaced with "make -f GNUmakefile.install"? Perhaps
> check could check for a (checked-in) GNUmakefile.install, use that
> if found, else continue on with GNUmakefile? No additional variables
> or state would need to be remembered then & both cases get exercised
> at the appropriate times. I think.
Just noticed there is a qa/GNUmakefile.install and
qa/src/GNUmakefile.install already so I'll try changing the qa run
scripts to use the GNUmakefile.install version if found, else use
GNUmakefile
I think this will keep everyone happy and allow changes to be made to
GNUmakefile for build issues and GNUmakefile.install for QA execution
issues.
|