[banshee] build: Don't build gconf-schema-extractor.exe twice (bgo#644272)
- From: Bertrand Lorentz <blorentz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [banshee] build: Don't build gconf-schema-extractor.exe twice (bgo#644272)
- Date: Fri, 11 Mar 2011 20:34:04 +0000 (UTC)
commit 4a24f1956653c2b67fdee93411983c002643e5a4
Author: Bertrand Lorentz <bertrand lorentz gmail com>
Date: Fri Mar 11 21:30:14 2011 +0100
build: Don't build gconf-schema-extractor.exe twice (bgo#644272)
gconf-schema-extractor.exe is already in a _SCRIPTS target, so having it
also explicitely in ALL_TARGET causes it to be built twice, leading to
problems when doing a parallel make.
build/Makefile.am | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/build/Makefile.am b/build/Makefile.am
index d88b030..235525d 100644
--- a/build/Makefile.am
+++ b/build/Makefile.am
@@ -11,7 +11,6 @@ ALL_TARGETS = $(TRANSLATOR_EXTRACTOR_ASSEMBLY) $(DLL_MAP_VERIFIER_ASSEMBLY) $(AD
if GCONF_SCHEMAS_INSTALL
bansheedir = $(pkglibdir)
banshee_SCRIPTS = $(GCONF_SCHEMA_EXTRACTOR_ASSEMBLY)
-ALL_TARGETS += $(GCONF_SCHEMA_EXTRACTOR_ASSEMBLY)
$(GCONF_SCHEMA_EXTRACTOR_ASSEMBLY): GConfSchemaExtractor.cs
$(MCS) -out:$@ $<
endif
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]