bug#18734: [PATCH] vala: Improper parsing of valac arguments leads to garbage in DIST_COMMON

2014-10-15 Thread Colomban Wendling
against `--vapi`. Please find attached a patch fixing the issue. Regards, Colomban From 16bb54572db217e14e0a024bacf33ab693ea10ec Mon Sep 17 00:00:00 2001 From: Colomban Wendling b...@herbesfolles.org Date: Wed, 15 Oct 2014 16:22:13 +0200 Subject: [PATCH] vala: Fix parsing valac flags To: lists

bug#17354: distclean fails when source is relatively otherplace

2014-10-15 Thread Colomban Wendling
I just ran into this issue today trying to port a relatively large build system to use `subdir-objects`. This is quite annoying as everything else works just fine, but this bug either prevents me from using `subdir-objects` at all or forces me to rewrite these parts using a completely different