Searched refs:DESTDIR (Results 1 - 25 of 56) sorted by last modified time

123

/linux-master/tools/objtool/
H A DMakefile83 DESTDIR=$(LIBSUBCMD_OUTPUT) prefix= subdir= \
/linux-master/tools/lib/bpf/
H A DMakefile29 # Use DESTDIR for installing into a different root directory.
33 DESTDIR ?= macro
34 DESTDIR_SQ = '$(subst ','\'',$(DESTDIR))'
50 export DESTDIR DESTDIR_SQ
238 cp -fpR $(LIB_FILE) $(DESTDIR)$(libdir_SQ)
245 INSTALL_PFX := $(DESTDIR)$(prefix)/include/bpf
299 @echo ' HINT: use "prefix"(defaults to "/usr/local") or "DESTDIR" (defaults to "/")'
/linux-master/tools/tracing/latency/
H A DMakefile84 @$(MKDIR) -p $(DESTDIR)$(BINDIR)
85 $(call QUIET_INSTALL,latency-collector)$(INSTALL) $(LATENCY-COLLECTOR) -m 755 $(DESTDIR)$(BINDIR)
86 @$(STRIP) $(DESTDIR)$(BINDIR)/latency-collector
/linux-master/tools/perf/
H A DMakefile.perf302 export prefix bindir sharedir sysconfdir DESTDIR
860 DESTDIR=$(LIBAPI_DESTDIR) prefix= subdir= \
869 O= OUTPUT=$(LIBBPF_OUTPUT)/ DESTDIR=$(LIBBPF_DESTDIR) prefix= subdir= \
878 DESTDIR=$(LIBPERF_DESTDIR) prefix= subdir= \
887 DESTDIR=$(LIBSUBCMD_DESTDIR) prefix= subdir= \
896 DESTDIR=$(LIBSYMBOL_DESTDIR) prefix= subdir= \
916 @echo ' HINT: use "prefix" or "DESTDIR" to install to a particular'
H A DMakefile.config1207 # Make the path relative to DESTDIR, not to prefix
1208 ifndef DESTDIR
1246 DESTDIR_SQ = $(subst ','\'',$(DESTDIR))
/linux-master/tools/mm/
H A DMakefile32 install -d $(DESTDIR)$(sbindir)
33 install -m 755 -p $(INSTALL_TARGETS) $(DESTDIR)$(sbindir)
/linux-master/tools/testing/selftests/net/
H A DMakefile153 DESTDIR=$(SCRATCH_DIR) prefix= all install_headers
/linux-master/tools/testing/selftests/bpf/
H A DMakefile321 prefix= DESTDIR=$(HOST_SCRATCH_DIR)/ install-bin
332 prefix= DESTDIR=$(SCRATCH_DIR)/ install-bin
340 prefix= OUTPUT=$(OUTPUT)/ DESTDIR=$(OUTPUT)/ $@
345 prefix= OUTPUT=$(OUTPUT)/ DESTDIR=$(OUTPUT)/ $@
353 DESTDIR=$(SCRATCH_DIR) prefix= all install_headers
363 DESTDIR=$(HOST_SCRATCH_DIR)/ prefix= all install_headers
/linux-master/tools/counter/
H A DMakefile56 install -d -m 755 $(DESTDIR)$(bindir); \
58 install $$program $(DESTDIR)$(bindir); \
/linux-master/tools/testing/selftests/hid/
H A DMakefile129 prefix= DESTDIR=$(HOST_SCRATCH_DIR)/ install-bin
135 DESTDIR=$(SCRATCH_DIR) prefix= all install_headers
143 DESTDIR=$(HOST_SCRATCH_DIR)/ prefix= all install_headers
/linux-master/samples/bpf/
H A DMakefile258 O= OUTPUT=$(LIBBPF_OUTPUT)/ DESTDIR=$(LIBBPF_DESTDIR) prefix= \
/linux-master/tools/power/cpupower/
H A DMakefile45 DESTDIR ?= macro
64 # do not need to be changed. Please note that DESTDIR is
278 $(INSTALL) -d $(DESTDIR)${libdir}
279 $(CP) $(OUTPUT)libcpupower.so* $(DESTDIR)${libdir}/
280 $(INSTALL) -d $(DESTDIR)${includedir}
281 $(INSTALL_DATA) lib/cpufreq.h $(DESTDIR)${includedir}/cpufreq.h
282 $(INSTALL_DATA) lib/cpuidle.h $(DESTDIR)${includedir}/cpuidle.h
283 $(INSTALL_DATA) lib/powercap.h $(DESTDIR)${includedir}/powercap.h
286 $(INSTALL) -d $(DESTDIR)${bindir}
287 $(INSTALL_PROGRAM) $(OUTPUT)cpupower $(DESTDIR)
[all...]
/linux-master/tools/bpf/runqslower/
H A DMakefile89 DESTDIR=$(BPFOBJ_OUTPUT) prefix= $(abspath $@) install_headers
/linux-master/tools/bpf/bpftool/
H A DMakefile47 DESTDIR=$(LIBBPF_DESTDIR:/=) prefix= $(LIBBPF) install_headers
55 DESTDIR=$(LIBBPF_BOOTSTRAP_DESTDIR:/=) prefix= \
267 $(Q)$(INSTALL) -m 0755 -d $(DESTDIR)$(prefix)/sbin
268 $(Q)$(INSTALL) $(OUTPUT)bpftool $(DESTDIR)$(prefix)/sbin/bpftool
271 $(Q)$(INSTALL) -m 0755 -d $(DESTDIR)$(bash_compdir)
272 $(Q)$(INSTALL) -m 0644 bash-completion/bpftool $(DESTDIR)$(bash_compdir)
276 $(Q)$(RM) -- $(DESTDIR)$(prefix)/sbin/bpftool
277 $(Q)$(RM) -- $(DESTDIR)$(bash_compdir)/bpftool
/linux-master/samples/hid/
H A DMakefile118 O= OUTPUT=$(LIBBPF_OUTPUT)/ DESTDIR=$(LIBBPF_DESTDIR) prefix= \
/linux-master/kernel/bpf/preload/iterators/
H A DMakefile64 DESTDIR=$(LIBBPF_DESTDIR) $(abspath $@) install_headers
/linux-master/drivers/hid/bpf/entrypoints/
H A DMakefile81 DESTDIR=$(LIBBPF_DESTDIR) $(abspath $@) install_headers
/linux-master/tools/perf/Documentation/
H A DMakefile35 # Make the path relative to DESTDIR, not prefix
36 ifndef DESTDIR
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); \
200 # $(INSTALL) -m 644 $(DOC_MAN7) $(DESTDIR)$(man7dir)
214 $(INSTALL) -d -m 755 $(DESTDIR)$(infodir); \
215 $(INSTALL) -m 644 $(OUTPUT)perf.info $(OUTPUT)perfman.info $(DESTDIR)
[all...]
/linux-master/arch/powerpc/boot/
H A DMakefile472 extra-installed := $(patsubst $(obj)/%, $(DESTDIR)$(WRAPPER_OBJDIR)/%, $(extra-y))
473 hostprogs-installed := $(patsubst %, $(DESTDIR)$(WRAPPER_BINDIR)/%, $(hostprogs))
474 wrapper-installed := $(DESTDIR)$(WRAPPER_BINDIR)/wrapper
475 dts-installed := $(patsubst $(dtstree)/%, $(DESTDIR)$(WRAPPER_DTSDIR)/%, $(wildcard $(dtstree)/*.dts))
482 quiet_cmd_install = INSTALL $(patsubst $(DESTDIR)$(WRAPPER_OBJDIR)/%,%,$@)
483 cmd_install = $(INSTALL) -m0644 $(patsubst $(DESTDIR)$(WRAPPER_OBJDIR)/%,$(obj)/%,$@) $@
485 quiet_cmd_install_dts = INSTALL $(patsubst $(DESTDIR)$(WRAPPER_DTSDIR)/%,dts/%,$@)
486 cmd_install_dts = $(INSTALL) -m0644 $(patsubst $(DESTDIR)$(WRAPPER_DTSDIR)/%,$(srctree)/$(obj)/dts/%,$@) $@
488 quiet_cmd_install_exe = INSTALL $(patsubst $(DESTDIR)$(WRAPPER_BINDIR)/%,%,$@)
489 cmd_install_exe = $(INSTALL) -m0755 $(patsubst $(DESTDIR)
[all...]
/linux-master/tools/lib/perf/
H A DMakefile19 # Use DESTDIR for installing into a different root directory.
23 DESTDIR ?= macro
24 DESTDIR_SQ = '$(subst ','\'',$(DESTDIR))'
82 export DESTDIR DESTDIR_SQ
188 cp -fpR $(LIBPERF_ALL) $(DESTDIR)$(libdir_SQ)
193 INSTALL_HDRS_PFX := $(DESTDIR)$(prefix)/include/perf
195 INSTALL_INTERNAL_HDRS_PFX := $(DESTDIR)$(prefix)/include/internal
/linux-master/tools/bpf/resolve_btfids/
H A DMakefile59 DESTDIR=$(SUBCMD_DESTDIR) $(HOST_OVERRIDES) prefix= subdir= \
64 DESTDIR=$(LIBBPF_DESTDIR) $(HOST_OVERRIDES) prefix= subdir= \
/linux-master/tools/lib/symbol/
H A DMakefile21 # Use DESTDIR for installing into a different root directory.
25 DESTDIR ?= macro
26 DESTDIR_SQ = '$(subst ','\'',$(DESTDIR))'
101 cp -fpR $(LIBFILE) $(DESTDIR)$(libdir_SQ)
104 INSTALL_HDRS_PFX := $(DESTDIR)$(prefix)/include/symbol
/linux-master/tools/lib/subcmd/
H A DMakefile22 # Use DESTDIR for installing into a different root directory.
26 DESTDIR ?= macro
27 DESTDIR_SQ = '$(subst ','\'',$(DESTDIR))'
101 cp -fpR $(LIBFILE) $(DESTDIR)$(libdir_SQ)
104 INSTALL_HDRS_PFX := $(DESTDIR)$(prefix)/include/subcmd
/linux-master/tools/lib/api/
H A DMakefile21 # Use DESTDIR for installing into a different root directory.
25 DESTDIR ?= macro
26 DESTDIR_SQ = '$(subst ','\'',$(DESTDIR))'
100 cp -fpR $(LIBFILE) $(DESTDIR)$(libdir_SQ)
105 INSTALL_HDRS_PFX := $(DESTDIR)$(prefix)/include/api
/linux-master/tools/power/acpi/tools/acpidump/
H A DMakefile51 $(QUIET) $(INSTALL_DATA) -D $< $(DESTDIR)$(mandir)/man8/acpidump.8
54 $(QUIET) rm -f $(DESTDIR)$(mandir)/man8/acpidump.8

Completed in 324 milliseconds

123