Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-projects commit in pax-utils: Makefile
Date: Fri, 01 Aug 2014 01:39:29
Message-Id: 20140801013921.BD08F2004F@flycatcher.gentoo.org
1 vapier 14/08/01 01:39:20
2
3 Modified: Makefile
4 Log:
5 enable python by default
6
7 Revision Changes Path
8 1.84 pax-utils/Makefile
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo-projects/pax-utils/Makefile?rev=1.84&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-projects/pax-utils/Makefile?rev=1.84&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-projects/pax-utils/Makefile?r1=1.83&r2=1.84
13
14 Index: Makefile
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-projects/pax-utils/Makefile,v
17 retrieving revision 1.83
18 retrieving revision 1.84
19 diff -u -r1.83 -r1.84
20 --- Makefile 23 May 2013 00:09:01 -0000 1.83
21 +++ Makefile 1 Aug 2014 01:39:20 -0000 1.84
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.83 2013/05/23 00:09:01 vapier Exp $
26 +# $Header: /var/cvsroot/gentoo-projects/pax-utils/Makefile,v 1.84 2014/08/01 01:39:20 vapier Exp $
27 ####################################################################
28
29 check_gcc = $(shell if $(CC) $(1) -S -o /dev/null -xc /dev/null > /dev/null 2>&1; \
30 @@ -111,7 +111,7 @@
31 install: all
32 $(MKDIR) $(PREFIX)/bin/ $(MANDIR)/man1/ $(PKGDOCDIR)/
33 for sh in *.sh ; do $(INS_EXE) $$sh $(PREFIX)/bin/$${sh%.sh} || exit $$? ; done
34 -ifeq ($(USE_PYTHON),yes)
35 +ifneq ($(USE_PYTHON),no)
36 for py in *.py ; do $(INS_EXE) $$py $(PREFIX)/bin/$${py%.py} || exit $$? ; done
37 endif
38 $(INS_EXE) $(TARGETS) $(PREFIX)/bin/