Home
last modified time | relevance | path

Searched refs:install (Results 1 – 25 of 27) sorted by relevance

12

/coreutils/m4/
Dinclude-exclude-prog.m428 # install-by-default programs and the list of do-not-install-by-default
29 # programs, modify the former variable to reflect "no-install" and
30 # "do-install" requests. The names in the latter list should be comma-
37 AC_ARG_ENABLE([install-program],
38 [AS_HELP_STRING([--enable-install-program=PROG_LIST],
39 [install the programs in PROG_LIST (comma-separated,
46 # use --enable-no-install-program=A,B
47 AC_ARG_ENABLE([no-install-program],
48 [AS_HELP_STRING([--enable-no-install-program=PROG_LIST],
49 [do NOT install the programs in PROG_LIST
[all …]
/coreutils/
Dbootstrap.conf402 # Add dummy 'install-html' target, required for packages using
405 if ! grep -w 'install-html' po/Makefile.in.in ; then
406 printf 'install-%s:;\n' dvi ps pdf html >> po/Makefile.in.in
Ddist-check.mk67 define install-transform-check
68 echo running install-transform-check \
71 prefix=$(pfx) install \
80 $(MAKE) prefix=$(pfx) install \
84 test "$$i" = ginstall && i=install; \
117 $(install-transform-check); \
DREADME-prereq23 and install it into a directory that you can then use to build this
24 package. If some packages are available but are too old, install the
38 make install
DMakefile.am27 README-install \
188 install-exec-hook:
Dbootstrap1183 install=
1185 *--install*) install=--install ;;
1187 echo "running: $LIBTOOLIZE $install --copy"
1188 $LIBTOOLIZE $install --copy
Dcfg.mk277 if test "$$i" = install; then \
390 test $$p = ginstall && p=install || : ; \
653 case "$$i" in install) i=ginstall;; esac; \
DNEWS7 cp, mv, and install no longer issue spurious diagnostics like "failed
76 'install --strip' now supports installing to files with a leading hyphen.
127 cp, mv, and install now avoid copy_file_range on linux kernels before 5.3
160 cp --reflink=auto (the default), mv, and install
223 cp, mv, and install avoid allocating too much memory, and possibly
228 cp, mv, and install now immediately acknowledge transient errors
235 cp, mv, and install now handle ENOENT failures across CIFS file systems,
296 cp, mv, and install again read in multiples of the reported block size,
335 cp, mv, and install now accept the --debug option to
358 cp --sparse=auto (the default), mv, and install,
[all …]
DREADME13 id install join kill link ln logname ls md5sum mkdir mkfifo mknod mktemp
25 instructions, or README-install for system and coreutils specific instructions.
Dconfigure.ac612 # Change "ginstall.1" to "install.1".
613 test $p = ginstall && p=install
622 # Not installed by "make install", but must be built when creating
674 # The programs built and installed by "make && make install".
D.gitignore31 /build-aux/install-sh
DTODO52 See notes in README-install -- and remove them once there's a work-around.
DCOPYING50 Some devices are designed to deny users access to install or run
135 the source code needed to generate, install, and (for an executable
311 procedures, authorization keys, or other information required to install
325 if neither you nor any third party retains the ability to install
/coreutils/scripts/build-older-versions/
DREADME.older-versions84 5. Optionally install with 'sudo make install'
94 sudo make install
96 This will install the programs (e.g. 'sort', 'head) in
126 Will download, patch, build and install the programs for GNU coreutils
134 base64-7.6 install-5.0 sha384sum-7.6
135 basename-5.0 install-5.97 sha512sum-6.12
136 basename-5.97 install-6.12 sha512sum-7.6
137 basename-6.12 install-7.6 shred-5.0
Dbuild-older-versions.sh147 make install \
175 make SUBDIRS=. install-pdf \
/coreutils/man/
Dcp.x6 install(1)
Dinstall.x2 install \- copy files and set attributes
D.gitignore38 install.1
Dlocal.mk67 man/install.1: src/ginstall$(EXEEXT)
184 install) prog='ginstall'; argv=$$name;; \
/coreutils/scripts/
Dautotools-install174 $MAKE install >makerr-install 2>&1
/coreutils/tests/
Dlocal.mk124 tests/install/install-C-root.sh \
594 tests/install/basic-1.sh \
595 tests/install/create-leading.sh \
596 tests/install/d-slashdot.sh \
597 tests/install/install-C.sh \
598 tests/install/install-C-selinux.sh \
599 tests/install/install-Z-selinux.sh \
600 tests/install/strip-program.sh \
601 tests/install/trap.sh \
/coreutils/src/
Dlocal.mk361 transform = s/ginstall/install/;/libstdbuf/!$(program_transform_name)
363 src_ginstall_SOURCES = src/install.c src/prog-fprintf.c $(copy_sources) \
676 check-local: check-README check-duplicate-no-install
695 .PHONY: check-duplicate-no-install
696 check-duplicate-no-install:
/coreutils/po/
DPOTFILES.in76 src/install.c
/coreutils/tests/help/
Dhelp-version.sh81 test $i = install && i=ginstall
/coreutils/scripts/git-hooks/
Dcommit-msg20 install join kill link ln logname ls md5sum mkdir mkfifo mknod mktemp

12