Home
last modified time | relevance | path

Searched refs:build (Results 1 – 25 of 143) sorted by relevance

123456

/titanic_44/usr/src/cmd/mdb/tools/scripts/
H A Dmdb.sh37 unset mdb_exec build root # Local variables
83 build=`echo "$1" | tr -d -`
88 build=`echo "$1" | tr -d -`
89 if [ $build -lt 10 ]; then
90 build=${os_name}_0$build
92 build=${os_name}_$build
98 build=${os_name}_`echo "$1" | cut -c2- | tr '[A-Z]' '[a-z]'`
102 -B) build=$os_rel/Beta; shift ;;
103 -U) build=$os_rel/Beta_Update; shift ;;
104 -G) build=$os_rel/Generic; shift ;;
[all …]
/titanic_44/usr/src/lib/libshell/misc/
H A Dbuildksh93.readme30 "buildksh93.sh" is a small build script used to build the AT&T "ast-ksh"
31 and "ast-open" packages using its native (nmake-based) build system
32 which is needed to build the iffe-generated (header) files (each time
34 64bit S390x }) which are moved later to their matching OS/Net build
40 * Note that buildksh93.sh modifies the build behaviour of the AST build
61 # (build other build flags are:
62 # - "build.solaris.sparc.32bit.suncc" - 32bit SPARC
63 # - "build.solaris.sparc.64bit.suncc" - 64bit SPARC
64 # - "build.solaris.i386.32bit.suncc" - 32bit x86/i386
65 # - "build.solaris.i386.64bit.suncc" - 64bit x86/AMD64
[all …]
/titanic_44/usr/src/cmd/svr4pkg/pkgscripts/
H A Di.build.sh42 savepath=$PKGSAV/build${client_dest}
44 savepath=$PKGSAV/build${dest}
68 if $savepath install > /tmp/$$build
70 if [ -s /tmp/$$build ]
72 cp /tmp/$$build $dest || error=yes
77 rm -f /tmp/$$build
H A Dr.build.sh46 savepath=$PKGSAV/build${client_dest}
48 savepath=$PKGSAV/build${dest}
52 if $savepath remove > /tmp/$$build
54 if [ ! -s /tmp/$$build ]
58 cp /tmp/$$build $dest || error=yes
63 rm -f /tmp/$$build
H A DMakefile33 i.build \
38 r.build \
/titanic_44/usr/src/tools/
H A DREADME.tools25 This directory contains the tools used to do a full build of the
26 OS/Net workspace. They usually live in the /opt/onbld directory on build
27 machines. From here, 'make install' will build and install the tools
28 in $ROOT/opt/onbld. If you like, 'make pkg' will build the SUNWonbld
53 build environment files.
56 libraries used by the build tools.
59 python modules used by the build tools.
98 attributes for consistency with common build rules. nightly uses
100 build results. It also uses the -i option to obtain NEEDED and RUNPATH
121 build machine but is kept here for source control purposes.
[all …]
/titanic_44/usr/src/tools/opensolaris/
H A DREADME.opensolaris.tmpl11 If you want to build the entire source tree, you will need the source,
21 that enables their use. The cryptographic binaries that you build
35 To build from source, you will also need the proper compiler, and you
36 must be running a recent build. The build schedule is available at
43 Build machines are expected to be running an OpenSolaris build that
45 example, if you're building snv_143, your build machine should be
/titanic_44/usr/src/pkg/
H A DREADME.pkg37 usr/src/pkg/ contains the definitions and rules needed to build an IPS
38 repository which contain the deliverables from an ON build.
44 The build rules create a package repository. Separate DEBUG and
51 The -p option to nightly will build the IPS repository.
75 The build behavior may modified by the following variables:
89 If ONNV_BUILDNUM is set to an older ON build number,
94 A set of intermediate build products are placed in
123 current build, with a fallback to packages installed on the build
131 extensions, as build targets. This will cause processing or
135 or when you run nightly -p. If you build incrementally,
[all …]
/titanic_44/exception_lists/
H A Dcheck_rtime182 UNREF_OBJ /libstdc\+\+\.so\.6;\ unused\ dependency\ of # gcc build
184 UNREF_OBJ /libm\.so\.2.*\ of\ .*libstdc\+\+\.so\.6 # gcc build
188 # Referenced by the Studio build, not the GCC build. GCC eliminates the unused
196 OLDDEP libaio\.so\.1 # onnv build 44
197 OLDDEP libdl\.so\.1 # on10 build 49
198 OLDDEP libdoor\.so\.1 # onnv build 12
199 OLDDEP libintl\.so\.1 # on297 build 7
200 OLDDEP libpthread\.so\.1 # on10 build 53
201 OLDDEP librt\.so\.1 # onnv build 44
202 OLDDEP libsched\.so\.1 # on10 build 36
[all …]
H A Dpackaging176 # the uts build because libc and and other components, like truss, are
182 # These files are installed in the proto area by the build of libproc for
219 # These files are installed in the proto area by the build of libdhcpagent
253 # These files are installed in the proto area by the build of libinstzones
267 # These files are installed in the proto area by the build of libinetsvc,
276 # These files are installed in the proto area by the build of libinetutil,
329 # these are "removed" from the source product build because the only
336 # for build purposes only, not delivered to customers.
448 # by the build of libcmdutils (Command Utilities Library).
482 # The following files are installed in the proto area by the build of
[all …]
/titanic_44/usr/src/uts/
H A DREADME44 1] To provide a set of static Makefiles to support kernel build
62 6] To be able to "acquire" only the files needed to build a specific
104 directories to perform the actual build. Some targets (or
124 machine specific global build parameters.
131 The files provide build rules (targets) which allow make to function
133 directory containing the Makefile has a build rule in the file.
151 to build multiple configurations. This configuration is roughly
251 Each source file needs a build rule in the corresponding Makefile.rules
260 2] Create build directories in the appropriate places. If the module
266 3] In each build directory, create a Makefile. This can usually be
[all …]
/titanic_44/usr/src/pkg/manifests/
H A Ddeveloper-opensolaris-osnet.mf26 value="Dependencies required to build the OS/Net Consolidation."
28 value="Dependencies required to build the OS/Net Consolidation."
35 depend fmri=developer/build/make@0.5.11-0.133 type=require
36 depend fmri=developer/build/onbld@0.5.11-0.133 type=require
H A Ddeveloper-build-make.mf14 set name=pkg.fmri value=pkg:/developer/build/make@$(PKGVERS)
15 set name=pkg.description value="Parallel make(1) build tool"
16 set name=pkg.summary value="Parallel make(1) build tool"
H A Dprint-lp-compatibility-sunos4.mf28 value="print utilities for user interface and source build compatibility with SunOS 4.x"
36 desc="print utilities for user interface and source build compatibility with SunOS 4.x" \
/titanic_44/usr/src/lib/libbc/libc/gen/common/
H A Dhsearch.c125 static ENTRY *build();
386 return(build(&table[i], (NODE *) NULL, item)); in hsearch()
404 return(build(&table[i], table[i], item)); in hsearch()
406 return(build(q, p, item)); in hsearch()
418 build(NODE **last, NODE *next, ENTRY item) in build() function
/titanic_44/usr/src/tools/findunref/
H A DREADME.exception_lists32 standard nightly build.
38 The actual exception_list file used during a nightly build is generated during
39 the build (see usr/src/tools/findunref/Makefile for details), based on various
/titanic_44/usr/src/cmd/sgs/librtld_db/demo/
H A D00README39 amd64/ - build directory contains architecture specific source files
43 amd64/Makefile - makefiles to build rdb for each architecture
53 To build rdb:
/titanic_44/usr/src/tools/scripts/
H A Dnightly.sh98 build "non-DEBUG" "$suffix-nd" "-nd" "$MULTI_PROTO"
110 build "DEBUG" "$suffix" "" "$MULTI_PROTO"
170 function build { function
626 +t Use the build tools in $ONBLD_TOOLS/bin
627 -V VERS set the build version string to VERS
634 non-DEBUG is the default build type. Build options can be set in the
639 -D do a build with DEBUG on
640 -F do _not_ do a non-DEBUG build
647 -V VERS set the build version string to VERS
649 -i do an incremental build (no "make clobber")
[all …]
/titanic_44/usr/src/lib/libc/port/gen/
H A Dhsearch.c123 static ENTRY *build();
429 RETURN(build(&table[i], (NODE *) NULL, item));
446 RETURN(build(&table[i], table[i], item));
448 RETURN(build(q, p, item));
455 *build(last, next, item) in build() function
/titanic_44/usr/src/lib/
H A DMakefile.filter.targ33 # Override shared object build rule from Makefile.lib. This rule uses $(LD)
38 # Since no OBJECTS are used in this build, turn off CTF.
H A DREADME.Makefiles69 Makefiles before introducing your own custom build macros or rules.
134 you to build and install message catalogs from your library's source files.
140 To build a message catalog from arbitrarily many message source files, use
171 To build a message catalog from other message catalogs, or from source files
352 Set to the list of the types of libraries to build when building
360 to be used in other parts of the build), you should set LIBS to
387 Set to the list of source files required to build your library.
401 library does not build a lint library.
406 to build your library; minimally "-lc". Note that this should
483 higher-level Makefiles already contain rules to build all of the
[all …]
/titanic_44/usr/src/lib/libnsctl/common/
H A Dmachdep.c195 for (mp = map; mp->build != NULL && mp->runtime != NULL; mp++) { in nsc_check_release()
196 if (strcmp(mp->build, build_rel) == 0) { in nsc_check_release()
/titanic_44/usr/src/cmd/mdb/demo/
H A DREADME58 not need to change any of the definitions here in order to build the examples.
75 make all (default) - build all modules for the current machine
76 make clean - remove object files from build directories
77 make clean.lint - remove lint files from build directories
81 To build the example modules, execute "make" in this directory. This will
/titanic_44/usr/src/cmd/ast/msgcc/
H A DNOTES33 (4) msgcat global target build msgs/*.mso and $(CATALOG).msg
36 the *.msg files are weird -- we need to build them viewed over an
/titanic_44/usr/src/head/
H A Dnsctl.h64 const char *build; /* build release */ member

123456