Hello,
The readme of open soalris says:
7. To build a specific component, first use bldenv(1) to set up
various environment variables, then cd to the subtree that you want
to build. For example:
$ cd /export/testws
$ bldenv -d ./opensolaris.sh
[status information from bldenv]
$ cd usr/src/cmd/vi
$ dmake all
(http://dlc.sun.com/osol/on/downloads/current/README.opensolaris)
I tried this; first, regarding vi it really starts the make process.
But when I navigated to usr/src/uts/common/inet and ran
"dmake all"
it emitted the following errors:
dmake: defaulting to parallel mode.
See the man page dmake(1) for more information on setting up the .dmakerc file.
dmake: Fatal error: Don't know how to make target `all'
Current working directory TESTWS/usr/src/uts/common/inet
Why ?
can't this building of a specific component be applied for
components which are not under usr/src/cmd ?
Or shuld I start investigating how dmake works and what
.dmakerc file is all about , as suggested ?
Any help will be appreciated.
Regards,
Xu
This message posted from opensolaris.org