| /test/stcnv/usr/src/tools/tet/contrib/SHELL-API/bin/ |
| buildtool | 10 exec make TET_EXECUTE="$TET_EXECUTE"
|
| cleantool | 10 exec make TET_EXECUTE="$TET_EXECUTE" clean
|
| /test/stcnv/usr/src/tools/tet/contrib/capi/ |
| Setup | 18 make clobber install 20 make clobber install
|
| /test/stcnv/usr/src/tools/tet/contrib/api/src/ |
| buildtool | 9 make $1 >>$OUTPUT 2>&1
|
| /test/stcnv/usr/src/tools/tet/contrib/usltools/ |
| smake | 13 # without specific, written prior permission. USL make 25 # read in the tetbuild.cfg file then run make 37 # run make 38 MAKE=${MAKE:=make} 42 # echo "$pname, calling $MAKE clean" 43 $MAKE -e clean 2>&1 46 # echo "$pname, calling $MAKE $*" 47 $MAKE -e $* 2>& [all...] |
| /test/stcnv/usr/src/tools/tet/contrib/suite/ |
| runtest | 11 echo "you need to make compat prior to execution, aborting..." 38 (cd src ; make) 39 (cd ../api/src; make EXTRACT)
|
| /test/stcnv/usr/src/tools/tet/contrib/capi/tools/ |
| smake | 13 # without specific, written prior permission. USL make 25 # read in the tetbuild.cfg file then run make 40 # run make 41 MAKE=${MAKE:=make} 45 # echo "$pname, calling $MAKE clean" 46 $MAKE -e clean 2>&1 49 # echo "$pname, calling $MAKE $*" 50 $MAKE -e $* 2>& [all...] |
| /test/stcnv/usr/src/suites/storage/ndmp/protocol/src/lib/perl/ |
| Makefile | 56 rm -f $(LIBDIR)/ndmp_execute .make.state
|
| /test/ontest-stc1/usr/ontest/uts/fs/nfs/nfsv4-test/ |
| README | 188 need to be available after running the suite, make sure they are shared 223 Please make sure the tests are built in a system with the NFSv4 installed, 227 . With SOS10 compiler, use "make install __SOS10=" 228 . With GUNC compiler, use "make install __GNUC=" 231 . With SOS10 compiler, use "make install MAKE64= __SOS10=" 232 . With GUNC compiler, use "make install MAKE64= __GNUC=" 234 By default with "make install", the compiler found from user's PATH will 245 Make sure TCL library are available/installed in the proper location; 246 then type "make install" from the top level, i.e. nfsv4-test to build the 250 If you only want to build a subdir, cd into the subdir and make with th [all...] |
| /test/stcnv/usr/src/suites/security/kmf/tests/pktool/ |
| pktool_080.ksh | 37 # installed to make it usable, verify that a user's TPM token can be 67 installed to make it usable, verify that a user's TPM token can be
|
| pktool_079.ksh | 37 # installed to make it usable, verify that a user's TPM token can be 69 installed to make it usable, verify that a user's TPM token can be
|
| /test/stcnv/usr/src/tools/tet/contrib/configtool/defines/ |
| ,mpeix.mk | 66 # make utilities - these don't usually change 67 MAKE = make 95 # LDFLAGS - loader flags used by make's built-in rules 159 # rules to make the lint libraries 169 # have to make them by hand
|
| mpeix.mk | 66 # make utilities - these don't usually change 67 MAKE = make 95 # LDFLAGS - loader flags used by make's built-in rules 159 # rules to make the lint libraries 169 # have to make them by hand
|
| qnx4.mk | 48 # make utilities - these don't usually change 49 MAKE = make 77 # LDFLAGS - loader flags used by make's built-in rules 141 # rules to make the lint libraries 151 # have to make them by hand
|
| cray.mk | 52 # make utilities 53 MAKE = make 133 # rules to make the lint libraries
|
| decux4.mk | 51 # make utilities 52 MAKE = make 121 # rules to make the lint libraries
|
| dynix.mk | 55 # make utilities 56 MAKE = make 136 # rules to make the lint libraries
|
| freebsd.mk | 40 # make utilities - these don't usually change 41 MAKE = make 69 # LDFLAGS - loader flags used by make's built-in rules 133 # rules to make the lint libraries 143 # have to make them by hand
|
| irix.mk | 53 # make utilities 54 MAKE = make 134 # rules to make the lint libraries
|
| linuxthreads.mk | 54 # make utilities 55 MAKE = make 137 # rules to make the lint libraries
|
| /test/stcnv/usr/src/tools/tet/contrib/suite/src/ |
| t2-build | 27 &verify(!grep(/make: Fatal error/,@output));
|
| /test/stcnv/usr/src/suites/storage/megacli/ |
| README | 97 6. /usr/ccs/bin/make 124 disks used for testing. Make sure the disks available for the testing 140 testing controller. Make sure the testing controller do not have any useful 207 user$ /usr/ccs/bin/make 208 user$ /usr/ccs/bin/make install 209 user$ /usr/ccs/bin/make package 212 user$ /usr/ccs/bin/make clean 213 user$ /usr/ccs/bin/make clobber
|
| /test/ontest-stc2/src/tools/stf/bin/ |
| stf_build.ksh | 103 ${MAKE:-/usr/ccs/bin/make} -e ${flags} $ARG
|
| /test/ontest-stc2/src/tools/tet/contrib/ctitools/src/scripts/ |
| build_tet.ksh | 18 readonly MAKE=/usr/ccs/bin/make 19 export MAKE 22 # Check the version of the compiler to make sure it meets the 125 print "Make sure the TET_ROOT environment variable is set to the" 131 print "Make sure the TET_ROOT environment variable is set to the" 177 # Do a make clobber just to make sure all is clean. 182 print "Doing a make clobber to make sure starting in a clean environment. [all...] |
| /test/stcnv/usr/src/tools/stf/bin/ |
| stf_build.ksh | 103 ${MAKE:-/usr/ccs/bin/make} -e ${flags} $ARG
|