Hi Jan,

On 19.08.2013 09:39, janI wrote:
I am trying to find the default target for the build process.

In any directory e.g. l10ntools, we can run "build" which calls "dmake"
without parameters.

Nearly all makefile.mk includes target.mk, where all target rules seems to
be defined.

The de facto standard is to have "all:" defined, but thats not defined
(neither is "default:").

what is the default target, and in which file is it defined ?

AFAIK There is no default target. The project specific target is set with a TARGET= line. For the l10ntools case there are many of these lines in several makefile.mk of its subdirectories.

I have changed the build system so you can say "build --genPO" to extract
sources, but I need to have the default target made for a small set
(solenv, soltools and l10ntools).

These modules use TARGET= lines too. Does it help if you change these targets e.g. to TARGET=all to emulate a default target of "all:"?

Herbert

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

Reply via email to