Few indentation fixes

Generate again boot programs in output directory

svn path=/trunk/; revision=28800
This commit is contained in:
Hervé Poussineau 2007-09-03 04:12:48 +00:00
parent 4cb8151f10
commit 12b88bedcb
4 changed files with 22 additions and 20 deletions

View file

@ -2002,6 +2002,8 @@ MingwModuleHandler::GenerateOtherMacros ()
globalCflags += " -pipe";
if ( !module.allowWarnings )
globalCflags += " -Werror";
if ( module.host == HostTrue )
globalCflags += " $(HOST_CFLAGS)";
// Always force disabling of sibling calls optimisation for GCC
// (TODO: Move to version-specific once this bug is fixed in GCC)

View file

@ -1111,6 +1111,7 @@ Module::GenerateInOutputTree () const
case BuildTool:
case BootLoader:
case BootSector:
case BootProgram:
case Iso:
case LiveIso:
case IsoRegTest:
@ -1123,7 +1124,6 @@ Module::GenerateInOutputTree () const
case RpcServer:
case RpcClient:
case Alias:
case BootProgram:
case IdlHeader:
return false;
}