Home
last modified time | relevance | path

Searched full:install (Results 1 – 25 of 886) sorted by relevance

12345678910>>...36

/Linux-v5.10/tools/power/pm-graph/
DMakefile8 install : uninstall target
9 install -d $(DESTDIR)$(PREFIX)/lib/pm-graph
10 install sleepgraph.py $(DESTDIR)$(PREFIX)/lib/pm-graph
11 install bootgraph.py $(DESTDIR)$(PREFIX)/lib/pm-graph
12 install -d $(DESTDIR)$(PREFIX)/lib/pm-graph/config
13 install -m 644 config/cgskip.txt $(DESTDIR)$(PREFIX)/lib/pm-graph/config
14 install -m 644 config/freeze-callgraph.cfg $(DESTDIR)$(PREFIX)/lib/pm-graph/config
15 install -m 644 config/freeze.cfg $(DESTDIR)$(PREFIX)/lib/pm-graph/config
16 install -m 644 config/freeze-dev.cfg $(DESTDIR)$(PREFIX)/lib/pm-graph/config
17 install -m 644 config/standby-callgraph.cfg $(DESTDIR)$(PREFIX)/lib/pm-graph/config
[all …]
/Linux-v5.10/tools/kvm/kvm_stat/
DMakefile23 $(error "You need to install asciidoc for man pages")
33 install-man: man
34 install -d -m 755 $(INSTALL_ROOT)/$(MAN1DIR)
35 install -m 644 kvm_stat.1 $(INSTALL_ROOT)/$(MAN1DIR)
37 install-tools:
38 install -d -m 755 $(INSTALL_ROOT)/$(BINDIR)
39 install -m 755 -p "kvm_stat" "$(INSTALL_ROOT)/$(BINDIR)/$(TARGET)"
41 install: install-tools install-man target
42 .PHONY: all clean man install-tools install-man install
/Linux-v5.10/tools/perf/
DMakefile.perf189 INSTALL = install
358 # what 'all' will build and 'install' will install, in perfexecdir
361 # what 'all' will build but not install in perfexecdir
417 export INSTALL SHELL_PATH
674 $(QUIET_GEN)$(INSTALL) '$@.sh' '$(OUTPUT)$@'
801 install-traceevent-plugins: libtraceevent_plugins
842 @echo 'Perf install targets:'
844 @echo ' HINT: use "prefix" or "DESTDIR" to install to a particular'
845 @echo ' path like "make prefix=/usr/local install install-doc"'
846 @echo ' install - install compiled binaries'
[all …]
/Linux-v5.10/tools/perf/Documentation/
DMakefile55 INSTALL?=install macro
70 INSTALL_INFO=install-info
191 install: install-man target
195 $(error "You need to install $(missing_tools) for man pages")
198 do-install-man: man
200 $(INSTALL) -d -m 755 $(DESTDIR)$(man1dir); \
201 # $(INSTALL) -d -m 755 $(DESTDIR)$(man5dir); \
202 # $(INSTALL) -d -m 755 $(DESTDIR)$(man7dir); \
203 $(INSTALL) -m 644 $(DOC_MAN1) $(DESTDIR)$(man1dir); \
204 # $(INSTALL) -m 644 $(DOC_MAN5) $(DESTDIR)$(man5dir); \
[all …]
/Linux-v5.10/tools/power/cpupower/
DMakefile35 # Set the following to 'true' to build/install the
79 INSTALL = /usr/bin/install -c macro
80 INSTALL_PROGRAM = ${INSTALL}
81 INSTALL_DATA = ${INSTALL} -m 644
83 INSTALL_SCRIPT = ${INSTALL} -m 644
154 INSTALL_NLS += install-gmo
160 INSTALL_BENCH += install-bench
273 install-lib:
274 $(INSTALL) -d $(DESTDIR)${libdir}
276 $(INSTALL) -d $(DESTDIR)${includedir}
[all …]
/Linux-v5.10/arch/parisc/boot/
Dinstall.sh3 # arch/parisc/install.sh, derived from arch/i386/boot/install.sh
13 # "make install" script for i386 architecture
19 # $4 - default install path (blank if root directory)
26 echo ' *** You need to run "make" before "make install".' 1>&2
37 # User may have a custom install script
44 # Default install
47 # Compressed install
51 # Normal install
61 # Install system map file
/Linux-v5.10/arch/parisc/
Dinstall.sh3 # arch/parisc/install.sh, derived from arch/i386/boot/install.sh
13 # "make install" script for i386 architecture
19 # $4 - default install path (blank if root directory)
26 echo ' *** You need to run "make" before "make install".' 1>&2
37 # User may have a custom install script
44 # Default install
47 # Compressed install
51 # Normal install
61 # Install system map file
DMakefile133 echo 'ERROR: Please install palo first (apt-get install palo)';\
134 echo 'or build it from source and install it somewhere in your $$PATH';\
147 INSTALL_TARGETS = zinstall install
168 install: target
169 $(CONFIG_SHELL) $(srctree)/arch/parisc/install.sh \
172 $(CONFIG_SHELL) $(srctree)/arch/parisc/install.sh \
182 @echo ' install - Install uncompressed vmlinux kernel using'
186 @echo ' zinstall - Install compressed vmlinuz kernel'
/Linux-v5.10/arch/arm/boot/
Dinstall.sh3 # arch/arm/boot/install.sh
12 # Adapted from code in arch/i386/boot/install.sh by Russell King
14 # "make install" script for arm architecture
20 # $4 - default install path (blank if root directory)
27 echo ' *** You need to run "make" before "make install".' 1>&2
37 # User may have a custom install script
42 # Compressed install
46 # Normal install
56 # Install system map file
65 echo "You have to install it yourself"
/Linux-v5.10/tools/power/cpupower/debug/i386/
DMakefile10 INSTALL = /usr/bin/install macro
35 install: target
36 $(INSTALL) -d $(DESTDIR)${bindir}
37 $(INSTALL) $(OUTPUT)centrino-decode $(DESTDIR)${bindir}
38 $(INSTALL) $(OUTPUT)powernow-k8-decode $(DESTDIR)${bindir}
39 $(INSTALL) $(OUTPUT)dump_psb $(DESTDIR)${bindir}
40 $(INSTALL) $(OUTPUT)intel_gsic $(DESTDIR)${bindir}
42 .PHONY: all default clean install
/Linux-v5.10/arch/arm64/boot/
Dinstall.sh3 # arch/arm64/boot/install.sh
12 # Adapted from code in arch/i386/boot/install.sh by Russell King
14 # "make install" script for the AArch64 Linux port
20 # $4 - default install path (blank if root directory)
27 echo ' *** You need to run "make" before "make install".' 1>&2
37 # User may have a custom install script
42 # Compressed install
46 # Normal install
56 # Install system map file
/Linux-v5.10/arch/riscv/boot/
Dinstall.sh3 # arch/riscv/boot/install.sh
12 # Adapted from code in arch/i386/boot/install.sh by Russell King
14 # "make install" script for the RISC-V Linux port
20 # $4 - default install path (blank if root directory)
27 echo ' *** You need to run "make" before "make install".' 1>&2
37 # User may have a custom install script
42 # Compressed install
46 # Normal install
56 # Install system map file
/Linux-v5.10/tools/power/cpupower/debug/x86_64/
DMakefile10 INSTALL = /usr/bin/install macro
26 install: target
27 $(INSTALL) -d $(DESTDIR)${bindir}
28 $(INSTALL) $(OUTPUT)centrino-decode $(DESTDIR)${bindir}
29 $(INSTALL) $(OUTPUT)powernow-k8-decode $(DESTDIR)${bindir}
31 .PHONY: all default clean install
/Linux-v5.10/arch/sh/boot/compressed/
Dinstall.sh3 # arch/sh/boot/install.sh
12 # Adapted from code in arch/i386/boot/install.sh by Russell King
13 # Adapted from code in arch/arm/boot/install.sh by Stuart Menefy
15 # "make install" script for sh architecture
21 # $4 - default install path (blank if root directory)
24 # User may have a custom install script
31 # Compressed install
44 # Normal install
/Linux-v5.10/tools/lib/perf/Documentation/
DMakefile44 INSTALL ?= install macro
117 install-man: all
119 $(INSTALL) -d -m 755 $(DESTDIR)$(man3dir); \
120 $(INSTALL) -m 644 $(MAN_3) $(DESTDIR)$(man3dir); \
121 $(INSTALL) -d -m 755 $(DESTDIR)$(man7dir); \
122 $(INSTALL) -m 644 $(MAN_7) $(DESTDIR)$(man7dir);
124 install-html:
126 $(INSTALL) -d -m 755 $(DESTDIR)$(htmldir); \
127 $(INSTALL) -m 644 $(MAN_HTML) $(DESTDIR)$(htmldir); \
129 install-examples:
[all …]
/Linux-v5.10/tools/
DMakefile44 @echo ' from the kernel command line to build and install one of'
51 @echo ' $$ make tools/install'
109 $(call descend,power/$(@:_install=),install)
112 $(call descend,power/$(@:_install=),install)
115 $(call descend,$(@:_install=),install)
118 $(call descend,lib/lockdep,install)
121 $(call descend,testing/$(@:_install=),install)
124 $(call descend,power/x86/$(@:_install=),install)
127 $(call descend,thermal/$(@:_install=),install)
130 $(call descend,laptop/$(@:_install=),install)
[all …]
/Linux-v5.10/arch/x86/boot/
Dinstall.sh11 # "make install" script for i386 architecture
17 # $4 - default install path (blank if root directory)
24 echo ' *** You need to run "make" before "make install".' 1>&2
34 # User may have a custom install script
39 # Default install - same as make zlilo
54 elif [ -x /etc/lilo/install ]; then
55 /etc/lilo/install
/Linux-v5.10/tools/hv/
DMakefile52 install: $(ALL_PROGRAMS) target
53 install -d -m 755 $(DESTDIR)$(sbindir); \
54 install -d -m 755 $(DESTDIR)$(libexecdir)/hypervkvpd; \
55 install -d -m 755 $(DESTDIR)$(sharedstatedir); \
57 install $$program -m 755 $(DESTDIR)$(sbindir); \
59 install -m 755 lsvmbus $(DESTDIR)$(sbindir); \
61 install $$script -m 755 $(DESTDIR)$(libexecdir)/hypervkvpd/$${script%.sh}; \
66 .PHONY: all install clean FORCE prepare
/Linux-v5.10/tools/lib/traceevent/Documentation/
DMakefile35 INSTALL?=install macro
150 install: install-man target
154 $(error "You need to install $(missing_tools) for man pages")
157 do-install-man: man
159 $(INSTALL) -d -m 755 $(DESTDIR)$(man3dir); \
160 $(INSTALL) -m 644 $(DOC_MAN3) $(DESTDIR)$(man3dir);
162 install-man: check-man-tools man do-install-man
172 DO_INSTALL_MAN = $(warning Please install $(missing_tools) to have the man pages installed)
174 DO_INSTALL_MAN = do-install-man
/Linux-v5.10/tools/testing/selftests/
DMakefile117 # Prepare for headers install
137 # Install headers here once for all tests. KSFT_KHDR_INSTALL_DONE
139 # Invoke headers install with --no-builtin-rules to avoid circular
197 # Use $BUILD as the default install root. $BUILD points to the
211 install: all target
213 @# Ask all targets to install their files
215 install -m 744 kselftest/module.sh $(INSTALL_PATH)/kselftest/
216 install -m 744 kselftest/runner.sh $(INSTALL_PATH)/kselftest/
217 install -m 744 kselftest/prefix.pl $(INSTALL_PATH)/kselftest/
218 install -m 744 run_kselftest.sh $(INSTALL_PATH)/
[all …]
/Linux-v5.10/tools/bpf/
DMakefile9 INSTALL ?= install macro
100 install: $(PROGS) bpftool_install runqslower_install target
102 $(Q)$(INSTALL) -m 0755 -d $(DESTDIR)$(prefix)/bin
103 $(Q)$(INSTALL) $(OUTPUT)bpf_jit_disasm $(DESTDIR)$(prefix)/bin/bpf_jit_disasm
105 $(Q)$(INSTALL) $(OUTPUT)bpf_dbg $(DESTDIR)$(prefix)/bin/bpf_dbg
107 $(Q)$(INSTALL) $(OUTPUT)bpf_asm $(DESTDIR)$(prefix)/bin/bpf_asm
113 $(call descend,bpftool,install)
122 $(call descend,runqslower,install)
133 .PHONY: all install clean bpftool bpftool_install bpftool_clean \
DMakefile.helpers12 INSTALL ?= install
50 helpers-install: helpers
52 $(Q)$(INSTALL) -d -m 755 $(DESTDIR)$(man7dir)
53 $(Q)$(INSTALL) -m 644 $(DOC_MAN7) $(DESTDIR)$(man7dir)
60 .PHONY: helpers helpers-clean helpers-install helpers-uninstall
/Linux-v5.10/tools/bpf/bpftool/Documentation/
DMakefile5 INSTALL ?= install macro
53 install: man helpers-install target
55 $(Q)$(INSTALL) -d -m 755 $(DESTDIR)$(man8dir)
56 $(Q)$(INSTALL) -m 644 $(DOC_MAN8) $(DESTDIR)$(man8dir)
63 .PHONY: man man8 clean install uninstall
/Linux-v5.10/tools/lib/traceevent/
DMakefile31 INSTALL = install macro
58 export man_dir man_dir_SQ INSTALL
203 $(INSTALL) -d -m 755 '$(DESTDIR_SQ)$1'; \
209 $(INSTALL) $(if $3,-m $3,) $1 '$(DESTDIR_SQ)$2'
243 install: install_lib target
259 PHONY += doc-install
260 doc-install:
261 $(call descend,Documentation,install)
274 @echo ' install - install the library, the plugins,'\
280 @echo ' doc-install - install the man pages'
[all …]
/Linux-v5.10/arch/x86/um/vdso/
DMakefile11 vdso-install-$(VDSO64-y) += vdso.so
69 # Install the unstripped copy of vdso*.so listed in $(vdso-install-y).
71 quiet_cmd_vdso_install = INSTALL $@
73 $(vdso-install-y): %.so: $(obj)/%.so.dbg FORCE
77 PHONY += vdso_install $(vdso-install-y)
78 vdso_install: $(vdso-install-y)

12345678910>>...36