Proposed Patch: Allow subproject to be removed, even if configure not run.

Matt Rogers mattr at kde.org
Sat Oct 21 14:14:41 UTC 2006


On Friday 20 October 2006 22:12, Megan Webb wrote:
> Matt Rogers wrote:
> > On Friday 20 October 2006 21:55, Megan Webb wrote:
> >> Presently:
> >>
> >> 1. New project.
> >> 2. Add Subproject foo
> >> 3. Delete subproject foo
> >>
> >> fails, with (Sorry) "There is no config.status in the project root build
> >> directory. Run 'Configure' first"
> >>
> >> The patch moves the check to later,  removes the subproject with all the
> >> usual dialogs, and only provides information:
> >>
> >> (Information) "No config.status in the project root build directory, so
> >> not running automake & friends. Run 'Configure
> >> ' to create it.
> >>
> >> if config.status does not exist. All is normal if it does exist.
> >
> > There's a ton of whitespace changes that I'd like to leave out of the
> > commit if I can. Could you regenerate the patch with the following
> > command?
> >
> > svn diff --diff-cmd diff -x -upbBw
> >
> > Once you do that, I'll commit the patch.
>
> Thanks. I did wonder about that white space changes.

I made a slight modification in that I removed the message box. If there's no 
config.status in their build dir, they're going to be prompted to run 
automake and friends the next time they build their project anyways. 

Thanks for the patches. :)
-- 
Matt




More information about the KDevelop-devel mailing list