-----Original
Message-----
From: ros-dev-bounces(a)reactos.com [mailto:ros-dev-bounces@reactos.com] On
Behalf Of Anich Gregor Sent: 5. juni 2005 17:23
To: ros-dev(a)reactos.com
Subject: Re: [ros-dev] feature request for the new build system
On Sunday 05 June 2005 07:04, Casper Hornstrup wrote:
set ROS_RBUILDFLAGS=-mi
Thanks, I need that too (not only to install via network but also to not
have to mount the vmware disk image while reactos is beeing built)
I found another (minor) problem - when i set ROS_INSTALL to
install/ReactOS it won't create the ReactOS dir if it doesn't exist, IMO
it should be created (with the old build system it was created iirc)
Is this when you use the -mi flag? Then the native mkdir is used which may
or may not be able to create missing parent directories depending on your
OS.
Casper