/titanic_50/usr/src/cmd/make/bin/ |
H A D | Makefile | 14 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.rules 56 $(ROOTCCSBIN)/make: 57 -$(RM) $@; $(SYMLINK) ../../bin/make $@ 59 $(ROOTCCSLIB)/svr4.make: 60 -$(RM) $@; $(SYMLINK) ../../bin/make $@ 62 $(ROOTLIB)/svr4.make: [all …]
|
/titanic_50/usr/src/tools/quick/ |
H A D | make-smbsrv | 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) 78 (cd $SRC/uts && $make -k all_h) 81 (cd $SRC/head && $make -k install_h) 85 (cd $SRC && $make rootdirs) [all …]
|
H A D | make-zfs | 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) 77 (cd $SRC/uts && $make -k all_h) 80 (cd $SRC/head && $make -k install_h) 84 (cd $SRC && $make rootdirs) [all …]
|
H A D | make-gss | 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) 78 (cd $SRC/uts && $make -k all_h) 81 (cd $SRC/head && $make -k install_h) 85 (cd $SRC && $make rootdirs) [all …]
|
H A D | make-idmap | 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) 78 (cd $SRC/uts && $make -k all_h) 81 (cd $SRC/head && $make -k install_h) 85 (cd $SRC && $make rootdirs) [all …]
|
/titanic_50/usr/src/pkg/manifests/ |
H A D | developer-build-make.mf | 14 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" 20 dir path=usr/share/lib/make 23 file path=usr/bin/make mode=0555 26 file path=usr/share/lib/make/make.rules 27 file path=usr/share/lib/make/svr4.make.rules 28 file path=usr/share/man/man1/make.1 29 file path=usr/share/man/man1/sysV-make.1 30 link path=usr/bin/dmake target=make [all …]
|
/titanic_50/usr/src/man/man1s/ |
H A D | Makefile | 21 MANLINKS= dmake.1s make.1s 23 dmake.1s := LINKSRC = ../man1/make.1 24 make.1s := LINKSRC = ../man1/make.1
|
/titanic_50/usr/src/tools/make/bin/ |
H A D | Makefile | 14 PROG= make 15 CMDDIR= $(SRC)/cmd/make/bin 44 ROOTRULES = $(ROOTONBLDSHARE)/make.rules 58 -$(RM) $@; $(SYMLINK) ./make $@
|
/titanic_50/usr/src/tools/scripts/ |
H A D | Install.sh | 472 make=dmake 473 dmvers=`$make -version` 475 make=/usr/ccs/bin/make 477 unset make 486 make="$dmpath/dmake" 491 if [ -z $make ]; then 492 make=/usr/ccs/bin/make 494 "using $make" 503 (cd $KARCH; MAKEFLAGS=e $make -K $MODSTATE modlist.karch) | \
|
/titanic_50/usr/src/lib/libexacct/demo/ |
H A D | README | 56 make all (default) - build exdump executable 57 make lint - run lint against exdump 58 make clean - remove object files 59 make clobber - remove objects, and lint files 61 To build the exdump, execute "make" in this directory. This will 62 execute the default "make all" target.
|
/titanic_50/usr/src/cmd/print/printmgr/com/sun/admin/pm/server/ |
H A D | DoPrinterUtil.java | 185 public static String[] getModels(String make) throws Exception in getModels() argument 192 if (make == null) { in getModels() 197 String cmd = "/usr/lib/lp/bin/getmodels " + make; in getModels() 224 public static String[] getPPDs(String make, String model) throws Exception in getPPDs() argument 229 if ((make == null) || (model == null)) { in getPPDs() 233 String cmd = "/usr/lib/lp/bin/getppds " + make + " " + model; in getPPDs() 291 String make, String model, String ppd) throws Exception in getPPDFile() argument 301 make + ":" + " " + model + ":" + " " + ppd + ":"; in getPPDFile() 376 String make, in isMakeModel() argument 381 Debug.message("SVR: DoPrinterUtil.isMakeModel() " + make + " " + model); in isMakeModel()
|
H A D | PrinterUtil.java | 123 String make) throws Exception in getModelsList() argument 131 String ret[] = DoPrinterUtil.getModels(make); in getModelsList() 136 String make, String model) throws Exception in getPPDList() argument 144 String ret[] = DoPrinterUtil.getPPDs(make, model); in getPPDList()
|
H A D | Printer.java | 45 private String make = null; field in Printer 136 if (make == null) { in addLocalPrinter() 325 make = arg; in setMake() 425 return (make); in getMake()
|
/titanic_50/usr/src/uts/intel/io/acpica/ |
H A D | osl_ml.s | 71 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
|
/titanic_50/usr/src/cmd/ssh/doc/ |
H A D | INSTALL | 38 ftp://ftp.gnu.org/gnu/make/ 40 OpenSSH has only been tested with GNU make. It may work with other 41 'make' programs, but you are on your own. 56 make 57 make install 64 make 65 make install 71 make 72 make install 177 To generate a host key, run "make host-key". Alternately you can do so
|
/titanic_50/usr/src/tools/gk/ |
H A D | gen_make.machines.sh | 37 EXISTING=$(grep "^$THISHOST" $HOME/.make.machines |awk -F"=" '{print $2}') 46 printf "$THISHOST max=$max\n" >> $HOME/.make.machines
|
/titanic_50/usr/src/cmd/print/scripts/ |
H A D | getppdfile | 65 make=$(echo $* | /usr/bin/nawk '{FS=":"; print $1}') 82 /bin/grep "${make}" /var/lp/ppd/ppdcache |
|
H A D | getppds | 64 make=$1 77 for pentry in $(ppd_make_entries "${make}" "${model}" "${cachefile}")
|
/titanic_50/usr/src/cmd/mdb/demo/ |
H A D | README | 41 As the files in this directory are owned by the administrator, you should make 69 and then execute "make". 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 78 make clobber - remove objects, modules, and lint files 79 make lint - run lint against each example module 81 To build the example modules, execute "make" in this directory. This will 82 execute the default "make all" target.
|
/titanic_50/usr/src/cmd/sgs/test/ld/x64/tls/ie/ |
H A D | x64-ie-test.sh | 35 make PROTO="${1}" 61 make PROTO="${1}" fail 2>&1 | grep_test "bad insn sequence" \
|
/titanic_50/usr/src/cmd/mdb/tools/scripts/ |
H A D | mkmodules.sh | 120 cd $SRC && make clobber && make dmods
|
/titanic_50/usr/src/grub/grub-0.97/ |
H A D | INSTALL | 23 the web page <http://www.gnu.org/software/make/make.html>. 93 2. Type `make' to compile the package. 95 3. Optionally, type `make check' to run any self-tests that come with 98 4. Type `make install' to install the programs and any data files and 102 source code directory by typing `make clean'. To also remove the 104 a different kind of computer), type `make distclean'. There is 105 also a `make maintainer-clean' target, but that is intended mainly 125 By default, `make install' will install the package's files in 191 Enable make rules and dependencies not useful (and sometimes
|
/titanic_50/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/ |
H A D | pmInstallPrinter.java | 63 String make = null; field in pmInstallPrinter 713 String make = workingPrinter.getMake(); in setMake() local 714 if (make != null) { in setMake() 715 makeCombo.setSelectedItem(make); in setMake() 942 make = (String)makeCombo.getSelectedItem(); in getMake() 943 if (make.equals(pmUtility.getResource("Not.Selected"))) { in getMake() 949 Debug.message("CLNT:pmInstPr:getMake(): make is: " + make); in getMake() 1138 if (make != null) { in updatePrinter() 1139 workingPrinter.setMake(make); in updatePrinter() 1914 make = (String)makeCombo.getSelectedItem(); in actionmakeCombo() [all …]
|
/titanic_50/usr/src/lib/libnsl/ |
H A D | README.build | 24 If you bringover only usr/src/lib/libnsl, you must do "make headers" 25 before doing a "make".
|
/titanic_50/usr/src/cmd/sgs/libelf/demo/ |
H A D | 00README | 56 Makefile make file to build the above programs. 64 % make all 68 % make test
|