On 15.12.20 20:14, Jim Jagielski wrote:

On Dec 15, 2020, at 12:57 PM, Matthias Seidel <matthias.sei...@hamburg.de> 
wrote:

Hi Carl,

Am 13.12.20 um 23:43 schrieb Carl Marcum:
Hi Matthias,

On 12/13/20 4:29 PM, Matthias Seidel wrote:
Hi Carl,

Am 13.12.20 um 19:02 schrieb Carl Marcum:
Hi all,

Just ran into something.

I ran 'dmake clean' from main probably without having ran source
<shell-script-name> and it removed all of my directories under main.
Tried to do that on Windows (Cygwin64), went into main, did "autoconf",
"dmake clean":

$ dmake clean
-bash: dmake: command not found

Only after "source winenv.set.sh" it did clean up what it should...
It could be because I have a built and installed dmake on my system.

Thanks for checking!
If an installed dmake does have this consequence we should have a closer
look at it...

It must be getting those commands from a makefile somewhere though... dmake 
itself has no concept of 'clean' independent of what a makefile tells it it is 
AFAIK

there is a makefile on that level. However I think it is for make and not for dmake. At least when I want to reset the build for sure I do a dmake clean (from instsetoo_native)first, followed by a make clean (main).

And the make clean has this rm command and removes all sorts of stuff. Could it be that if you execute dmake clean on main folder will let dmake read the make file ment for gnumake?

In total I do not have a high confidence in general in our build system. It is complicated and complex. And if some things do not fit it will do unexpected things.

--
This is the Way! http://www.apache.org/theapacheway/index.html

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

Reply via email to