-----Original Message----- From: ros-dev-bounces@reactos.com [mailto:ros-dev-bounces@reactos.com] On Behalf Of Jiri Doubek Sent: 24. april 2005 13:44 To: ReactOS Development List Subject: Re: [ros-dev] rbuild feedback
Hi!
Casper Hornstrup napsal(a):
The issue here is wether or not to clean the bootcd directory before copying the files into it. If we don't need to clean the directory first then we can have 'make bootcd' copy the files using dependencies which will be quite fast the second time since only the changed files will be copied. If we need to clean the directory first then all files must always be copied into the bootcd directory. The problem with not cleaning the directory first is that the bootcd directory may be inconsistent due to bootcds made previously from other revisions. 'make livecd' have the same issue. I could go either way so I'll let you decide.
So, why not make in destination directory one subdir called with actual SVN revision number? And "make clean_bootcd_dirs" can clean those directories. This can solve the problem...
Jirka D.
Then you would need to manually delete the bootcd directories for the revisions.
Casper