Print this page
6205 onbld manuals should be declared as 1onbld
Reviewed by: Dan McDonald <danmcd@omniti.com>
Reviewed by: Josef Sipek <jeffpc@josefsipek.net>
   1 .\" ident       "%Z%%M% %I%     %E% SMI"
   2 .\" " CDDL HEADER START
   3 .\" "
   4 .\" " The contents of this file are subject to the terms of the
   5 .\" " Common Development and Distribution License, Version 1.0 only
   6 .\" " (the "License").  You may not use this file except in compliance
   7 .\" " with the License.
   8 .\" "
   9 .\" " You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
  10 .\" " or http://www.opensolaris.org/os/licensing.
  11 .\" " See the License for the specific language governing permissions
  12 .\" " and limitations under the License.
  13 .\" "
  14 .\" " When distributing Covered Code, include this CDDL HEADER in each
  15 .\" " file and include the License file at usr/src/OPENSOLARIS.LICENSE.
  16 .\" " If applicable, add the following below this CDDL HEADER, with the
  17 .\" " fields enclosed by brackets "[]" replaced with your own identifying
  18 .\" " information: Portions Copyright [yyyy] [name of copyright owner]
  19 .\" "
  20 .\" " CDDL HEADER END
  21 .\" "
  22 .\" "Copyright 2004 Sun Microsystems, Inc."
  23 .\" "All rights reserved"
  24 .\" "Use is subject to license terms."
  25 .TH WS 1 "28 January 1992"
  26 .SH NAME
  27 .I ws 
  28 \- enable SunOS avocet environments
  29 .SH SYNOPSIS
  30 .B ws
  31 [-e] [workspace_name]
  32 .LP
  33 .SH DESCRIPTION
  34 .IX "Avocet" "ws" "" "\fBws\fP"
  35 .LP
  36 .I Ws 
  37 will configure your environment to build the SunOS
  38 source base from an
  39 .I avocet
  40 workspace.  The
  41 .I ws
  42 script sets up the environment variables for a SunOS avocet
  43 workspace and spawns a shell for the environment 
  44 that has been setup.  In configuring the environment
  45 .I ws


 407 CPPFLAGS.master macro within the SunOS source tree.  These values
 408 usually point to a hierarchy of Include directories for the build
 409 to search through.
 410 .RE
 411 ENVLDLIBS{1-3}
 412 .RS 5
 413 This set of environment variables is used to set the LDLIBS.master
 414 macro within the SunOS source tree.  These values usually point
 415 to a hierarchy of directories to search for libraries.
 416 .RE
 417 .LP
 418 .SH FILES
 419 .LP
 420 .nf
 421 $CODEMGR_WS/avocet/sunos/protodefs
 422 .fi
 423 .LP
 424 .SH "SEE ALSO"
 425 .LP
 426 .IR workspace (1),
 427 .IR bringover (1),
 428 .IR putback (1),
 429 .IR protodefs(5)
 430 .LP
 431 .SH BUGS
 432 .LP
 433 TERMPROTO is broken.
 434 On 5.x builds TERMPROTO is incompatible with the C++ driver.  The bug
 435 is that the C++ driver does not use the standard SVR4 notation
 436 for the -Y I, option.
 437 .LP
 438 .I ws
 439 can have problems with the automounter.  If you refer to a workspace
 440 using a relative path, and that workspace is mounted via the automounter, 
 441 then that workspace will be refered to via the /tmp_mnt/*
 442 location.  It's best to deal with automounted workspaces through
 443 an absolute pathname when running
 444 .I ws.

   1 .\" " CDDL HEADER START
   2 .\" "
   3 .\" " The contents of this file are subject to the terms of the
   4 .\" " Common Development and Distribution License, Version 1.0 only
   5 .\" " (the "License").  You may not use this file except in compliance
   6 .\" " with the License.
   7 .\" "
   8 .\" " You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
   9 .\" " or http://www.opensolaris.org/os/licensing.
  10 .\" " See the License for the specific language governing permissions
  11 .\" " and limitations under the License.
  12 .\" "
  13 .\" " When distributing Covered Code, include this CDDL HEADER in each
  14 .\" " file and include the License file at usr/src/OPENSOLARIS.LICENSE.
  15 .\" " If applicable, add the following below this CDDL HEADER, with the
  16 .\" " fields enclosed by brackets "[]" replaced with your own identifying
  17 .\" " information: Portions Copyright [yyyy] [name of copyright owner]
  18 .\" "
  19 .\" " CDDL HEADER END
  20 .\" "
  21 .\" "Copyright 2004 Sun Microsystems, Inc."
  22 .\" "All rights reserved"
  23 .\" "Use is subject to license terms."
  24 .TH WS 1ONBLD "28 January 1992"
  25 .SH NAME
  26 .I ws 
  27 \- enable SunOS avocet environments
  28 .SH SYNOPSIS
  29 .B ws
  30 [-e] [workspace_name]
  31 .LP
  32 .SH DESCRIPTION
  33 .IX "Avocet" "ws" "" "\fBws\fP"
  34 .LP
  35 .I Ws 
  36 will configure your environment to build the SunOS
  37 source base from an
  38 .I avocet
  39 workspace.  The
  40 .I ws
  41 script sets up the environment variables for a SunOS avocet
  42 workspace and spawns a shell for the environment 
  43 that has been setup.  In configuring the environment
  44 .I ws


 406 CPPFLAGS.master macro within the SunOS source tree.  These values
 407 usually point to a hierarchy of Include directories for the build
 408 to search through.
 409 .RE
 410 ENVLDLIBS{1-3}
 411 .RS 5
 412 This set of environment variables is used to set the LDLIBS.master
 413 macro within the SunOS source tree.  These values usually point
 414 to a hierarchy of directories to search for libraries.
 415 .RE
 416 .LP
 417 .SH FILES
 418 .LP
 419 .nf
 420 $CODEMGR_WS/avocet/sunos/protodefs
 421 .fi
 422 .LP
 423 .SH "SEE ALSO"
 424 .LP
 425 .IR workspace (1),
 426 .IR bringover (1ONBLD),
 427 .IR putback (1),
 428 .IR protodefs(5)
 429 .LP
 430 .SH BUGS
 431 .LP
 432 TERMPROTO is broken.
 433 On 5.x builds TERMPROTO is incompatible with the C++ driver.  The bug
 434 is that the C++ driver does not use the standard SVR4 notation
 435 for the -Y I, option.
 436 .LP
 437 .I ws
 438 can have problems with the automounter.  If you refer to a workspace
 439 using a relative path, and that workspace is mounted via the automounter, 
 440 then that workspace will be refered to via the /tmp_mnt/*
 441 location.  It's best to deal with automounted workspaces through
 442 an absolute pathname when running
 443 .I ws.