Searched refs:INSTALL (Results 1 - 14 of 14) sorted by relevance

/illumos-gate/usr/src/cmd/ksh/amd64/
H A DMakefile36 $(INSTALL.ksh.64bit)
/illumos-gate/usr/src/cmd/ksh/i386/
H A DMakefile35 $(INSTALL.ksh.32bit)
/illumos-gate/usr/src/cmd/ksh/sparc/
H A DMakefile35 $(INSTALL.ksh.32bit)
/illumos-gate/usr/src/cmd/ksh/sparcv9/
H A DMakefile36 $(INSTALL.ksh.64bit)
/illumos-gate/usr/src/cmd/ksh/
H A DMakefile.com98 INSTALL.ksh.32bit=@ \
109 INSTALL.ksh.64bit=@ \
/illumos-gate/usr/src/grub/grub-0.97/
H A Dcompile46 right script to run: please start by reading the file `INSTALL'.
H A Dconfig.status.solaris313 INSTALL="/usr/ucb/install"
497 s,@INSTALL_PROGRAM@,${INSTALL},;t t
498 s,@INSTALL_SCRIPT@,${INSTALL},;t t
499 s,@INSTALL_DATA@,${INSTALL} -m 644,;t t
629 # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
733 case $INSTALL in
734 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
735 *) ac_INSTALL=$ac_top_builddir$INSTALL ;;
801 s,@INSTALL@,$ac_INSTALL,;t t
H A Dconfigure1425 if test -z "$INSTALL"; then
1438 ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
1469 INSTALL=$ac_cv_path_install
1472 # path for INSTALL within a source directory, because that will
1475 INSTALL=$ac_install_sh
1478 echo "$as_me:$LINENO: result: $INSTALL" >&5
1479 echo "${ECHO_T}$INSTALL" >&6
1483 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
1485 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
1487 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL}
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/rdist/
H A Ddefs.h57 #define INSTALL 10 macro
104 short sc_type; /* type - INSTALL,NOTIFY,EXCEPT,SPECIAL */
H A Dgram.y42 %term INSTALL 10
58 %type <subcmd> INSTALL, NOTIFY, EXCEPT, PATTERN, SPECIAL, cmdlist, cmd
121 cmd: INSTALL options opt_namelist SM = {
324 c = INSTALL;
H A Dmain.c456 cmds = makesubcmd(INSTALL);
542 case INSTALL:
543 return ("INSTALL");
H A Ddocmd.c217 if (sc->sc_type != INSTALL)
/illumos-gate/usr/src/tools/scripts/
H A DInstall.sh65 INSTALL=`basename $0`
98 trap 'fail "User Interrupt" "You can resume by typing \"$INSTALL -R\""' 1 2 3 15
763 "Then, use \"$INSTALL -R\" to resume the install." ""
828 set $INSTALL $DEFAULT_OPTIONS $RCOPTS $*
850 h) usage "${INSTALL}: installs unix and modules";;
/illumos-gate/usr/src/lib/libpkg/common/
H A Dpkgtrans.c91 #define INSTALL "install" macro
1509 if (nparts && (isdir(INSTALL) == 0)) {
1511 (void) strlcat(cmd, INSTALL, sizeof (cmd));
1743 if (nparts && (isdir(INSTALL) == 0)) {
1745 (void) strlcat(cmd, INSTALL, sizeof (cmd));

Completed in 122 milliseconds