Hi. 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 ? 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). Thx for any advice. rgds jan I.