Home
last modified time | relevance | path

Searched refs:MANDIR (Results 1 – 25 of 47) sorted by relevance

12

/openbmc/openbmc/poky/meta/recipes-devtools/bootchart2/bootchart2/
H A D0002-Makefile-Add-n-to-gzip.patch25 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 D0002-Fix-vpnc-install-for-cross-compile.patch23 - 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 DMakefile-error-fix.patch42 -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 D0001-Use-DESTDIR-in-install-Makefile-rule.patch27 - $(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 Dout-of-tree-build.patch25 $(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 Dlibwhisker2.patch23 +$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 D0001-rfkill-makefile-don-t-use-t-the-OE-install-wrapper-d.patch24 $(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 D0001-Modify-the-Makefile-for-cross-compile.patch29 -MANDIR = usr/man
30 +MANDIR = usr/share/man
31 MAN = $(BUILD_ROOT)/$(MANDIR)/man8
/openbmc/linux/tools/kvm/kvm_stat/
H A DMakefile5 MANDIR=usr/share/man macro
6 MAN1DIR=$(MANDIR)/man1
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/sanlock/sanlock/
H A D0001-sanlock-Replace-cp-a-with-cp-R-no-dereference-preser.patch34 $(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 D0001-To-fix-package-error-if-DESTDIR-is-set-to-usr.patch19 # $(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 D0001-Makefile-fix-multilib-build-failure.patch21 MANDIR ?= /usr/share/man
51 $(INSTALL) -d $(DESTDIR)$(MANDIR)/man8
52 $(INSTALL) bootgraph.8 $(DESTDIR)$(MANDIR)/man8
/openbmc/linux/Documentation/tools/rtla/
H A DMakefile9 MANDIR ?= $(PREFIX)/man macro
10 MAN1DIR = $(MANDIR)/man1
/openbmc/linux/Documentation/tools/rv/
H A DMakefile8 MANDIR ?= $(PREFIX)/man macro
9 MAN1DIR = $(MANDIR)/man1
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/gradm/gradm/
H A D0001-make-Define-SBINDIR-flag.patch57 @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 D0001-build-add-autotools-support-to-allow-easy-cross-comp.patch38 -# 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 Dckermit_302.bb21 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 D0001-build-use-autotools.patch72 -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 Dimapfilter_2.8.2.bb19 # 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 Dclinfo_3.0.23.01.25.bb19 oe_runmake install PREFIX=${D}${prefix} MANDIR=${D}${mandir}
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/lmbench/
H A Dlmbench_3.0-a9.bb43 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 Dsgpio_1.2.0.10.bb26 MANDIR=${D}/${mandir}
/openbmc/openbmc/meta-security/recipes-perl/perl/
H A Dlibwhisker2-perl_2.5.bb25 …oe_runmake install DESTDIR=${D} INSTALLDIR=${PERLLIBDIRS}/vendor_perl/${perl_version} MANDIR=${dat…
/openbmc/openbmc/poky/meta/recipes-rt/rt-tests/
H A Dhwlatdetect_git.bb19 MANDIR=${mandir} INCLUDEDIR=${includedir}
/openbmc/openbmc/poky/meta/recipes-connectivity/iw/
H A Diw_6.9.bb26 'MANDIR=${mandir}' \

12