Gentoo Archives: gentoo-commits

From: "Andrey Grozin (grozin)" <grozin@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-lisp/sbcl/files: sbcl-1.2.13-verbose-build.patch
Date: Mon, 29 Jun 2015 10:54:45
Message-Id: 20150629105423.3011F749@oystercatcher.gentoo.org
1 grozin 15/06/29 10:54:23
2
3 Added: sbcl-1.2.13-verbose-build.patch
4 Log:
5 Version bump
6
7 (Portage version: 2.2.20/cvs/Linux i686, signed Manifest commit with key 0x3AFFCE974D34BD8C!)
8
9 Revision Changes Path
10 1.1 dev-lisp/sbcl/files/sbcl-1.2.13-verbose-build.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lisp/sbcl/files/sbcl-1.2.13-verbose-build.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lisp/sbcl/files/sbcl-1.2.13-verbose-build.patch?rev=1.1&content-type=text/plain
14
15 Index: sbcl-1.2.13-verbose-build.patch
16 ===================================================================
17 diff -r -U2 sbcl-1.2.13.orig/make.sh sbcl-1.2.13/make.sh
18 --- sbcl-1.2.13.orig/make.sh 2015-06-29 01:24:03.000000000 +0600
19 +++ sbcl-1.2.13/make.sh 2015-06-29 15:53:04.430927942 +0600
20 @@ -25,5 +25,5 @@
21 # any --xc-host parameter should be suitable for the host machine
22 # instead of the target.
23 -sh make-config.sh "$@" || exit $?
24 +sh -x make-config.sh "$@" || exit $?
25
26 . output/prefix.def
27 @@ -70,9 +70,9 @@
28 # and the make-target-*.sh scripts will take care of transferring the
29 # necessary files.
30 -time sh make-host-1.sh
31 -time sh make-target-1.sh
32 -time sh make-host-2.sh
33 -time sh make-target-2.sh
34 -time sh make-target-contrib.sh
35 +time sh -x make-host-1.sh
36 +time sh -x make-target-1.sh
37 +time sh -x make-host-2.sh
38 +time sh -x make-target-2.sh
39 +time sh -x make-target-contrib.sh
40
41 NCONTRIBS=`find contrib -name Makefile -print | wc -l`