Home
last modified time | relevance | path

Searched refs:libdir_SQ (Results 1 – 9 of 9) sorted by relevance

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/libtracefs/libtracefs/
H A D0001-makefile-Do-not-preserve-ownership-in-cp-command.patch23 $(Q)$(call do_install,$(LIBTRACEFS_SHARED),$(libdir_SQ)); \
24 - cp -fpR $(LIB_INSTALL) $(DESTDIR)$(libdir_SQ)
25 + cp --no-preserve=ownership --recursive $(LIB_INSTALL) $(DESTDIR)$(libdir_SQ)
/openbmc/linux/tools/thermal/lib/
H A DMakefile139 $(call do_install_mkdir,$(libdir_SQ)); \
140 cp -fpR $(LIBTHERMAL_TOOLS_ALL) $(DESTDIR)$(libdir_SQ)
148 $(call do_install,$(LIBTHERMAL_TOOLS_PC),$(libdir_SQ)/pkgconfig,644)
/openbmc/linux/tools/lib/thermal/
H A DMakefile147 $(call do_install_mkdir,$(libdir_SQ)); \
148 cp -fpR $(LIBTHERMAL_ALL) $(DESTDIR)$(libdir_SQ)
156 $(call do_install,$(LIBTHERMAL_PC),$(libdir_SQ)/pkgconfig,644)
/openbmc/linux/tools/lib/symbol/
H A DMakefile100 $(call do_install_mkdir,$(libdir_SQ)); \
101 cp -fpR $(LIBFILE) $(DESTDIR)$(libdir_SQ)
/openbmc/linux/tools/lib/subcmd/
H A DMakefile100 $(call do_install_mkdir,$(libdir_SQ)); \
101 cp -fpR $(LIBFILE) $(DESTDIR)$(libdir_SQ)
/openbmc/linux/tools/lib/api/
H A DMakefile99 $(call do_install_mkdir,$(libdir_SQ)); \
100 cp -fpR $(LIBFILE) $(DESTDIR)$(libdir_SQ)
/openbmc/linux/tools/lib/perf/
H A DMakefile187 $(call do_install_mkdir,$(libdir_SQ)); \
188 cp -fpR $(LIBPERF_ALL) $(DESTDIR)$(libdir_SQ)
211 $(call do_install,$(LIBPERF_PC),$(DESTDIR_SQ)$(libdir_SQ)/pkgconfig,644)
/openbmc/linux/tools/lib/bpf/
H A DMakefile237 $(call do_install_mkdir,$(libdir_SQ)); \
238 cp -fpR $(LIB_FILE) $(DESTDIR)$(libdir_SQ)
262 $(call do_install,$(PC_FILE),$(libdir_SQ)/pkgconfig,644)
/openbmc/linux/tools/perf/
H A DMakefile.config1225 libdir_SQ = $(subst ','\'',$(libdir))