tags 661850 + patch
thanks

On 02.03.2012 03:31, Michael Biebl wrote:
> On 02.03.2012 02:52, Michael Biebl wrote:
>> As a side note: I've also tested 1.11.2, which worked nicely.
>> So it looks like the regression happened between .2 and .3
> 
> I did a git bisect run, and the first faulty commit is
> 
> commit 12dc0ec5e3c7e1a12569d5cfdbb8ceaa5a5f5f58

I've reverted that commit and applied it on top of 1.11.3 and now the
package successfully compiles again when using parallel builds.
I'm marking as patch available, but I would appreciate if Stefano could
comment on this.

Cheers,
Michael


-- 
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?
From e745d721e1907e01823c7042688a256efc633e69 Mon Sep 17 00:00:00 2001
From: Michael Biebl <bi...@debian.org>
Date: Fri, 2 Mar 2012 03:33:01 +0100
Subject: [PATCH] Revert "vala: avoid potential useless remakes (minor
 bugfix)"

This reverts commit 12dc0ec5e3c7e1a12569d5cfdbb8ceaa5a5f5f58.

Conflicts:

	automake.in
---
 automake.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/automake.in b/automake.in
index 69b6010..4fbe24c 100644
--- a/automake.in
+++ b/automake.in
@@ -6108,7 +6108,7 @@ sub lang_vala_finish_target ($$)
 # move it to its final location only after valac has been invoked.
     "\t${silent}rm -f \$\@ && echo stamp > \$\@-t\n".
     "\t${verbose}\$(am__cd) \$(srcdir) && ${compile} \$(${derived}_SOURCES)\n".
-    "\t${silent}mv -f \$\@-t \$\@\n";
+    "\t${silent}touch \$@\n";
 
   push_dist_common ("${derived}_vala.stamp");
 
-- 
1.7.9.1

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to