Home
last modified time | relevance | path

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

123456

/OK3568_Linux_fs/yocto/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 …]
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/multipath-tools/files/
H A D0021-RH-fixup-udev-rules-for-redhat.patch53 $(INSTALL_PROGRAM) -m 755 $(EXEC) $(DESTDIR)$(bindir)/
54 $(INSTALL_PROGRAM) -d $(DESTDIR)$(udevrulesdir)
55 $(INSTALL_PROGRAM) -m 644 11-dm-mpath.rules $(DESTDIR)$(udevrulesdir)
56 - $(INSTALL_PROGRAM) -m 644 $(EXEC).rules $(DESTDIR)$(libudevdir)/rules.d/56-multipath.rules
57 + $(INSTALL_PROGRAM) -m 644 $(EXEC).rules $(DESTDIR)$(libudevdir)/rules.d/62-multipath.rules
58 $(INSTALL_PROGRAM) -d $(DESTDIR)$(man8dir)
59 $(INSTALL_PROGRAM) -m 644 $(EXEC).8.gz $(DESTDIR)$(man8dir)
60 $(INSTALL_PROGRAM) -d $(DESTDIR)$(man5dir)
H A D0001-multipath-tools-use-run-instead-of-dev-shm.patch108 $(INSTALL_PROGRAM) -m 755 mpathconf $(DESTDIR)$(bindir)/
109 $(INSTALL_PROGRAM) -d $(DESTDIR)$(udevrulesdir)
110 $(INSTALL_PROGRAM) -m 644 11-dm-mpath.rules $(DESTDIR)$(udevrulesdir)
111 - $(INSTALL_PROGRAM) -m 644 $(EXEC).rules $(DESTDIR)$(libudevdir)/rules.d/62-multipath.rules
112 + $(INSTALL_PROGRAM) -m 644 multipath.rules $(DESTDIR)$(udevrulesdir)/56-multipath.rules
113 + $(INSTALL_PROGRAM) -d $(DESTDIR)$(tmpfilesdir)
114 + $(INSTALL_PROGRAM) -m 644 tmpfiles.conf $(DESTDIR)$(tmpfilesdir)/multipath.conf
115 $(INSTALL_PROGRAM) -d $(DESTDIR)$(man8dir)
116 $(INSTALL_PROGRAM) -m 644 $(EXEC).8.gz $(DESTDIR)$(man8dir)
117 $(INSTALL_PROGRAM) -d $(DESTDIR)$(man5dir)
H A D0025-RH-add-mpathconf.patch54 $(INSTALL_PROGRAM) -d $(DESTDIR)$(bindir)
55 $(INSTALL_PROGRAM) -m 755 $(EXEC) $(DESTDIR)$(bindir)/
56 + $(INSTALL_PROGRAM) -m 755 mpathconf $(DESTDIR)$(bindir)/
57 $(INSTALL_PROGRAM) -d $(DESTDIR)$(udevrulesdir)
58 $(INSTALL_PROGRAM) -m 644 11-dm-mpath.rules $(DESTDIR)$(udevrulesdir)
59 $(INSTALL_PROGRAM) -m 644 $(EXEC).rules $(DESTDIR)$(libudevdir)/rules.d/62-multipath.rules
61 $(INSTALL_PROGRAM) -m 644 $(EXEC).8.gz $(DESTDIR)$(man8dir)
62 $(INSTALL_PROGRAM) -d $(DESTDIR)$(man5dir)
63 $(INSTALL_PROGRAM) -m 644 $(EXEC).conf.5.gz $(DESTDIR)$(man5dir)
64 + $(INSTALL_PROGRAM) -m 644 mpathconf.8.gz $(DESTDIR)$(man8dir)
H A D0032-libdmmp-Makefile-replace-perl-with-sed-in-install-ta.patch25 $(INSTALL_PROGRAM) -m 644 -D \
37 $(INSTALL_PROGRAM) -m 644 -D \
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/libtar/files/
H A D0002-Do-not-strip-libtar.patch18 -INSTALL_PROGRAM = @INSTALL_PROGRAM@ -s
19 +INSTALL_PROGRAM = @INSTALL_PROGRAM@
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/autoconf-2.13/autoconf-2.13/
H A D0001-Add-config.guess-config.sub-install-to-destdir.patch29 - $(INSTALL_PROGRAM) $$p $(bindir)/`echo $$p|sed '$(transform)'`; \
30 + $(INSTALL_PROGRAM) $$p ${DESTDIR}$(bindir)/`echo $$p|sed '$(transform)'`; \
41 - $(INSTALL_PROGRAM) autoscan $(bindir)/`echo autoscan|sed '$(transform)'`; \
42 + $(INSTALL_PROGRAM) autoscan ${DESTDIR}$(bindir)/`echo autoscan|sed '$(transform)'`; \
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/coreutils/coreutils/
H A D0001-local.mk-fix-cross-compiling-problem.patch18 @@ -649,4 +649,4 @@ cu_install_program = @INSTALL_PROGRAM@
23 +INSTALL_PROGRAM = $(cu_install_program)
/OK3568_Linux_fs/buildroot/package/setserial/
H A D0001-build-system-fix.patch19 - $(INSTALL_PROGRAM) setserial $(DESTDIR)/bin
23 + $(INSTALL_PROGRAM) setserial $(DESTDIR)/usr/bin
/OK3568_Linux_fs/kernel/tools/power/acpi/
H A DMakefile.config47 INSTALL_PROGRAM = ${INSTALL}
49 INSTALL_SCRIPT = ${INSTALL_PROGRAM}
H A DMakefile.rules40 $(QUIET) $(INSTALL_PROGRAM) $(OUTPUT)$(TOOL) $(DESTDIR)$(sbindir)
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-bsp/cpufrequtils/cpufrequtils/
H A D0001-dont-unset-cflags.patch3 @@ -77,17 +77,7 @@ INSTALL_PROGRAM = ${INSTALL}
5 INSTALL_SCRIPT = ${INSTALL_PROGRAM}
/OK3568_Linux_fs/yocto/poky/meta/recipes-support/gdbm/files/
H A Dptest.patch43 + $(INSTALL_PROGRAM) .libs/$$file $(DESTDIR)/$$file; \
45 + $(INSTALL_PROGRAM) $$file $(DESTDIR) ; \
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/dmalloc/dmalloc/
H A D02-Makefile.in.patch79 - $(INSTALL_PROGRAM) $(LIB_TH_SL) $(libdir)
85 - $(INSTALL_PROGRAM) $(LIB_TH) $(libdir)
92 - $(INSTALL_PROGRAM) $(LIB_TH_CXX_SL) $(shlibdir)
97 - $(INSTALL_PROGRAM) $(LIB_TH_CXX) $(libdir)
103 - $(INSTALL_PROGRAM) $(LIB_CXX_SL) $(libdir)
109 - $(INSTALL_PROGRAM) $(LIB_CXX) $(libdir)
116 - $(INSTALL_PROGRAM) $(LIB_SL) $(shlibdir)
123 - $(INSTALL_PROGRAM) $(LIBRARY) $(libdir)
H A D150-use_DESTDIR.patch97 - $(INSTALL_PROGRAM) $(UTIL) $(bindir)
100 + $(INSTALL_PROGRAM) $(UTIL) $(DESTDIR)/$(bindir)
/OK3568_Linux_fs/buildroot/dl/stressapptest/git/src/
H A DMakefile.in108 INSTALL_PROGRAM = @INSTALL_PROGRAM@
264 $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
438 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
/OK3568_Linux_fs/buildroot/package/pdmenu/
H A D0001-autoconf-makeinfo.in-link-with-INTLLIBS-if-needed.patch24 INSTALL_PROGRAM = ${INSTALL}
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/tcltk/tcl/
H A Dtcl-add-soname.patch31 @$(INSTALL_PROGRAM) ${TCL_EXE} "$(BIN_INSTALL_DIR)/tclsh$(VERSION)${EXE_SUFFIX}"
/OK3568_Linux_fs/buildroot/package/screen/
H A D0004-install-nonversioned-binary.patch18 $(INSTALL_PROGRAM) screen $(DESTDIR)$(bindir)/$(SCREEN)
H A D0003-install-always-chmod.patch20 $(INSTALL_PROGRAM) screen $(DESTDIR)$(bindir)/$(SCREEN)
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/thin-provisioning-tools/files/
H A D0001-do-not-strip-pdata_tools-at-do_install.patch26 $(INSTALL_PROGRAM) bin/pdata_tools $(BINDIR)
/OK3568_Linux_fs/yocto/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)
/OK3568_Linux_fs/external/xserver/hw/dmx/doxygen/
H A DMakefile.in260 INSTALL_PROGRAM = @INSTALL_PROGRAM@
616 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
620 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
/OK3568_Linux_fs/external/xserver/hw/xquartz/mach-startup/
H A DMakefile.in330 INSTALL_PROGRAM = @INSTALL_PROGRAM@
703 …_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(D…
752 …_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(D…
/OK3568_Linux_fs/external/xserver/hw/xfree86/dri2/pci_ids/
H A DMakefile.in235 INSTALL_PROGRAM = @INSTALL_PROGRAM@
598 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
602 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \

123456