HomeSort by: relevance | last modified time | path
    Searched refs:Install (Results 1 - 25 of 39) sorted by relevancy

1 2

  /src/external/bsd/pkg_install/dist/create/
create.h 6 * FreeBSD install - a package for the installation and maintainance
43 extern char *Install;
main.c 13 * FreeBSD install - a package for the installation and maintainance
36 char *Install = NULL;
127 Install = optarg;
build.c 44 * FreeBSD install - a package for the installation and maintainance
276 if (Install)
367 if (Install) {
368 install_file = load_and_add(plist, Install, INSTALL_FNAME,
  /src/etc/etc.sparc64/
Makefile.inc 11 BUILD_KERNELS+= INSTALL
19 # Install miniroot images and auxiliary scripts to the release tree
27 # install boot image and installation scripts in netboot directory
  /src/sys/arch/epoc32/stand/e32boot/ldd/
e32boot.cpp 42 virtual TInt Install(void);
85 E32BootLDD::Install(void)
ekern.h 57 * calls SetName from Install
67 virtual TInt Install() = 0;
  /src/external/apache2/llvm/dist/libcxx/
appveyor-reqs-install.cmd 26 :: Install a recent CMake
38 :: Install Ninja
  /src/share/mk/
bsd.inc.mk 11 ##### Install rules
29 ${_F}! ${F} __incinstall # install rule
31 ${_F}: ${F} __incinstall # install rule
35 .PRECIOUS: ${_F} # keep if install fails
bsd.nls.mk 30 ##### Install rules
45 ${_F}! ${F} __nlsinstall # install rule
47 ${_F}! .MADE # no build at install
50 ${_F}: ${F} __nlsinstall # install rule
52 ${_F}: .MADE # no build at install
57 .PRECIOUS: ${_F} # keep if install fails
bsd.info.mk 31 ##### Install rules
64 ${_F}! ${F} __infoinstall # install rule
66 ${_F}! .MADE # no build at install
69 ${_F}: ${F} __infoinstall # install rule
71 ${_F}: .MADE # no build at install
76 .PRECIOUS: ${_F} # keep if install fails
bsd.kinc.mk 5 # INCSDIR Directory to install includes into (and/or make, and/or
8 # INCS Headers to install.
10 # DEPINCS Headers to install which are built dynamically.
26 ##### Install rules
30 # make sure the directory is OK, and install includes.
54 ${_F}! ${F} __incinstall # install rule
56 ${_F}: ${F} __incinstall # install rule
60 .PRECIOUS: ${_F} # keep if install fails
bsd.links.mk 6 install: linksinstall
28 ##### Install rules
bsd.files.mk 23 ##### Install rules
47 ${_F}! ${F} __fileinstall # install rule
49 ${_F}! .MADE # no build at install
52 ${_F}: ${F} __fileinstall # install rule
54 ${_F}: .MADE # no build at install
64 .PRECIOUS: ${_F} # keep if install fails
80 ${_F}! ${F} __fileinstall # install rule
82 ${_F}! .MADE # no build at install
85 ${_F}: ${F} __fileinstall # install rule
87 ${_F}: .MADE # no build at install
    [all...]
bsd.doc.mk 19 # EXTRA extra files to install (XXX)
154 ##### Install
bsd.kmodule.mk 209 ##### Install rules
240 ${_P}! ${P} # install rule
242 ${_P}! .MADE # no build at install
245 ${_P}: ${P} # install rule
247 ${_P}: .MADE # no build at install
260 .PRECIOUS: ${_P} # keep if install fails
bsd.test.mk 178 @echo "*** Sorry, you cannot use make test from src/tests. Install the"
  /src/external/gpl2/texinfo/dist/util/
install-info-html 2 # Id: install-info-html,v 1.3 2004/04/11 17:56:47 karl Exp
4 name=install-info-html
23 Install HTML info document.
  /src/crypto/external/bsd/openssl.old/dist/Configurations/
descrip.mms.tmpl 54 @{$unified_info{install}->{libraries}};
57 grep(!/\.a$/, @{$unified_info{install}->{libraries}});
140 INSTALL_ENGINES={- join(", ", map { "-\n\t".$_.".EXE" } @{$unified_info{install}->{engines}}) -}
141 INSTALL_PROGRAMS={- join(", ", map { "-\n\t".$_.".EXE" } @{$unified_info{install}->{programs}}) -}
368 staging_instdir = staging_instdir - "]A.;" + ".OPENSSL-INSTALL]"
370 staging_instdir = staging_instdir - "A.;" + "[OPENSSL-INSTALL]"
464 install : install_sw install_ssldirs install_docs install_msg
513 # Install helper targets #############################################
534 @ ! Install configuration file
540 @ ! Install CTLOG configuration fil
    [all...]
  /src/distrib/sets/
maketars 50 -i idir Install sets to idir instead of creating tar files
  /src/crypto/external/apache2/openssl/dist/Configurations/
descrip.mms.tmpl 440 staging_instdir = staging_instdir - "]A.;" + ".OPENSSL-INSTALL]"
442 staging_instdir = staging_instdir - "A.;" + "[OPENSSL-INSTALL]"
544 install : install_sw install_ssldirs install_docs {- $disabled{fips} ? "" : "install_fips" -} install_msg
596 # Install helper targets #############################################
634 @ ! Install configuration file
640 @ ! Install CTLOG configuration file
649 @ ! Install header files
654 @ ! Install static (development) libraries
683 @ ! Install shared (runtime) libraries
692 @ ! Install the main progra
    [all...]
  /src/crypto/external/bsd/openssl/dist/Configurations/
descrip.mms.tmpl 402 staging_instdir = staging_instdir - "]A.;" + ".OPENSSL-INSTALL]"
404 staging_instdir = staging_instdir - "A.;" + "[OPENSSL-INSTALL]"
506 install : install_sw install_ssldirs install_docs {- $disabled{fips} ? "" : "install_fips" -} install_msg
558 # Install helper targets #############################################
596 @ ! Install configuration file
602 @ ! Install CTLOG configuration file
611 @ ! Install header files
616 @ ! Install static (development) libraries
645 @ ! Install shared (runtime) libraries
654 @ ! Install the main progra
    [all...]
  /src/usr.sbin/etcupdate/
etcupdate 36 # see the modifications and either install the new version or merge the
220 # Install the new file
345 # Ask the user if (s)he wants to install the new
360 d Don't install the missing file
361 i Install the missing file
367 d Don't install the new file (keep your old file)
368 i Install the new file (overwrites your local modifications!)
377 d Don't install the merged file (keep your old file)
378 i Install the merged file (overwrites your old file)
  /src/external/apache2/llvm/dist/llvm/lib/Support/Unix/
Program.inc 114 // Install it as the requested FD
392 // Install a timeout handler. The handler itself does nothing, but the
  /src/usr.sbin/sysinst/
msg.mi.en 57 message install
58 {install}
69 This menu-driven tool is designed to help you install NetBSD to a hard
82 {You have chosen to install NetBSD on your hard disk. This will change
87 c) Load and install distribution sets
108 any existing configuration info. (Quit and choose `install' or
110 `install' or `upgrade' before starting this procedure!
170 * $4 = full install size min. 127M
171 * $5 = install with X min. 427M
182 * $4 = full install size min. 127
    [all...]
  /src/sys/arch/mvme68k/mvme68k/
locore.s 625 RELOC(vectab,%a2) | Install our own vectab, temporarily
629 movl %a1,%a2@(8) | Install our own handler

Completed in 36 milliseconds

1 2