| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-bsp/pcmciautils/pcmciautils/ |
| H A D | makefile_fix.patch | 21 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 D | 0021-RH-fixup-udev-rules-for-redhat.patch | 53 $(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 D | 0001-multipath-tools-use-run-instead-of-dev-shm.patch | 108 $(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 D | 0025-RH-add-mpathconf.patch | 54 $(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 D | 0032-libdmmp-Makefile-replace-perl-with-sed-in-install-ta.patch | 25 $(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 D | 0002-Do-not-strip-libtar.patch | 18 -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 D | 0001-Add-config.guess-config.sub-install-to-destdir.patch | 29 - $(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 D | 0001-local.mk-fix-cross-compiling-problem.patch | 18 @@ -649,4 +649,4 @@ cu_install_program = @INSTALL_PROGRAM@ 23 +INSTALL_PROGRAM = $(cu_install_program)
|
| /OK3568_Linux_fs/buildroot/package/setserial/ |
| H A D | 0001-build-system-fix.patch | 19 - $(INSTALL_PROGRAM) setserial $(DESTDIR)/bin 23 + $(INSTALL_PROGRAM) setserial $(DESTDIR)/usr/bin
|
| /OK3568_Linux_fs/kernel/tools/power/acpi/ |
| H A D | Makefile.config | 47 INSTALL_PROGRAM = ${INSTALL} 49 INSTALL_SCRIPT = ${INSTALL_PROGRAM}
|
| H A D | Makefile.rules | 40 $(QUIET) $(INSTALL_PROGRAM) $(OUTPUT)$(TOOL) $(DESTDIR)$(sbindir)
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-bsp/cpufrequtils/cpufrequtils/ |
| H A D | 0001-dont-unset-cflags.patch | 3 @@ -77,17 +77,7 @@ INSTALL_PROGRAM = ${INSTALL} 5 INSTALL_SCRIPT = ${INSTALL_PROGRAM}
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-support/gdbm/files/ |
| H A D | ptest.patch | 43 + $(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 D | 02-Makefile.in.patch | 79 - $(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 D | 150-use_DESTDIR.patch | 97 - $(INSTALL_PROGRAM) $(UTIL) $(bindir) 100 + $(INSTALL_PROGRAM) $(UTIL) $(DESTDIR)/$(bindir)
|
| /OK3568_Linux_fs/buildroot/dl/stressapptest/git/src/ |
| H A D | Makefile.in | 108 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 D | 0001-autoconf-makeinfo.in-link-with-INTLLIBS-if-needed.patch | 24 INSTALL_PROGRAM = ${INSTALL}
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/tcltk/tcl/ |
| H A D | tcl-add-soname.patch | 31 @$(INSTALL_PROGRAM) ${TCL_EXE} "$(BIN_INSTALL_DIR)/tclsh$(VERSION)${EXE_SUFFIX}"
|
| /OK3568_Linux_fs/buildroot/package/screen/ |
| H A D | 0004-install-nonversioned-binary.patch | 18 $(INSTALL_PROGRAM) screen $(DESTDIR)$(bindir)/$(SCREEN)
|
| H A D | 0003-install-always-chmod.patch | 20 $(INSTALL_PROGRAM) screen $(DESTDIR)$(bindir)/$(SCREEN)
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/thin-provisioning-tools/files/ |
| H A D | 0001-do-not-strip-pdata_tools-at-do_install.patch | 26 $(INSTALL_PROGRAM) bin/pdata_tools $(BINDIR)
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/openldap/openldap/ |
| H A D | 0001-build-top.mk-unset-STRIP_OPTS.patch | 27 @@ -60,7 +60,7 @@ INSTALL_PROGRAM = $(INSTALL)
|
| /OK3568_Linux_fs/external/xserver/hw/dmx/doxygen/ |
| H A D | Makefile.in | 260 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 D | Makefile.in | 330 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 D | Makefile.in | 235 INSTALL_PROGRAM = @INSTALL_PROGRAM@ 598 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 602 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
|