Home
last modified time | relevance | path

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

12345678910>>...69

/kernel/linux/linux-4.19/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 …]
/kernel/linux/linux-5.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 …]
/kernel/linux/linux-5.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
/kernel/linux/linux-4.19/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
/kernel/linux/linux-4.19/tools/perf/
DMakefile.perf162 INSTALL = install
172 …ETS := clean python-clean TAGS tags cscope help install-doc install-man install-html install-info
322 # what 'all' will build and 'install' will install, in perfexecdir
325 # what 'all' will build but not install in perfexecdir
381 export INSTALL SHELL_PATH
534 $(QUIET_GEN)$(INSTALL) '$@.sh' '$(OUTPUT)$@'
653 install-traceevent-plugins: libtraceevent_plugins
688 @echo 'Perf install targets:'
690 @echo ' HINT: use "prefix" or "DESTDIR" to install to a particular'
691 @echo ' path like "make prefix=/usr/local install install-doc"'
[all …]
/kernel/linux/linux-5.10/tools/perf/
DMakefile.perf185 INSTALL = install
354 # what 'all' will build and 'install' will install, in perfexecdir
357 # what 'all' will build but not install in perfexecdir
413 export INSTALL SHELL_PATH
670 $(QUIET_GEN)$(INSTALL) '$@.sh' '$(OUTPUT)$@'
797 install-traceevent-plugins: libtraceevent_plugins
838 @echo 'Perf install targets:'
840 @echo ' HINT: use "prefix" or "DESTDIR" to install to a particular'
841 @echo ' path like "make prefix=/usr/local install install-doc"'
842 @echo ' install - install compiled binaries'
[all …]
/kernel/linux/linux-5.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 …]
/kernel/linux/linux-4.19/tools/perf/Documentation/
DMakefile54 INSTALL?=install macro
69 INSTALL_INFO=install-info
190 install: install-man target
194 $(error "You need to install $(missing_tools) for man pages")
197 do-install-man: man
199 $(INSTALL) -d -m 755 $(DESTDIR)$(man1dir); \
200 # $(INSTALL) -d -m 755 $(DESTDIR)$(man5dir); \
201 # $(INSTALL) -d -m 755 $(DESTDIR)$(man7dir); \
202 $(INSTALL) -m 644 $(DOC_MAN1) $(DESTDIR)$(man1dir); \
203 # $(INSTALL) -m 644 $(DOC_MAN5) $(DESTDIR)$(man5dir); \
[all …]
/kernel/linux/linux-4.19/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
/kernel/linux/linux-5.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"
/kernel/linux/linux-5.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
/kernel/linux/linux-4.19/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"
/kernel/linux/linux-5.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
/kernel/linux/linux-4.19/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
/kernel/linux/linux-5.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 …]
/kernel/linux/linux-4.19/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
/kernel/linux/linux-5.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
/kernel/linux/linux-4.19/tools/power/cpupower/
DMakefile48 # Set the following to 'true' to build/install the
96 INSTALL = /usr/bin/install -c macro
97 INSTALL_PROGRAM = ${INSTALL}
98 INSTALL_DATA = ${INSTALL} -m 644
162 INSTALL_NLS += install-gmo
168 INSTALL_BENCH += install-bench
281 install-lib:
282 $(INSTALL) -d $(DESTDIR)${libdir}
284 $(INSTALL) -d $(DESTDIR)${includedir}
288 install-tools:
[all …]
/kernel/linux/linux-5.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
/kernel/linux/linux-4.19/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
/kernel/linux/linux-5.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
/kernel/linux/linux-4.19/tools/bpf/bpftool/
DMakefile51 INSTALL ?= install macro
59 NON_CHECK_FEAT_TARGETS := clean uninstall doc doc-clean doc-install doc-uninstall
104 install: $(OUTPUT)bpftool target
106 $(Q)$(INSTALL) -m 0755 -d $(DESTDIR)$(prefix)/sbin
107 $(Q)$(INSTALL) $(OUTPUT)bpftool $(DESTDIR)$(prefix)/sbin/bpftool
108 $(Q)$(INSTALL) -m 0755 -d $(DESTDIR)$(bash_compdir)
109 $(Q)$(INSTALL) -m 0644 bash-completion/bpftool $(DESTDIR)$(bash_compdir)
122 doc-install:
123 $(call descend,Documentation,install)
130 .PHONY: all FORCE clean install uninstall
[all …]
/kernel/linux/linux-4.19/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
/kernel/linux/linux-5.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
/kernel/linux/linux-4.19/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

12345678910>>...69