Gentoo Archives: gentoo-commits

From: "Ned Ludd (solar)" <solar@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-projects commit in pax-utils/man: Makefile scanelf.docbook
Date: Sat, 19 Apr 2008 22:31:52
Message-Id: E1JnLb4-0005qb-JA@stork.gentoo.org
1 solar 08/04/19 22:31:50
2
3 Modified: Makefile scanelf.docbook
4 Log:
5 - add -Z/--size option
6
7 Revision Changes Path
8 1.7 pax-utils/man/Makefile
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo-projects/pax-utils/man/Makefile?rev=1.7&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo-projects/pax-utils/man/Makefile?rev=1.7&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo-projects/pax-utils/man/Makefile?r1=1.6&r2=1.7
13
14 Index: Makefile
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-projects/pax-utils/man/Makefile,v
17 retrieving revision 1.6
18 retrieving revision 1.7
19 diff -u -r1.6 -r1.7
20 --- Makefile 9 Jun 2007 22:04:07 -0000 1.6
21 +++ Makefile 19 Apr 2008 22:31:50 -0000 1.7
22 @@ -2,9 +2,7 @@
23
24 XMLTO_FLAGS_man = -x custom.xsl
25 man pdf txt xhtml xhtml-nochunks:
26 - @echo "If this fails, you probably need to emerge ~app-text/docbook-xml-dtd-4.4"
27 - xmlto $@ $(XMLTO_FLAGS_$@) pax-utils.docbook
28 -
29 + @xmlto $@ $(XMLTO_FLAGS_$@) pax-utils.docbook || echo "If this failed, you probably need to emerge ~app-text/docbook-xml-dtd-4.4 app-text/xmlto dev-tex/xmltex"
30 clean distclean:
31 rm -f *.1 *.html
32
33
34
35
36 1.8 pax-utils/man/scanelf.docbook
37
38 file : http://sources.gentoo.org/viewcvs.py/gentoo-projects/pax-utils/man/scanelf.docbook?rev=1.8&view=markup
39 plain: http://sources.gentoo.org/viewcvs.py/gentoo-projects/pax-utils/man/scanelf.docbook?rev=1.8&content-type=text/plain
40 diff : http://sources.gentoo.org/viewcvs.py/gentoo-projects/pax-utils/man/scanelf.docbook?r1=1.7&r2=1.8
41
42 Index: scanelf.docbook
43 ===================================================================
44 RCS file: /var/cvsroot/gentoo-projects/pax-utils/man/scanelf.docbook,v
45 retrieving revision 1.7
46 retrieving revision 1.8
47 diff -u -r1.7 -r1.8
48 --- scanelf.docbook 29 Jun 2007 18:48:47 -0000 1.7
49 +++ scanelf.docbook 19 Apr 2008 22:31:50 -0000 1.8
50 @@ -108,6 +108,10 @@
51 <listitem><para>Print only ELF files with matching specified octal bits (like 755)</para></listitem>
52 </varlistentry>
53 <varlistentry>
54 + <term><option>-Z</option>, <option>--size</option> <replaceable>SIZE</replaceable></term>
55 + <listitem><para>Print ELF file size</para></listitem>
56 + </varlistentry>
57 + <varlistentry>
58 <term><option>-m</option>, <option>--mount</option></term>
59 <listitem><para>Don't recursively cross mount points</para></listitem>
60 </varlistentry>
61
62
63
64 --
65 gentoo-commits@l.g.o mailing list