/openbmc/openbmc/poky/meta/recipes-devtools/bootchart2/bootchart2/ |
H A D | 0002-Makefile-Add-n-to-gzip.patch | 25 mkdir -p $(DESTDIR)$(MANDIR) 26 - gzip -c bootchart2.1 > $(DESTDIR)$(MANDIR)/bootchart2.1.gz 27 - gzip -c bootchartd.1 > $(DESTDIR)$(MANDIR)/$(PROGRAM_PREFIX)bootchartd$(PROGRAM_SUFFIX).1.gz 28 - gzip -c pybootchartgui.1 > $(DESTDIR)$(MANDIR)/pybootchartgui.1.gz 29 + gzip -n -c bootchart2.1 > $(DESTDIR)$(MANDIR)/bootchart2.1.gz 30 + gzip -n -c bootchartd.1 > $(DESTDIR)$(MANDIR)/$(PROGRAM_PREFIX)bootchartd$(PROGRAM_SUFFIX).1.gz 31 + gzip -n -c pybootchartgui.1 > $(DESTDIR)$(MANDIR)/pybootchartgui.1.gz
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/vpnc/vpnc/ |
H A D | 0002-Fix-vpnc-install-for-cross-compile.patch | 23 - install -m644 vpnc.8 $(DESTDIR)$(MANDIR)/man8 24 - install -m644 pcf2vpnc.1 $(DESTDIR)$(MANDIR)/man1 25 - install -m644 cisco-decrypt.1 $(DESTDIR)$(MANDIR)/man1 30 + install -m 644 vpnc.8 $(DESTDIR)$(MANDIR)/man8 31 + install -m 644 pcf2vpnc.1 $(DESTDIR)$(MANDIR)/man1 32 + install -m 644 cisco-decrypt.1 $(DESTDIR)$(MANDIR)/man1
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/sgpio/sgpio/ |
H A D | Makefile-error-fix.patch | 42 -MANDIR ?= /usr/local/man 60 - install -d $(MANDIR)/man1 61 - install -m 0644 *.1 $(MANDIR)/man1 68 - rm -f $(MANDIR)/man1/$$i; \ 94 +MANDIR ?= /usr/local/man 115 + $(INSTALL) -d $(MANDIR)/man1 116 + $(INSTALL) -m 0644 *.1 $(MANDIR)/man1 123 + rm -f $(MANDIR)/man1/$$i; \
|
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/cdparanoia/files/ |
H A D | 0001-Use-DESTDIR-in-install-Makefile-rule.patch | 27 - $(INSTALL) -d -m 0755 $(MANDIR) 28 - $(INSTALL) -d -m 0755 $(MANDIR)/man1 29 - $(INSTALL) -m 0644 $(srcdir)/cdparanoia.1 $(MANDIR)/man1 41 + $(INSTALL) -d -m 0755 $(DESTDIR)$(MANDIR) 42 + $(INSTALL) -d -m 0755 $(DESTDIR)$(MANDIR)/man1 43 + $(INSTALL) -m 0644 $(srcdir)/cdparanoia.1 $(DESTDIR)$(MANDIR)/man1
|
H A D | out-of-tree-build.patch | 25 $(INSTALL) -d -m 0755 $(DESTDIR)$(MANDIR) 26 $(INSTALL) -d -m 0755 $(DESTDIR)$(MANDIR)/man1 27 - $(INSTALL) -m 0644 $(srcdir)/cdparanoia.1 $(DESTDIR)$(MANDIR)/man1 28 + $(INSTALL) -m 0644 $(top_srcdir)/cdparanoia.1 $(DESTDIR)$(MANDIR)/man1
|
/openbmc/openbmc/meta-security/recipes-perl/perl/files/ |
H A D | libwhisker2.patch | 23 +$MANDIR = $ENV{MANDIR} if(defined $ENV{MANDIR}); 33 + my $where=$DESTDIR . $MANDIR; 42 + my $where=$DESTDIR . $MANDIR;
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/rfkill/rfkill/ |
H A D | 0001-rfkill-makefile-don-t-use-t-the-OE-install-wrapper-d.patch | 24 $(Q)$(MKDIR) $(DESTDIR)$(MANDIR)/man8/ 25 - $(Q)$(INSTALL) -m 644 -t $(DESTDIR)$(MANDIR)/man8/ rfkill.8.gz 26 + $(Q)$(INSTALL) -m 644 rfkill.8.gz $(DESTDIR)$(MANDIR)/man8/
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ipvsadm/ipvsadm/ |
H A D | 0001-Modify-the-Makefile-for-cross-compile.patch | 29 -MANDIR = usr/man 30 +MANDIR = usr/share/man 31 MAN = $(BUILD_ROOT)/$(MANDIR)/man8
|
/openbmc/linux/tools/kvm/kvm_stat/ |
H A D | Makefile | 5 MANDIR=usr/share/man macro 6 MAN1DIR=$(MANDIR)/man1
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/sanlock/sanlock/ |
H A D | 0001-sanlock-Replace-cp-a-with-cp-R-no-dereference-preser.patch | 34 $(INSTALL) -m 644 $(MAN_TARGET) $(DESTDIR)/$(MANDIR)/man8/ 40 $(INSTALL) -d $(DESTDIR)/$(MANDIR)/man8 48 $(INSTALL) -m 644 $(MAN_TARGET) $(DESTDIR)/$(MANDIR)/man8
|
/openbmc/openbmc/meta-security/recipes-security/paxctl/paxctl/ |
H A D | 0001-To-fix-package-error-if-DESTDIR-is-set-to-usr.patch | 19 # $(MKDIR) $(DESTDIR)/sbin $(DESTDIR)$(MANDIR) 22 $(INSTALL) -D --owner 0 --group 0 --mode a=r $(PROG).1 $(DESTDIR)/$(MANDIR)/$(PROG).1
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/pm-graph/pm-graph/ |
H A D | 0001-Makefile-fix-multilib-build-failure.patch | 21 MANDIR ?= /usr/share/man 51 $(INSTALL) -d $(DESTDIR)$(MANDIR)/man8 52 $(INSTALL) bootgraph.8 $(DESTDIR)$(MANDIR)/man8
|
/openbmc/linux/Documentation/tools/rtla/ |
H A D | Makefile | 9 MANDIR ?= $(PREFIX)/man macro 10 MAN1DIR = $(MANDIR)/man1
|
/openbmc/linux/Documentation/tools/rv/ |
H A D | Makefile | 8 MANDIR ?= $(PREFIX)/man macro 9 MAN1DIR = $(MANDIR)/man1
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/gradm/gradm/ |
H A D | 0001-make-Define-SBINDIR-flag.patch | 57 @mkdir -p $(DESTDIR)$(MANDIR)/man8 58 @$(INSTALL) -m 0644 gradm.8 $(DESTDIR)$(MANDIR)/man8/$(GRADM_BIN).8
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/figlet/figlet/ |
H A D | 0001-build-add-autotools-support-to-allow-easy-cross-comp.patch | 38 -# Please make sure BINDIR, MANDIR, DEFAULTFONTDIR and 63 -MANDIR = $(prefix)/man 106 - mkdir -p $(DESTDIR)$(MANDIR)/man6 109 - cp $(MANUAL) $(DESTDIR)$(MANDIR)/man6
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/ckermit/ |
H A D | ckermit_302.bb | 21 export MANDIR = "${mandir}/man1" 53 install -d ${D}${BINDIR} ${D}${MANDIR} ${D}${INFODIR}
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/unclutter-xfixes/unclutter-xfixes/ |
H A D | 0001-build-use-autotools.patch | 72 -MANDIR = $(PREFIX)/share/man/man1 109 - $(INSTALL) -Dm 0644 man/unclutter-xfixes.1 "$(DESTDIR)$(MANDIR)/unclutter.1" 115 - $(RM) "$(DESTDIR)$(MANDIR)/unclutter.1"
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/imapfilter/ |
H A D | imapfilter_2.8.2.bb | 19 # No need for manuals at this point, MANDIR is hardcoded to depend on prefix
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/opencl/ |
H A D | clinfo_3.0.23.01.25.bb | 19 oe_runmake install PREFIX=${D}${prefix} MANDIR=${D}${mandir}
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/lmbench/ |
H A D | lmbench_3.0-a9.bb | 43 TARGET="${TARGET_OS}" BASE="${prefix}" MANDIR="${mandir}"' 73 oe_runmake BASE="${D}${prefix}" MANDIR="${D}${mandir}" \
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/sgpio/ |
H A D | sgpio_1.2.0.10.bb | 26 MANDIR=${D}/${mandir}
|
/openbmc/openbmc/meta-security/recipes-perl/perl/ |
H A D | libwhisker2-perl_2.5.bb | 25 …oe_runmake install DESTDIR=${D} INSTALLDIR=${PERLLIBDIRS}/vendor_perl/${perl_version} MANDIR=${dat…
|
/openbmc/openbmc/poky/meta/recipes-rt/rt-tests/ |
H A D | hwlatdetect_git.bb | 19 MANDIR=${mandir} INCLUDEDIR=${includedir}
|
/openbmc/openbmc/poky/meta/recipes-connectivity/iw/ |
H A D | iw_6.9.bb | 26 'MANDIR=${mandir}' \
|