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

1 2 3 4 5 6 7 8 91011>>

  /src/external/bsd/nsd/dist/contrib/bind2nsd/
install.sh 24 # install script
27 python setup.py install
29 (cd pexpect-2.1; python setup.py install)
31 (cd pyDes-1.2; python setup.py install)
  /src/distrib/atari/floppies/prepare/
Makefile 6 IMAGEDEPENDS+= install.sh install.md ${.CURDIR}/../../../miniroot/install.sub
  /src/external/bsd/unbound/dist/contrib/ios/
install_tools.sh 3 # This step should install tools needed for all packages - OpenSSL, Expat and Unbound
9 #brew install curl perl 1>/dev/null
10 HOMEBREW_NO_AUTO_UPDATE=1 brew install curl perl 1>/dev/null
  /src/external/mit/expat/dist/
buildconf.sh 35 exec autoreconf --warnings=all --install --verbose "$@"
  /src/tools/texinfo/
Makefile 9 .if !empty(.MAKE.OS:M*CYGWIN*) && target(install)
10 .END: install-texinfo
11 install-texinfo:
12 ${HOST_SH} ${NETBSDSRCDIR}/tools/binstall/mkmanifest ${TOOLDIR}/bin/${_TOOL_PREFIX}install-info.exe
  /src/external/bsd/am-utils/dist/doc/
Makefile.am 33 install -c -m 644 $< $@
36 install -c -m 644 $< $@
43 # personal rule for Erez Zadok to generate and install html docs
44 alldocs: ps install-NEWS install-INSTALL install-ChangeLog install-AUTHORS install-tasks install-autofs install-y2k install-ldap install-osx install-BUGS install-FAQ install-html install-ps insta (…)
    [all...]
  /src/usr.sbin/sysinst/arch/sparc/
md.c 68 md_get_info(struct install_partition_desc *install)
78 md_make_bsd_partitions(struct install_partition_desc *install)
80 return(make_bsd_partitions(install));
87 md_check_partitions(struct install_partition_desc *install)
96 md_pre_disklabel(struct install_partition_desc *install,
106 md_post_disklabel(struct install_partition_desc *install,
113 * hook called after upgrade() or install() has finished setting
117 * On the sparc, we use this opportunity to install the boot blocks.
120 md_post_newfs(struct install_partition_desc *install)
131 md_post_extract(struct install_partition_desc *install, bool upgrade
    [all...]
  /src/usr.sbin/sysinst/arch/sparc64/
md.c 69 md_get_info(struct install_partition_desc *install)
80 md_make_bsd_partitions(struct install_partition_desc *install)
82 return make_bsd_partitions(install);
89 md_check_partitions(struct install_partition_desc *install)
98 md_pre_disklabel(struct install_partition_desc *install,
108 md_post_disklabel(struct install_partition_desc *install,
116 * hook called after upgrade() or install() has finished setting
121 md_post_newfs(struct install_partition_desc *install)
128 md_post_extract(struct install_partition_desc *install, bool upgrade)
134 md_cleanup_install(struct install_partition_desc *install)
    [all...]
  /src/usr.sbin/sysinst/arch/dummy/
md.c 72 md_pre_disklabel(struct install_partition_desc *install,
79 md_post_disklabel(struct install_partition_desc *install,
86 md_pre_mount(struct install_partition_desc *install, size_t ndx)
92 md_post_newfs(struct install_partition_desc *install)
98 md_post_extract(struct install_partition_desc *install, bool upgrade)
104 md_cleanup_install(struct install_partition_desc *install)
109 md_pre_update(struct install_partition_desc *install)
115 md_update(struct install_partition_desc *install)
  /src/usr.sbin/sysinst/
install.c 1 /* $NetBSD: install.c,v 1.25 2023/01/06 18:13:40 martin Exp $ */
35 /* install.c -- system installation. */
50 write_all_parts(struct install_partition_desc *install)
60 allparts = calloc(install->num + install->num_write_back,
67 for (i = 0; i < install->num_write_back; i++) {
68 parts = install->write_back[i];
82 for (i = 0; i < install->num; i++) {
83 parts = install->infos[i].parts;
104 if (!md_pre_disklabel(install, allparts[i]))
157 struct install_partition_desc install = {}; local
    [all...]
  /src/external/gpl2/gettext/dist/gettext-tools/man/
gettextize.x 2 gettextize \- install or upgrade gettext infrastructure
  /src/distrib/atari/floppies/
Makefile 3 SUBDIR= install prepare
  /src/usr.sbin/sysinst/arch/amiga/
md.c 60 md_get_info(struct install_partition_desc *install)
70 md_make_bsd_partitions(struct install_partition_desc *install)
79 md_check_partitions(struct install_partition_desc *install)
88 md_pre_disklabel(struct install_partition_desc *install,
98 md_post_disklabel(struct install_partition_desc *install,
124 * hook called after upgrade() or install() has finished setting
129 md_post_newfs(struct install_partition_desc *install)
138 md_post_extract(struct install_partition_desc *install, bool upgrade)
144 md_cleanup_install(struct install_partition_desc *install)
152 md_pre_update(struct install_partition_desc *install)
    [all...]
  /src/external/gpl3/gcc/dist/libstdc++-v3/
Makefile.am 45 STAMP_INSTALL_XML = doc-install-xml
53 STAMP_INSTALL_HTML = doc-install-html
61 STAMP_INSTALL_MAN = doc-install-man
69 STAMP_INSTALL_PDF = doc-install-pdf
77 STAMP_INSTALL_EPUB = doc-install-epub
80 STAMP_INSTALL_EPUB = doc-install-epub
93 # install-xml:
94 # install-html:
95 # install-pdf:
96 # install-man
    [all...]
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/
Makefile.am 46 STAMP_INSTALL_XML = doc-install-xml
54 STAMP_INSTALL_HTML = doc-install-html
62 STAMP_INSTALL_MAN = doc-install-man
70 STAMP_INSTALL_PDF = doc-install-pdf
78 STAMP_INSTALL_EPUB = doc-install-epub
81 STAMP_INSTALL_EPUB = doc-install-epub
94 # install-xml:
95 # install-html:
96 # install-pdf:
97 # install-man
    [all...]
  /src/usr.sbin/sysinst/arch/virt68k/
md.c 61 md_get_info(struct install_partition_desc *install)
120 md_make_bsd_partitions(struct install_partition_desc *install)
123 return make_bsd_partitions(install);
130 md_check_partitions(struct install_partition_desc *install)
137 for (i = 0; i < install->num; i++) {
140 if (install->infos[i].cur_flags &
145 if (install->infos[i].cur_start < last_end) {
148 install->infos[i].mount);
154 last_end = install->infos[i].cur_start + install->infos[i].size
    [all...]
  /src/usr.sbin/sysinst/arch/cats/
md.c 63 md_get_info(struct install_partition_desc *install)
127 md_make_bsd_partitions(struct install_partition_desc *install)
129 return make_bsd_partitions(install);
136 md_check_partitions(struct install_partition_desc *install)
145 md_pre_disklabel(struct install_partition_desc *install,
155 md_post_disklabel(struct install_partition_desc *install,
162 * hook called after upgrade() or install() has finished setting
167 md_post_newfs(struct install_partition_desc *install)
173 md_post_extract(struct install_partition_desc *install, bool upgrade)
179 md_cleanup_install(struct install_partition_desc *install)
    [all...]
  /src/usr.sbin/sysinst/arch/evbsh3/
md.c 51 md_get_info(struct install_partition_desc *install)
96 md_pre_disklabel(struct install_partition_desc *install,
107 md_post_disklabel(struct install_partition_desc *install,
114 * MD hook called after upgrade() or install() has finished setting
121 md_post_newfs(struct install_partition_desc *install)
128 md_make_bsd_partitions(struct install_partition_desc *install)
131 return make_bsd_partitions(install);
138 md_check_partitions(struct install_partition_desc *install)
146 md_update(struct install_partition_desc *install)
150 md_post_newfs(install);
    [all...]
  /src/usr.sbin/sysinst/arch/news68k/
md.c 64 md_get_info(struct install_partition_desc *install)
109 md_make_bsd_partitions(struct install_partition_desc *install)
112 return make_bsd_partitions(install);
119 md_check_partitions(struct install_partition_desc *install)
129 md_pre_disklabel(struct install_partition_desc *install,
140 md_post_disklabel(struct install_partition_desc *install,
147 * hook called after upgrade() or install() has finished setting
151 * On the news68k, we use this opportunity to install the boot blocks.
154 md_post_newfs(struct install_partition_desc *install)
167 md_post_extract(struct install_partition_desc *install, bool upgrade
    [all...]
  /src/usr.sbin/sysinst/arch/newsmips/
md.c 63 md_get_info(struct install_partition_desc *install)
108 md_make_bsd_partitions(struct install_partition_desc *install)
110 return make_bsd_partitions(install);
117 md_check_partitions(struct install_partition_desc *install)
126 md_pre_disklabel(struct install_partition_desc *install,
136 md_post_disklabel(struct install_partition_desc *install,
143 * hook called after upgrade() or install() has finished setting
147 * On the newsmips, we use this opportunity to install the boot blocks.
150 md_post_newfs(struct install_partition_desc *install)
163 md_post_extract(struct install_partition_desc *install, bool upgrade
    [all...]
  /src/usr.sbin/sysinst/arch/hppa/
md.c 66 md_get_info(struct install_partition_desc *install)
121 md_make_bsd_partitions(struct install_partition_desc *install)
123 return make_bsd_partitions(install);
130 md_check_partitions(struct install_partition_desc *install)
136 for (part = 0; part < install->num; part++) {
137 if (strcmp(install->infos[part].mount, "/") == 0) {
138 daddr_t offset = install->infos[part].cur_start;
139 daddr_t size = install->infos[part].size;
156 md_pre_disklabel(struct install_partition_desc *install,
166 md_post_disklabel(struct install_partition_desc *install,
    [all...]
  /src/sys/arch/atari/stand/tostools/
Makefile 5 .PHONY: all clean install
17 install:
19 ${MAKE} -C $$dir install; \
  /src/external/bsd/flex/dist/
autogen.sh 50 "$LIBTOOLIZE" --install --force
51 autoreconf --install --force
  /src/external/bsd/pam-u2f/dist/
autogen.sh 7 autoreconf --install
  /src/external/bsd/unbound/dist/contrib/android/
install_tools.sh 3 # This step should install tools needed for all packages - OpenSSL, Expat and Unbound
6 sudo apt-get -qq install --no-install-recommends curl tar zip unzip perl openjdk-8-jdk autoconf automake libtool pkg-config

Completed in 43 milliseconds

1 2 3 4 5 6 7 8 91011>>