Gentoo Archives: gentoo-commits

From: "Fabian Groffen (grobian)" <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-projects commit in pax-utils: Makefile
Date: Fri, 12 Sep 2008 19:08:55
Message-Id: E1KeE0j-0003Dq-8R@stork.gentoo.org
1 grobian 08/09/12 19:08:53
2
3 Modified: Makefile
4 Log:
5 Don't remove macho stuff, we need it to be able to compile properly.
6
7 Revision Changes Path
8 1.69 pax-utils/Makefile
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo-projects/pax-utils/Makefile?rev=1.69&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo-projects/pax-utils/Makefile?rev=1.69&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo-projects/pax-utils/Makefile?r1=1.68&r2=1.69
13
14 Index: Makefile
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-projects/pax-utils/Makefile,v
17 retrieving revision 1.68
18 retrieving revision 1.69
19 diff -u -r1.68 -r1.69
20 --- Makefile 8 Sep 2008 07:02:56 -0000 1.68
21 +++ Makefile 12 Sep 2008 19:08:52 -0000 1.69
22 @@ -1,6 +1,6 @@
23 # Copyright 2003-2006 Ned Ludd <solar@××××××.net>
24 # Distributed under the terms of the GNU General Public License v2
25 -# $Header: /var/cvsroot/gentoo-projects/pax-utils/Makefile,v 1.68 2008/09/08 07:02:56 grobian Exp $
26 +# $Header: /var/cvsroot/gentoo-projects/pax-utils/Makefile,v 1.69 2008/09/12 19:08:52 grobian Exp $
27 ####################################################################
28
29 check_gcc=$(shell if $(CC) $(1) -S -o /dev/null -xc /dev/null > /dev/null 2>&1; \
30 @@ -114,7 +114,7 @@
31 rm -rf pax-utils-$(PV)
32 mkdir pax-utils-$(PV)
33 cp -a CVS pax-utils-$(PV)/
34 - cd pax-utils-$(PV) && cvs up && rm -f *macho*
35 + cd pax-utils-$(PV) && cvs up
36 echo "<releaseinfo>$(PV)</releaseinfo>" > pax-utils-$(PV)/man/fragment/version
37 $(MAKE) -C pax-utils-$(PV)/man
38 tar jcf pax-utils-$(PV).tar.bz2 pax-utils-$(PV) --exclude=CVS