/linux-6.14.4/tools/net/ynl/generated/ |
D | Makefile | 10 INSTALL ?= install macro 68 install-headers: $(HDRS) 70 @$(INSTALL) -d $(DESTDIR)$(includedir)/ynl 71 @$(INSTALL) -m 0644 *.h $(DESTDIR)$(includedir)/ynl/ 73 install-rsts: $(RSTS) 75 @$(INSTALL) -d $(DESTDIR)$(docdir)/ynl 76 @$(INSTALL) -m 0644 $(RSTS) $(DESTDIR)$(docdir)/ynl/ 78 install-specs: 80 @$(INSTALL) -d $(DESTDIR)$(datarootdir)/ynl 81 @$(INSTALL) -m 0644 ../../../../Documentation/netlink/*.yaml $(DESTDIR)$(datarootdir)/ynl/ [all …]
|
/linux-6.14.4/tools/power/cpupower/ |
D | Makefile | 35 # Set the following to 'true' to build/install the 80 INSTALL = /usr/bin/install -c macro 81 INSTALL_PROGRAM = ${INSTALL} 82 INSTALL_DATA = ${INSTALL} -m 644 84 INSTALL_SCRIPT = ${INSTALL} -m 644 158 INSTALL_NLS += install-gmo 164 INSTALL_BENCH += install-bench 230 $(warning "Install xgettext to extract translatable strings.") 239 $(warning "Install msgfmt to generate binary message catalogs.") 249 $(warning "Install msgmerge to merge translations.") [all …]
|
/linux-6.14.4/tools/kvm/kvm_stat/ |
D | Makefile | 23 $(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-6.14.4/tools/perf/Documentation/ |
D | Makefile | 52 INSTALL?=install macro 67 INSTALL_INFO=install-info 186 install: install-man target 190 $(error "You need to install $(missing_tools) for man pages") 193 do-install-man: man 195 $(INSTALL) -d -m 755 $(DESTDIR)$(man1dir); \ 196 # $(INSTALL) -d -m 755 $(DESTDIR)$(man5dir); \ 197 # $(INSTALL) -d -m 755 $(DESTDIR)$(man7dir); \ 198 $(INSTALL) -m 644 $(DOC_MAN1) $(DESTDIR)$(man1dir); \ 199 # $(INSTALL) -m 644 $(DOC_MAN5) $(DESTDIR)$(man5dir); \ [all …]
|
/linux-6.14.4/drivers/gpu/drm/ci/ |
D | build.sh | 13 apt-get install -y libssl-dev 16 apt-get install -y python3-lxml 40 apt-get install -y libssl-dev:armhf 112 mkdir -p install/modules/ 113 INSTALL_MOD_PATH=install/modules/ make modules_install 133 mkdir -p install 134 cp -rfv .gitlab-ci/* install/. 135 cp -rfv ci/* install/. 136 cp -rfv install/common install/ci-common 137 cp -rfv drivers/gpu/drm/ci/* install/. [all …]
|
D | test.yml | 15 # Note: Build dir (and thus install) may be dirty due to GIT_STRATEGY 16 - rm -rf install 17 - tar -xf artifacts/install.tar 18 - mv install/* artifacts/. 26 HWCI_TEST_SCRIPT: "/install/igt_runner.sh" 42 HWCI_TEST_SCRIPT: "/install/igt_runner.sh" 58 HWCI_TEST_SCRIPT: "/install/igt_runner.sh" 78 HWCI_TEST_SCRIPT: "/install/igt_runner.sh" 135 - ./install/bare-metal/fastboot.sh 149 - ./install/bare-metal/fastboot.sh [all …]
|
/linux-6.14.4/tools/power/pm-graph/ |
D | Makefile | 29 INSTALL = /usr/bin/install macro 30 INSTALL_DATA = ${INSTALL} -m 644 35 install : uninstall target 36 $(INSTALL) -d $(DESTDIR)$(LIBDIR)/pm-graph 37 $(INSTALL) sleepgraph.py $(DESTDIR)$(LIBDIR)/pm-graph 38 $(INSTALL) bootgraph.py $(DESTDIR)$(LIBDIR)/pm-graph 39 $(INSTALL) -d $(DESTDIR)$(LIBDIR)/pm-graph/config 52 $(INSTALL) -d $(DESTDIR)$(BINDIR) 56 $(INSTALL) -d $(DESTDIR)$(MANDIR)/man8 57 $(INSTALL) bootgraph.8 $(DESTDIR)$(MANDIR)/man8 [all …]
|
/linux-6.14.4/tools/net/ynl/ |
D | Makefile | 5 INSTALL ?= install macro 41 install: libynl.a lib/*.h target 43 @$(INSTALL) -d $(DESTDIR)$(libdir) 44 @$(INSTALL) -m 0644 libynl.a $(DESTDIR)$(libdir)/libynl.a 46 @$(INSTALL) -d $(DESTDIR)$(includedir)/ynl 47 @$(INSTALL) -m 0644 lib/*.h $(DESTDIR)$(includedir)/ynl/ 49 @pip install --prefix=$(DESTDIR)$(prefix) . 50 @make -C generated install 52 .PHONY: all clean distclean install $(SUBDIRS)
|
/linux-6.14.4/tools/verification/dot2/ |
D | Makefile | 1 INSTALL=install macro 17 .PHONY: install 18 install: target 19 $(INSTALL) automata.py -D -m 644 $(DESTDIR)$(PYLIB)/dot2/automata.py 20 $(INSTALL) dot2c.py -D -m 644 $(DESTDIR)$(PYLIB)/dot2/dot2c.py 21 $(INSTALL) dot2c -D -m 755 $(DESTDIR)$(bindir)/ 22 $(INSTALL) dot2k.py -D -m 644 $(DESTDIR)$(PYLIB)/dot2/dot2k.py 23 $(INSTALL) dot2k -D -m 755 $(DESTDIR)$(bindir)/
|
/linux-6.14.4/tools/perf/ |
D | Makefile.perf | 217 INSTALL = install 421 # what 'all' will build and 'install' will install, in perfexecdir 424 # what 'all' will build but not install in perfexecdir 482 export INSTALL SHELL_PATH 802 $(QUIET_GEN)$(INSTALL) '[email protected]' '$(OUTPUT)$@' 992 @echo 'Perf install targets:' 994 @echo ' HINT: use "prefix" or "DESTDIR" to install to a particular' 995 @echo ' path like "make prefix=/usr/local install install-doc"' 996 @echo ' install - install compiled binaries' 997 @echo ' install-doc - install *all* documentation' [all …]
|
/linux-6.14.4/tools/power/cpupower/debug/i386/ |
D | Makefile | 10 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-6.14.4/tools/ |
D | Makefile | 49 @echo ' from the kernel command line to build and install one of' 56 @echo ' $$ make tools/install' 129 $(call descend,power/$(@:_install=),install) 132 $(call descend,power/$(@:_install=),install) 135 $(call descend,$(@:_install=),install) 138 $(call descend,testing/$(@:_install=),install) 141 $(call descend,lib/$(@:_install=),install) 144 $(call descend,power/x86/$(@:_install=),install) 147 $(call descend,thermal/$(@:_install=),install) 150 $(call descend,thermal/$(@:_install=),install) [all …]
|
/linux-6.14.4/scripts/ |
D | Makefile.modinst | 12 install-y := 19 install-$(CONFIG_MODULES) += $(addprefix $(MODLIB)/, build modules.order) 30 quiet_cmd_install_modorder = INSTALL $@ 33 # Install modules.builtin(.modinfo,.ranges) even when CONFIG_MODULES is disabled. 34 install-y += $(addprefix $(MODLIB)/, modules.builtin modules.builtin.modinfo) 36 install-$(CONFIG_BUILTIN_MODULE_RANGES) += $(MODLIB)/modules.builtin.ranges 39 $(call cmd,install) 63 install-$(CONFIG_MODULES) += $(modules) 65 __modinst: $(install-y) 71 quiet_cmd_install = INSTALL $@ [all …]
|
/linux-6.14.4/tools/lib/perf/Documentation/ |
D | Makefile | 44 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: $(MAN_HTML) 126 $(INSTALL) -d -m 755 $(DESTDIR)$(htmldir); \ 127 $(INSTALL) -m 644 $(MAN_HTML) $(DESTDIR)$(htmldir); \ 129 install-examples: [all …]
|
/linux-6.14.4/tools/power/cpupower/debug/x86_64/ |
D | Makefile | 10 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-6.14.4/arch/arm/boot/ |
D | install.sh | 10 # Adapted from code in arch/i386/boot/install.sh by Russell King 12 # "make install" script for arm architecture 18 # $4 - default install path (blank if root directory) 23 # Compressed install 27 # Normal install 37 # Install system map file 46 echo "You have to install it yourself"
|
/linux-6.14.4/tools/thermal/lib/ |
D | Makefile | 17 INSTALL = install macro 113 $(INSTALL) -d -m 755 '$(DESTDIR_SQ)$1'; \ 119 $(INSTALL) -d -m 755 '$(DESTDIR_SQ)$2'; \ 121 $(INSTALL) $1 $(if $3,-m $3,) '$(DESTDIR_SQ)$2' 138 $(Q)$(MAKE) -C Documentation install-man install-html install-examples 140 #install: install_lib install_headers install_pkgconfig install_doc 141 install: install_lib install_headers install_pkgconfig target 145 .PHONY: all install clean FORCE
|
/linux-6.14.4/tools/testing/selftests/bpf/ |
D | Makefile.docs | 6 INSTALL ?= install 56 docs-install-$1: docs 58 $(Q)$(INSTALL) -d -m 755 $(DESTDIR)$$(man$2dir) 59 $(Q)$(INSTALL) -m 644 $$(DOC_MAN$2) $(DESTDIR)$$(man$2dir) 66 .PHONY: $1 docs-clean-$1 docs-install-$1 docs-uninstall-$1 74 docs-install: $(foreach doctarget,$(DOCTARGETS), docs-install-$(doctarget)) 77 .PHONY: docs docs-clean docs-install docs-uninstall man2 man7
|
/linux-6.14.4/tools/hv/ |
D | Makefile | 57 install: $(ALL_PROGRAMS) target 58 install -d -m 755 $(DESTDIR)$(sbindir); \ 59 install -d -m 755 $(DESTDIR)$(libexecdir)/hypervkvpd; \ 60 install -d -m 755 $(DESTDIR)$(sharedstatedir); \ 62 install $$program -m 755 $(DESTDIR)$(sbindir); \ 64 install -m 755 lsvmbus $(DESTDIR)$(sbindir); \ 66 install $$script -m 755 $(DESTDIR)$(libexecdir)/hypervkvpd/$${script%.sh}; \ 71 .PHONY: all install clean FORCE prepare
|
/linux-6.14.4/tools/testing/vsock/ |
D | Makefile | 19 install: all target 22 install -m 744 vsock_test $(VSOCK_INSTALL_PATH) 23 install -m 744 vsock_perf $(VSOCK_INSTALL_PATH) 24 install -m 744 vsock_diag_test $(VSOCK_INSTALL_PATH) 25 install -m 744 vsock_uring_test $(VSOCK_INSTALL_PATH) 27 $(error Error: set VSOCK_INSTALL_PATH to use install)
|
/linux-6.14.4/arch/parisc/ |
D | Makefile | 136 echo 'ERROR: Please install palo first (apt-get install palo)';\ 137 echo 'or build it from source and install it somewhere in your $$PATH';\ 150 INSTALL_TARGETS = zinstall install 180 vdso-install-y += arch/parisc/kernel/vdso32/vdso32.so 181 vdso-install-$(CONFIG_64BIT) += arch/parisc/kernel/vdso64/vdso64.so 183 install: KBUILD_IMAGE := vmlinux target 185 install zinstall: target 186 $(call cmd,install) 195 @echo ' install - Install uncompressed vmlinux kernel using' 199 @echo ' zinstall - Install compressed vmlinuz kernel'
|
/linux-6.14.4/tools/lib/thermal/ |
D | Makefile | 17 INSTALL = install macro 123 $(INSTALL) -d -m 755 '$(DESTDIR_SQ)$1'; \ 129 $(INSTALL) -d -m 755 '$(DESTDIR_SQ)$2'; \ 131 $(INSTALL) $1 $(if $3,-m $3,) '$(DESTDIR_SQ)$2' 148 $(Q)$(MAKE) -C Documentation install-man install-html install-examples 150 install: install_lib install_headers install_pkgconfig target 154 .PHONY: all install clean FORCE
|
/linux-6.14.4/tools/testing/selftests/ |
D | Makefile | 138 # which require more effort to install. 189 # Prepare for headers install 240 # Use $BUILD as the default install root. $BUILD points to the 254 install: all target 256 @# Ask all targets to install their files 258 install -m 744 kselftest/module.sh $(INSTALL_PATH)/kselftest/ 259 install -m 744 kselftest/runner.sh $(INSTALL_PATH)/kselftest/ 260 install -m 744 kselftest/prefix.pl $(INSTALL_PATH)/kselftest/ 261 install -m 744 kselftest/ktap_helpers.sh $(INSTALL_PATH)/kselftest/ 262 install -m 744 kselftest/ksft.py $(INSTALL_PATH)/kselftest/ [all …]
|
/linux-6.14.4/Documentation/tools/rtla/ |
D | Makefile | 4 INSTALL ?= install macro 28 $(info ** distribution, e.g., 'dnf install python3-docutils' on Fedora,) 44 install: man target 45 $(INSTALL) -d -m 755 $(DESTDIR)$(MAN1DIR) 46 $(INSTALL) -m 644 $(DOC_MAN1) $(DESTDIR)$(MAN1DIR) 52 .PHONY: man man1 clean install uninstall
|
/linux-6.14.4/Documentation/tools/rv/ |
D | Makefile | 3 INSTALL ?= install macro 27 $(info ** distribution, e.g., 'dnf install python3-docutils' on Fedora,) 43 install: man target 44 $(INSTALL) -d -m 755 $(DESTDIR)$(MAN1DIR) 45 $(INSTALL) -m 644 $(DOC_MAN1) $(DESTDIR)$(MAN1DIR) 51 .PHONY: man man1 clean install uninstall
|