Gentoo Archives: gentoo-commits

From: "Patrick Lauer (patrick)" <patrick@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-lang/moarvm/files: Configure.patch
Date: Fri, 06 Dec 2013 02:51:37
Message-Id: 20131206025132.0AB542004E@flycatcher.gentoo.org
1 patrick 13/12/06 02:51:31
2
3 Added: Configure.patch
4 Log:
5 Initial commit, dependency of nqp/rakudo
6
7 (Portage version: 2.2.7/cvs/Linux x86_64, unsigned Manifest commit)
8
9 Revision Changes Path
10 1.1 dev-lang/moarvm/files/Configure.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/moarvm/files/Configure.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/moarvm/files/Configure.patch?rev=1.1&content-type=text/plain
14
15 Index: Configure.patch
16 ===================================================================
17 --- Configure.pl 2013-12-06 10:13:34.000000000 +0800
18 +++ Configure.pl.new 2013-12-06 10:22:28.360040309 +0800
19 @@ -38,11 +38,6 @@
20
21 print "Welcome to MoarVM!\n\n";
22
23 -print dots("Updating submodules");
24 -my $msg = qx{git submodule --quiet update --init 2>&1};
25 -if ($? >> 8 == 0) { print "OK\n" }
26 -else { softfail("git error: $msg") }
27 -
28 # fiddle with flags
29 $args{debug} //= 0 + !$args{optimize};
30 $args{optimize} //= 0 + !$args{debug};