Hi *,

On Tue, Jun 23, 2009 at 6:57 PM, Mathias Bauer<nospamfor...@gmx.de> wrote:
> Frank Schönheit - Sun Microsystems Germany wrote:
>>
>>> How to "clear output trees"? I'm a "dummy" concerning building.
>>
>> In cygwin, something like
>>   > cd $SRC_ROOT
>>   > find . -maxdepth 2 -name "wntmsci12*" | xargs rm -rf
>> should do.

<nitpick>the * is not protected against expansion from the shell - but
shouldn't matter since there is no soutput dir in $SRC_ROOT</nitpick>

> In the OOo build environment rm -rf */wntmsci12 from the root directory
> of the source tree is sufficient as the solver is at the same level as
> the modules.

Not on linux.
$ ls solver/
300/
$ ls solver/300/
unxlngi6.pro/

But I wonder why you don't simply suggest a "dmake clean" in toplevel.

ciao
Christian

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@openoffice.org
For additional commands, e-mail: dev-h...@openoffice.org

Reply via email to