Gentoo Archives: gentoo-commits

From: "Alexander Gabert (pappy)" <pappy@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-projects commit in extreme-security/solutions/branches/pappy001/docs/levinebook: LinkersAndLoadersTheLevineBook.pdf Makefile
Date: Tue, 27 Nov 2007 19:06:40
Message-Id: E1Ix5lT-0005oa-IZ@stork.gentoo.org
1 pappy 07/11/27 19:06:35
2
3 Added: LinkersAndLoadersTheLevineBook.pdf Makefile
4 Log:
5 adding preliminary versions of ebuild, patch, profile for GXS glibc and documentation about linkers
6
7 Revision Changes Path
8 1.1 extreme-security/solutions/branches/pappy001/docs/levinebook/LinkersAndLoadersTheLevineBook.pdf
9
10 <<Binary file>>
11
12
13 1.1 extreme-security/solutions/branches/pappy001/docs/levinebook/Makefile
14
15 file : http://sources.gentoo.org/viewcvs.py/gentoo-projects/extreme-security/solutions/branches/pappy001/docs/levinebook/Makefile?rev=1.1&view=markup
16 plain: http://sources.gentoo.org/viewcvs.py/gentoo-projects/extreme-security/solutions/branches/pappy001/docs/levinebook/Makefile?rev=1.1&content-type=text/plain
17
18 Index: Makefile
19 ===================================================================
20 all:
21
22 rm -f LinkersAndLoadersTheLevineBook.pdf;
23 gs -dBATCH -dNOPAUSE -q \
24 -sDEVICE=pdfwrite \
25 -sOutputFile=LinkersAndLoadersTheLevineBook.pdf \
26 $$(for i in pdf/*.pdf; do echo -n " $$i"; done)
27
28
29
30 --
31 gentoo-commits@g.o mailing list