Searched refs:make (Results 1 - 25 of 101) sorted by relevance

12345

/illumos-gate/usr/src/cmd/make/bin/
H A DMakefile14 PROG= make
15 POFILE= make.po
43 ROOTLINKS = $(ROOTCCSBIN)/make $(ROOTXPG4BIN)/make $(ROOTBIN)/dmake $(ROOTCCSLIB)/svr4.make \
44 $(ROOTLIB)/svr4.make
46 ROOTRULES = $(ROOTSHLIB)/make/make.rules $(ROOTSHLIB)/make/svr4.make
[all...]
/illumos-gate/usr/src/man/man1s/
H A DMakefile21 MANLINKS= dmake.1s make.1s
23 dmake.1s := LINKSRC = ../man1/make.1
24 make.1s := LINKSRC = ../man1/make.1
/illumos-gate/usr/src/tools/quick/
H A Dmake-smbsrv17 # Use distributed make (dmake) by default.
18 make=${MAKE:-dmake}
50 (cd $SRC/tools && $make install)
51 (cd $SRC/common/mapfiles; $make install)
55 (cd $SRC/tools && $make clobber)
56 (cd $SRC/common/mapfiles; $make clobber)
66 (cd $SRC/uts && $make -k clobber_h)
67 (cd $SRC/head && $make clobber)
74 # Just the parts of "make sgs" we need, and
78 (cd $SRC/uts && $make
[all...]
H A Dmake-gss17 # Use distributed make (dmake) by default.
18 make=${MAKE:-dmake}
50 (cd $SRC/tools && $make install)
51 (cd $SRC/common/mapfiles; $make install)
55 (cd $SRC/tools && $make clobber)
56 (cd $SRC/common/mapfiles; $make clobber)
66 (cd $SRC/uts && $make -k clobber_h)
67 (cd $SRC/head && $make clobber)
74 # Just the parts of "make sgs" we need, and
78 (cd $SRC/uts && $make
[all...]
H A Dmake-zfs17 # Use distributed make (dmake) by default.
18 make=${MAKE:-dmake}
49 (cd $SRC/tools && $make install)
50 (cd $SRC/common/mapfiles; $make install)
54 (cd $SRC/tools && $make clobber)
55 (cd $SRC/common/mapfiles; $make clobber)
65 (cd $SRC/uts && $make -k clobber_h)
66 (cd $SRC/head && $make clobber)
73 # Just the parts of "make sgs" we need, and
77 (cd $SRC/uts && $make
[all...]
H A Dmake-idmap17 # Use distributed make (dmake) by default.
18 make=${MAKE:-dmake}
50 (cd $SRC/tools && $make install)
51 (cd $SRC/common/mapfiles; $make install)
55 (cd $SRC/tools && $make clobber)
56 (cd $SRC/common/mapfiles; $make clobber)
66 (cd $SRC/uts && $make -k clobber_h)
67 (cd $SRC/head && $make clobber)
74 # Just the parts of "make sgs" we need, and
78 (cd $SRC/uts && $make
[all...]
/illumos-gate/usr/src/cmd/make/
H A DMakefile.com14 MAKE_INCLUDE= $(SRC)/cmd/make/include
/illumos-gate/usr/src/tools/make/
H A DMakefile.com14 MAKE_INCLUDE= $(SRC)/cmd/make/include
/illumos-gate/usr/src/cmd/print/scripts/
H A Dgetppdfile31 # make: model: ppdlabel: ppd:
65 make=$(echo $* | /usr/bin/nawk '{FS=":"; print $1}')
75 # Do not use ":" with $make. printmgr collapses manufacturer name
82 /bin/grep "${make}" /var/lp/ppd/ppdcache |
H A Dgetppds31 # make model
44 # Return cache entries matching the specified make
64 make=$1
77 for pentry in $(ppd_make_entries "${make}" "${model}" "${cachefile}")
/illumos-gate/usr/src/tools/gk/
H A Dgen_make.machines.sh26 # script to generate example .make.machines for build users
37 EXISTING=$(grep "^$THISHOST" $HOME/.make.machines |awk -F"=" '{print $2}')
40 printf "Your existing \$HOME/.make.machines has a concurrency "
46 printf "$THISHOST max=$max\n" >> $HOME/.make.machines
/illumos-gate/usr/src/tools/make/bin/
H A DMakefile14 PROG= make
15 CMDDIR= $(SRC)/cmd/make/bin
44 ROOTRULES = $(ROOTONBLDSHARE)/make.rules
58 -$(RM) $@; $(SYMLINK) ./make $@
/illumos-gate/usr/src/cmd/sgs/test/ld/x64/tls/ie/
H A Dx64-ie-test.sh35 make PROTO="${1}"
61 make PROTO="${1}" fail 2>&1 | grep_test "bad insn sequence" \
/illumos-gate/usr/src/cmd/sgs/ldprof/amd64/
H A DMakefile41 @echo doing make install $(ROOTDYNLIB64)
/illumos-gate/usr/src/cmd/sgs/ldprof/sparcv9/
H A DMakefile41 @echo doing make install $(ROOTDYNLIB64)
/illumos-gate/usr/src/stand/
H A DMakefile36 $(RM) make.out lint.out
/illumos-gate/usr/src/tools/make/lib/bsd/
H A DMakefile22 SRCDIR = $(SRC)/cmd/make/lib/bsd
/illumos-gate/usr/src/lib/libdtrace_jni/
H A DMakefile53 @cd java; pwd; make doc
/illumos-gate/usr/src/tools/make/lib/mksh/
H A DMakefile22 SRCDIR = $(SRC)/cmd/make/lib/mksh
/illumos-gate/usr/src/lib/fm/libfmevent/common/
H A Dmkerror.sh34 * This file was generated during make.
/illumos-gate/usr/src/tools/make/lib/makestate/
H A DMakefile.com24 SRCDIR = $(SRC)/cmd/make/lib/makestate
/illumos-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/server/
H A DPrinterUtil.java123 String make) throws Exception
131 String ret[] = DoPrinterUtil.getModels(make);
136 String make, String model) throws Exception
144 String ret[] = DoPrinterUtil.getPPDs(make, model);
122 getModelsList( String make) argument
135 getPPDList( String make, String model) argument
/illumos-gate/usr/src/cmd/mdb/tools/scripts/
H A Dmkmodules.sh34 # We use the ``make dmods'' target to do the build -- this is equivalent to
35 # make install, but does not build the debugger itself, and pass a special
108 # We need to export $BLDID into the compilation environment, and make sure
120 cd $SRC && make clobber && make dmods
/illumos-gate/usr/src/uts/sun4u/io/pci/
H A Dpcisch_asm.s57 wr %g0, %o3, %fprs ! make sure fp is enabled
/illumos-gate/usr/src/uts/intel/io/acpica/
H A Dosl_ml.s71 leaq GlobalLock(%rdi), %rdi / make %rdi point at the lock
94 leal GlobalLock(%ecx), %ecx / make %ecx point at the lock
129 leaq GlobalLock(%rdi), %rdi / make %rdi point at the lock
149 leal GlobalLock(%ecx), %ecx / make %ecx point at the lock

Completed in 177 milliseconds

12345