HomeSort by relevance Sort by last modified time
    Searched refs:OS (Results 1 - 21 of 21) sorted by null

  /ohac/ohacds/usr/src/pkgdefs/
bld_awk_pkginfo.ksh 10 # or http://www.opensolaris.org/os/licensing.
101 # Rev for different OS build. Used for packages that have already shipped.
103 if [[ ( "${OS}" == "5.9" ) && ( "${MACH}" == "sparc" ) ]]; then
105 elif [[ ( "${OS}" == "5.10" ) && ( "${MACH}" == "sparc" ) ]]; then
107 elif [[ ( "${OS}" == "5.10" ) && ( "${MACH}" == "i386" ) ]]; then
116 if [[ ${OS} != "5.9" ]]; then
jas.dvdimage.ksh 10 # or http://www.opensolaris.org/os/licensing.
34 # This script should contain a function named build_image_<ARCH>_<OS>
35 # for every ARCH/OS combination supported by the build, so for sparc
36 # Solaris 9 the function would be named build_image_sparc_9. These ARCH/OS
41 # which is highly likely if each OS function calls a common function.
54 PKGARCH=${WS}/packages/${MACH}/Sol_${OS}${ND}
56 SOL=Solaris_${OS}
329 AGENTS=$(eval echo \${${MACH}_${OS}_AGENTS})
  /ohac/ohac/usr/src/lib/libexpat/expat/
Makefile 9 # or http://www.opensolaris.org/os/licensing.
61 cd $(NATIVE_MACH)/$(OS)/$(PKG_NAME); \
66 cd $(NATIVE_MACH)/$(OS)/$(PKG_NAME); \
71 $(RM) -rf $(NATIVE_MACH)/$(OS) 2>/dev/null; \
72 mkdir -p $(NATIVE_MACH)/$(OS); \
73 cd $(NATIVE_MACH)/$(OS); \
84 $(LIBDIR)/%: $(NATIVE_MACH)/$(OS)/$(PKG_NAME)/.libs/%
  /ohac/ohacgeo/usr/src/pkgdefs/
bld_awk_pkginfo.ksh 10 # or http://www.opensolaris.org/os/licensing.
96 # Rev for different OS build. Used for packages that have already shipped.
98 if [[ ( "${OS}" == "5.9" ) && ( "${MACH}" == "sparc" ) ]]; then
100 elif [[ ( "${OS}" == "5.10" ) && ( "${MACH}" == "sparc" ) ]]; then
102 elif [[ ( "${OS}" == "5.10" ) && ( "${MACH}" == "i386" ) ]]; then
jas.dvdimage.ksh 10 # or http://www.opensolaris.org/os/licensing.
34 # This script should contain a function named build_image_<ARCH>_<OS>
35 # for every ARCH/OS combination supported by the build, so for sparc
36 # Solaris 9 the function would be named build_image_sparc_9. These ARCH/OS
41 # which is highly likely if each OS function calls a common function.
53 PKGARCH=${WS}/packages/${MACH}/Sol_${OS}${ND}
55 SOL=Solaris_${OS}
56 VROOT=${WS}/proto/Sol_${OS}${ND}/root_${MACH}
  /ohac/ohac/usr/src/pkgdefs/
bld_awk_pkginfo.ksh 10 # or http://www.opensolaris.org/os/licensing.
106 # Rev for different OS build. Used for packages that have already shipped.
108 if [[ ( "${OS}" == "5.9" ) && ( "${MACH}" == "sparc" ) ]]; then
110 elif [[ ( "${OS}" == "5.10" ) && ( "${MACH}" == "sparc" ) ]]; then
112 elif [[ ( "${OS}" == "5.10" ) && ( "${MACH}" == "i386" ) ]]; then
122 if [[ ${OS} != "5.9" ]]; then
jas.dvdimage.ksh 10 # or http://www.opensolaris.org/os/licensing.
34 # This script should contain a function named build_image_<ARCH>_<OS>
35 # for every ARCH/OS combination supported by the build, so for sparc
36 # Solaris 9 the function would be named build_image_sparc_9. These ARCH/OS
41 # which is highly likely if each OS function calls a common function.
56 PKGARCH=${WS}/packages/${MACH}/Sol_${OS}${ND}
58 SOL=Solaris_${OS}
59 VROOT=${WS}/proto/Sol_${OS}${ND}/root_${MACH}
167 sparc_PACKAGES_FRAMEWORK=$(eval echo \${PACKAGES_FRAMEWORK_${OS}})
170 $(eval echo \${PACKAGES_FRAMEWORK_${OS}}) \
    [all...]
  /ohac/ohac/usr/src/cmd/initpkg/init.d/
initfpmf 10 # or http://www.opensolaris.org/os/licensing.
40 OS=`/bin/uname`
43 if [ ${OS} = "SunOS" ] ; then
111 if [ ${OS} = "SunOS" ] ; then
119 if [ ${OS} = "SunOS" ] && [ "${version}" = "sparcv9" ] ; then
133 if [ ${OS} = "Linux" ] ; then
162 if [ ${OS} = "Linux" ] || [ -r ${FILE} ] ; then
initdamd 10 # or http://www.opensolaris.org/os/licensing.
42 OS=`/bin/uname`
43 case ${OS} in
  /ohac/ohac/usr/src/cmd/debug_scripts/
frgmd_debug.sh 10 # or http://www.opensolaris.org/os/licensing.
70 OS=`/bin/uname`
168 case $OS in
220 case $OS in
244 case $OS in
266 case $OS in
283 case $OS in
  /ohac/ohac/usr/src/tools/scripts/
nbmake.ksh 10 # or http://www.opensolaris.org/os/licensing.
77 nbmake OS=5.10
209 # so generate the virtual twin's name based on the $OS and $MACH.
210 echo "$curws" | sed -e 's,\([^/]*\)$,\1'"+$OS+$MACH",
215 local osver=${1:-$OS}
238 MAKE|MAKEFLAGS|MAKETOOLS|HOME|LOGNAME|USER|OS|SPRO|TEAMWARE|OPTHOME)
253 # these may depend on user-specified value of OS
266 # OS related settings.
334 export OS=${OS:-`Get_native_os`
    [all...]
nbuild.ksh 10 # or http://www.opensolaris.org/os/licensing.
37 # nbuild -a deluxe build of non-debug, native OS
38 # nbuild -i incremental build of non-debug, native OS
39 # nbuild -D clean build of debug and non-debug, native OS
40 # nbuild -DFi incremental debug-only build, native OS
41 # nbuild -a OS=5.10 deluxe non-debug build of solaris 10
103 the OS and architecture to build for.
118 the parent name and the target OS and architecture.
120 PARENT + OS + MACH
122 by default, I<nbuild> builds for the native OS and architecture
    [all...]
build_cds.ksh 10 # or http://www.opensolaris.org/os/licensing.
43 # their appropriate build_image_<ARCH>_<OS> function.
54 # images in functions named build_image_<ARCH>_<OS>, so for sparc Solaris 9
55 # the function would be named build_image_sparc_9. These ARCH/OS specific
60 # highly likely if each OS function calls a common function.
171 # build_image (cdrom/dvd, workspace, script, arch, os, debug)
178 OS=${5}
184 # Build the ARCH/OS image
185 build_image_${ARCH}_${OS} || error "Can't find build_image_${ARCH}_${OS} in ${SCRIPT}
    [all...]
  /ohac/ohac/usr/src/cmd/cfgchk/
Makefile.cfgchk 9 # or http://www.opensolaris.org/os/licensing.
40 SOLARIS_IMPL_CLASSPATH = $(LOCKHART)/$(OS)/usr/share/webconsole/lib/solaris_impl.jar
  /ohac/ohac/usr/src/cmd/initpkg/svcmethod/
svc_farm_dam 10 # or http://www.opensolaris.org/os/licensing.
46 OS=`/bin/uname`
47 case ${OS} in
  /ohac/ohac/usr/src/cmd/spm/
Makefile.spm 9 # or http://www.opensolaris.org/os/licensing.
35 $(CLOSED_BUILD)LOCKHART_OS=$(OS)
  /ohac/ohacgeo/usr/src/cmd/spm/
Makefile.spm 9 # or http://www.opensolaris.org/os/licensing.
37 $(CLOSED_BUILD)LOCKHART_OS=$(OS)
  /ohac/ohacds/usr/src/
Makefile.master 9 # or http://www.opensolaris.org/os/licensing.
132 # These are set by the nightly script. OS is enforced to be set
134 # is then set according to OS setting.
136 # setting such that some OS dependable MACROs like SOL_VERSION,
137 # REFERENCE_PROTO, and OS specific packages can be easily set.
146 $(OS)=
173 # Use the SOL_VERSION macro to determine the version of OS. The
175 # version of OS. Its of the form, YYYYMM. So for Solaris 9, its
220 # libs and headers for version of OS we're building against.
313 # Print out a warning if we're running a build on an OS releas
    [all...]
  /ohac/ohacgeo/usr/src/
Makefile.master 9 # or http://www.opensolaris.org/os/licensing.
98 # These are set by the nightly script. OS is enforced to be set
100 # is then set according to OS setting.
102 # setting such that some OS dependable MACROs like SOL_VERSION,
103 # REFERENCE_PROTO, and OS specific packages can be easily set.
111 $(OS)=
136 # Use the SOL_VERSION macro to determine the version of OS. The
138 # version of OS. Its of the form, YYYYMM. So for Solaris 9, its
181 # Some additions to support building in with a reference OS proto area.
183 # libs and headers for version of OS we're building against
    [all...]
  /ohac/ohac/usr/src/lib/perl/URI/
file.pm 27 my($OS) = shift || $^O;
29 my $class = "URI::file::" . ($os_class{$OS} || "Unix");
43 my($class, $path, $os) = @_;
44 os_class($os)->new($path);
68 my($self, $os) = @_;
69 os_class($os)->file($self);
74 my($self, $os) = @_;
75 os_class($os)->dir($self);
115 =item $u = URI::file->new( $filename, [$os] )
119 indicated operating system ($os), which defaults to the value of th
    [all...]
  /ohac/ohac/usr/src/
Makefile.master 9 # or http://www.opensolaris.org/os/licensing.
118 # These are set by the nightly script. OS is enforced to be set
120 # is then set according to OS setting.
122 # setting such that some OS dependable MACROs like SOL_VERSION,
123 # REFERENCE_PROTO, and OS specific packages can be easily set.
134 $(OS)=
163 # Use the SOL_VERSION macro to determine the version of OS. The
165 # version of OS. Its of the form, YYYYMM. So for Solaris 9, its
213 # libs and headers for version of OS we're building against.
362 # Print out a warning if we're running a build on an OS releas
    [all...]

Completed in 420 milliseconds