/illumos-gate/usr/src/data/locale/tools/ |
H A D | Makefile | 19 CMFILES= $(_CHARMAPS:%=build/%.cm) 21 GB18030SRCS= $(GB18030_LOCALES:%=build/%.GB18030.src) 22 ISO1SRCS= $(ISO8859_1_LOCALES:%=build/%.ISO8859-1.src) 23 ISO2SRCS= $(ISO8859_2_LOCALES:%=build/%.ISO8859-2.src) 24 ISO5SRCS= $(ISO8859_5_LOCALES:%=build/%.ISO8859-5.src) 25 ISO7SRCS= $(ISO8859_7_LOCALES:%=build/%.ISO8859-7.src) 26 ISO9SRCS= $(ISO8859_9_LOCALES:%=build/%.ISO8859-9.src) 27 ISO11SRCS= $(_ISO8859_11_LOCALES:%=build/%.ISO8859-11.src) 28 ISO13SRCS= $(ISO8859_13_LOCALES:%=build/%.ISO8859-13.src) 29 ISO15SRCS= $(ISO8859_15_LOCALES:%=build/%.ISO8859-15.src) [all …]
|
/illumos-gate/usr/src/cmd/mdb/tools/scripts/ |
H A D | mdb.sh | 37 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 …]
|
/illumos-gate/usr/src/cmd/svr4pkg/pkgscripts/ |
H A D | i.build.sh | 42 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 D | r.build.sh | 46 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 D | Makefile | 33 i.build \ 38 r.build \
|
/illumos-gate/usr/src/tools/ |
H A D | README.tools | 28 This directory contains the tools used to do a full build of the 29 OS/Net workspace. They usually live in the /opt/onbld directory on build 30 machines. From here, 'make install' will build and install the tools 47 build environment files. 50 libraries used by the build tools. 53 python modules used by the build tools. 82 attributes for consistency with common build rules. nightly uses 84 build results. It also uses the -i option to obtain NEEDED and RUNPATH 96 build machine but is kept here for source control purposes. 135 'nightly' timestamps the start of the build, and findunref uses its [all …]
|
/illumos-gate/usr/src/tools/smatch/src/Documentation/ |
H A D | Makefile | 6 SPHINXBUILD = sphinx-build 9 BUILDDIR = build 24 @mv build/man/$@ $@
|
H A D | smatch.txt | 20 Smatch is easy to build. Just type `make`. There isn't an install process 21 right now so just run it from the build directory. 28 build the database but it's a useful thing to do. Building the database 29 for the kernel takes 2-3 hours on my computer. For the kernel you build 56 You can also build a directory like this: 63 variables are passed to kernel build system - thus allowing for the use of
|
/illumos-gate/usr/src/pkg/ |
H A D | README.pkg | 37 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: 88 A set of intermediate build products are placed in 117 current build, with a fallback to packages installed on the build 125 extensions, as build targets. This will cause processing or 129 or when you run nightly -p. If you build incrementally, 150 Start up a depot on your build machine. [all …]
|
/illumos-gate/usr/src/pkg/manifests/ |
H A D | developer-opensolaris-osnet.p5m | 26 set name=pkg.summary value="Dependencies required to build the illumos-gate." 28 value="Dependencies required to build the illumos-gate." 34 depend type=require fmri=developer/build/make@0.5.11-0.133 35 depend type=require fmri=developer/build/onbld@0.5.11-0.133
|
H A D | developer-build-make.p5m | 14 set name=pkg.fmri value=pkg:/developer/build/make@$(PKGVERS) 15 set name=pkg.summary value="Parallel make(1) build tool" 16 set name=pkg.description value="Parallel make(1) build tool"
|
/illumos-gate/usr/src/uts/ |
H A D | README | 44 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 …]
|
/illumos-gate/exception_lists/ |
H A D | check_rtime | 181 UNREF_OBJ /libstdc\+\+\.so\.6;\ unused\ dependency\ of # gcc build 182 UNREF_OBJ /libgcc_s\.so\.1;\ 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 [all …]
|
/illumos-gate/usr/src/tools/scripts/ |
H A D | nightly | 95 build "non-DEBUG" "$suffix-nd" "-nd" "$MULTI_PROTO" 107 build "DEBUG" "$suffix" "" "$MULTI_PROTO" 167 function build { function 501 +t Use the build tools in $ONBLD_TOOLS/bin 504 -d WS do build in WS (directory) 505 -V VERS set the build version string to VERS 512 non-DEBUG is the default build type. Build options must be set in the 517 -D do a build with DEBUG on 518 -F do _not_ do a non-DEBUG build 526 -V VERS set the build version string to VERS [all …]
|
/illumos-gate/usr/src/tools/findunref/ |
H A D | README.exception_lists | 32 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
|
/illumos-gate/usr/src/cmd/sgs/demo_rdb/ |
H A D | 00README | 39 amd64/ - build directory contains architecture specific source files 43 amd64/Makefile - makefiles to build rdb for each architecture 53 To build rdb:
|
/illumos-gate/usr/src/lib/libc/port/gen/ |
H A D | hsearch.c | 123 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
|
/illumos-gate/usr/src/cmd/ast/ |
H A D | README.ast | 1 This area contains the build configuration for selected AT&T Software Technology 10 host system and build environment (similar to the output from tools like
|
/illumos-gate/usr/src/cmd/ |
H A D | Makefile.cmd.64 | 26 # This makefile contains the compiler fiddling needed to build 33 # build $(ROOTFS_PROG) rather than $(PROG)
|
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/ |
H A D | Makefile | 15 * override SHOPT_foo=1 can be placed one per line in the build dir Makeargs 28 SHOPT_COSHELL == 1 /* build with connection to coshell */
|
/illumos-gate/usr/src/boot/ |
H A D | Readme.txt | 22 containing Makefile and licence notes for build and packaging. 44 because of differences of build systems used in illumos and freebsd.
|
/illumos-gate/usr/src/lib/ |
H A D | Makefile.filter.targ | 28 # Override shared object build rule from Makefile.lib. This rule uses $(LD) 33 # Since no OBJECTS are used in this build, turn off CTF.
|
/illumos-gate/ |
H A D | README.md | 7 The illumos build must be run on an illumos-based operating system. See the 8 [Building illumos](https://illumos.org/docs/developers/build/) section of our
|
/illumos-gate/usr/src/cmd/smbsrv/test-crypt/ |
H A D | README | 20 To build the tests: 23 To run the tests: (on the build system)
|
/illumos-gate/usr/src/test/elf-tests/tests/resolution/mixed-hidden-comdat/ |
H A D | README.md | 5 The GNU compiler, or build systems which use `-fvisibility*` inconsistently 30 A Makefile to build the tests on the system under test
|