mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
[rbuild]
Really fix mkhive command. svn path=/branches/ros-amd64-bringup/; revision=44763
This commit is contained in:
@@ -1297,14 +1297,14 @@ MingwBackend::OutputRegistryInstallTarget ()
|
||||
"install_registry: %s\n",
|
||||
registryTargetFiles.c_str () );
|
||||
fprintf ( fMakefile,
|
||||
"%s: %s %s $(MKHIVE_TARGET)\n",
|
||||
"%s: %s %s $(mkhive_TARGET)\n",
|
||||
registryTargetFiles.c_str (),
|
||||
registrySourceFiles.c_str (),
|
||||
GetFullPath ( system32 ).c_str () );
|
||||
fprintf ( fMakefile,
|
||||
"\t$(ECHO_MKHIVE)\n" );
|
||||
fprintf ( fMakefile,
|
||||
"\t$(MKHIVE_TARGET) boot%cbootdata %s boot%cbootdata%chiveinst_$(ARCH).inf\n",
|
||||
"\t$(mkhive_TARGET) boot%cbootdata %s boot%cbootdata%chiveinst_$(ARCH).inf\n",
|
||||
cSep, GetFullPath ( system32 ).c_str (),
|
||||
cSep, cSep );
|
||||
fprintf ( fMakefile,
|
||||
|
||||
@@ -2939,7 +2939,7 @@ MingwLiveIsoModuleHandler::OutputRegistryCommands ( string& livecdDirectory )
|
||||
fprintf ( fMakefile,
|
||||
"\t$(ECHO_MKHIVE)\n" );
|
||||
fprintf ( fMakefile,
|
||||
"\t$(mkhive_TARGET) boot%cbootdata %s $(ARCH) boot%cbootdata%clivecd.inf boot%cbootdata%chiveinst_$(ARCH).inf\n",
|
||||
"\t$(mkhive_TARGET) boot%cbootdata %s boot%cbootdata%clivecd.inf boot%cbootdata%chiveinst_$(ARCH).inf\n",
|
||||
cSep, backend->GetFullPath ( reactosSystem32ConfigDirectory ).c_str (),
|
||||
cSep, cSep, cSep, cSep );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user