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

  /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/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/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.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 target
28 ##### Install rules
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.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.test.mk 178 @echo "*** Sorry, you cannot use make test from src/tests. Install the"
bsd.kmodule.mk 202 ##### Install rules
233 ${_P}! ${P} # install rule
235 ${_P}! .MADE # no build at install
238 ${_P}: ${P} # install rule
240 ${_P}: .MADE # no build at install
253 .PRECIOUS: ${_P} # keep if install fails
bsd.doc.mk 19 # EXTRA extra files to install (XXX)
154 ##### Install
bsd.own.mk 466 INSTALL= ${TOOLDIR}/bin/${MACHINE_GNU_PLATFORM}-install
519 TOOL_INSTALL_INFO= ${TOOLDIR}/bin/${_TOOL_PREFIX}install-info
641 TOOL_INSTALL_INFO= install-info
1057 install lint obj regress tags html analyze describe \
1060 install lint obj regress beforedepend afterdepend \
1062 html subdir-all subdir-install subdir-depend analyze describe \
1068 .if !target(install)
1069 install: beforeinstall .WAIT subdir-install realinstall .WAIT afterinstal target
    [all...]
  /src/distrib/sets/
maketars 50 -i idir Install sets to idir instead of creating tar files
  /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/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...]
msg.mi.fr 61 message install
174 * $4 = full install size min. 127M
175 * $5 = install with X min. 427M
186 * $4 = full install size min. 127M
187 * $5 = install with X min. 427M
200 * $4 = full install size min. 127M
201 * $5 = install with X min. 427M
313 * $3 = optional install flag (I)nstall,
459 d'installation (INSTALL) pour apprendre � bien configurer votre
470 Veuillez consulter le document d'installation (INSTALL) pour apprendr
    [all...]
msg.mi.pl 63 message install
169 * $4 = full install size min. 127M
170 * $5 = install with X min. 427M
181 * $4 = full install size min. 127M
182 * $5 = install with X min. 427M
195 * $4 = full install size min. 127M
196 * $5 = install with X min. 427M
296 * $3 = optional install flag (I)nstall,
439 INSTALL o koncowej konfiguracji systemu.
447 musial wykonac polecenia zawarte w pliku INSTALL, aby skonfigurowac syste
    [all...]
  /src/sys/arch/mvme68k/mvme68k/
locore.s 660 RELOC(vectab,%a2) | Install our own vectab, temporarily
664 movl %a1,%a2@(8) | Install our own handler
  /src/distrib/syspkg/mk/
bsd.syspkg.mk 33 # keep bsd.own.mk from generating an install: target.
86 # Set PKG_INSTALL_FILE to be the name of any INSTALL file
87 .if !defined(PKG_INSTALL_FILE) && exists(${PKGDIR}/INSTALL)
88 PKG_INSTALL_FILE= ${PKGDIR}/INSTALL
227 # These are the body of the build/install framework. If you are
401 # Install binary pkg, without strict uptodate-check first
403 bin-install:
472 # install package cookie
483 .if !target(install-depends)
484 install-depends
    [all...]

Completed in 21 milliseconds