Home
last modified time | relevance | path

Searched refs:INSTALL_PROGRAM (Results 1 – 18 of 18) sorted by relevance

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-bsp/pcmciautils/pcmciautils/
H A Dmakefile_fix.patch21 INSTALL_PROGRAM = ${INSTALL}
23 INSTALL_SCRIPT = ${INSTALL_PROGRAM}
37 - $(INSTALL_PROGRAM) -D hotplug/pcmcia.agent $(DESTDIR)$(hotplugdir)/pcmcia.agent
38 - $(INSTALL_PROGRAM) -D hotplug/pcmcia.rc $(DESTDIR)$(hotplugdir)/pcmcia.rc
39 + $(INSTALL_PROGRAM) hotplug/pcmcia.agent $(DESTDIR)$(hotplugdir)/pcmcia.agent
40 + $(INSTALL_PROGRAM) hotplug/pcmcia.rc $(DESTDIR)$(hotplugdir)/pcmcia.rc
46 - $(INSTALL_PROGRAM) -D hotplug/pcmcia_socket.agent $(DESTDIR)$(hotplugdir)/pcmcia_socket.agent
47 - $(INSTALL_PROGRAM) -D hotplug/pcmcia_socket.rc $(DESTDIR)$(hotplugdir)/pcmcia_socket.rc
48 + $(INSTALL_PROGRAM) hotplug/pcmcia_socket.agent $(DESTDIR)$(hotplugdir)/pcmcia_socket.agent
49 + $(INSTALL_PROGRAM) hotplug/pcmcia_socket.rc $(DESTDIR)$(hotplugdir)/pcmcia_socket.rc
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/multipath-tools/files/
H A D0001-RH-fixup-udev-rules-for-redhat.patch60 $(Q)$(INSTALL_PROGRAM) -d $(DESTDIR)$(udevrulesdir)
61 $(Q)$(INSTALL_PROGRAM) -m 644 11-dm-mpath.rules $(DESTDIR)$(udevrulesdir)
62 $(Q)$(INSTALL_PROGRAM) -m 644 99-z-dm-mpath-late.rules $(DESTDIR)$(udevrulesdir)
63 - $(Q)$(INSTALL_PROGRAM) -m 644 multipath.rules $(DESTDIR)$(udevrulesdir)/56-multipath.rules
64 + $(Q)$(INSTALL_PROGRAM) -m 644 multipath.rules $(DESTDIR)$(udevrulesdir)/62-multipath.rules
65 $(Q)$(INSTALL_PROGRAM) -d $(DESTDIR)$(tmpfilesdir)
66 $(Q)$(INSTALL_PROGRAM) -m 644 tmpfiles.conf $(DESTDIR)$(tmpfilesdir)/multipath.conf
67 $(Q)$(INSTALL_PROGRAM) -d $(DESTDIR)$(mandir)/man8
H A D0005-RH-add-mpathconf.patch49 $(Q)$(INSTALL_PROGRAM) -d $(DESTDIR)$(bindir)
50 $(Q)$(INSTALL_PROGRAM) -m 755 $(EXEC) $(DESTDIR)$(bindir)/
51 + $(Q)$(INSTALL_PROGRAM) -m 755 mpathconf $(DESTDIR)$(bindir)/
52 $(Q)$(INSTALL_PROGRAM) -d $(DESTDIR)$(udevrulesdir)
53 $(Q)$(INSTALL_PROGRAM) -m 644 11-dm-mpath.rules $(DESTDIR)$(udevrulesdir)
54 $(Q)$(INSTALL_PROGRAM) -m 644 99-z-dm-mpath-late.rules $(DESTDIR)$(udevrulesdir)
56 $(Q)$(INSTALL_PROGRAM) -m 644 $(EXEC).8 $(DESTDIR)$(mandir)/man8
57 $(Q)$(INSTALL_PROGRAM) -d $(DESTDIR)$(mandir)/man5
58 $(Q)$(INSTALL_PROGRAM) -m 644 $(EXEC).conf.5 $(DESTDIR)$(mandir)/man5
59 + $(Q)$(INSTALL_PROGRAM) -m 644 mpathconf.8 $(DESTDIR)$(mandir)/man8
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libtar/files/
H A D0002-Do-not-strip-libtar.patch20 -INSTALL_PROGRAM = @INSTALL_PROGRAM@ -s
21 +INSTALL_PROGRAM = @INSTALL_PROGRAM@
/openbmc/linux/tools/power/acpi/
H A DMakefile.config47 INSTALL_PROGRAM = ${INSTALL}
49 INSTALL_SCRIPT = ${INSTALL_PROGRAM}
H A DMakefile.rules41 $(QUIET) $(INSTALL_PROGRAM) $(OUTPUT)$(TOOL) $(DESTDIR)$(sbindir)
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-bsp/cpufrequtils/cpufrequtils/
H A D0001-dont-unset-cflags.patch5 @@ -77,17 +77,7 @@ INSTALL_PROGRAM = ${INSTALL}
7 INSTALL_SCRIPT = ${INSTALL_PROGRAM}
/openbmc/openbmc/poky/meta/recipes-support/gdbm/files/
H A Dptest.patch42 + $(INSTALL_PROGRAM) .libs/$$file $(DESTDIR)/$$file; \
44 + $(INSTALL_PROGRAM) $$file $(DESTDIR) ; \
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/dmalloc/dmalloc/
H A D02-Makefile.in.patch81 - $(INSTALL_PROGRAM) $(LIB_TH_SL) $(libdir)
87 - $(INSTALL_PROGRAM) $(LIB_TH) $(libdir)
94 - $(INSTALL_PROGRAM) $(LIB_TH_CXX_SL) $(shlibdir)
99 - $(INSTALL_PROGRAM) $(LIB_TH_CXX) $(libdir)
105 - $(INSTALL_PROGRAM) $(LIB_CXX_SL) $(libdir)
111 - $(INSTALL_PROGRAM) $(LIB_CXX) $(libdir)
118 - $(INSTALL_PROGRAM) $(LIB_SL) $(shlibdir)
125 - $(INSTALL_PROGRAM) $(LIBRARY) $(libdir)
H A D150-use_DESTDIR.patch99 - $(INSTALL_PROGRAM) $(UTIL) $(bindir)
102 + $(INSTALL_PROGRAM) $(UTIL) $(DESTDIR)/$(bindir)
/openbmc/openbmc/poky/meta/recipes-core/coreutils/coreutils/
H A D0001-local.mk-fix-cross-compiling-problem.patch26 +INSTALL_PROGRAM = $(cu_install_program)
/openbmc/openbmc/poky/meta/recipes-core/libxml/libxml2/
H A Dinstall-tests.patch26 + $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) $$T $(DESTDIR)$(ptestdir) ;\
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/openldap/openldap/
H A D0001-build-top.mk-unset-STRIP_OPTS.patch27 @@ -60,7 +60,7 @@ INSTALL_PROGRAM = $(INSTALL)
/openbmc/openbmc/poky/meta/recipes-devtools/tcltk/tcl/
H A D0001-tcl-Add-tcltk-from-OE.dev-but-with-legacy-staging-fu.patch26 @$(INSTALL_PROGRAM) ${TCL_EXE} "$(BIN_INSTALL_DIR)/tclsh$(VERSION)${EXE_SUFFIX}"
/openbmc/openbmc/poky/meta/recipes-devtools/elfutils/files/
H A D0001-libelf-Add-libeu-objects-to-libelf.a-static-archive.patch35 $(INSTALL_PROGRAM) libelf.so $(DESTDIR)$(libdir)/libelf-$(PACKAGE_VERSION).so
/openbmc/openbmc/poky/meta/recipes-devtools/tcltk8/tcl8/
H A Dtcl-add-soname.patch27 @$(INSTALL_PROGRAM) ${TCL_EXE} "$(BIN_INSTALL_DIR)/tclsh$(VERSION)${EXE_SUFFIX}"
/openbmc/openbmc/poky/meta/recipes-support/gnutls/gnutls/
H A DAdd-ptest-support.patch52 + $(INSTALL_PROGRAM) $$file $(DESTDIR) ; \
/openbmc/linux/tools/power/cpupower/
H A DMakefile80 INSTALL_PROGRAM = ${INSTALL} macro