[f-spot] fix parallel build
- From: Ruben Vermeersch <rubenv src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [f-spot] fix parallel build
- Date: Mon, 19 Jul 2010 08:37:52 +0000 (UTC)
commit 9c9b9c07f40d65d2957a30b87901c50926f63fc6
Author: Christian Krause <chkr plauener de>
Date: Wed Jul 14 23:01:16 2010 +0200
fix parallel build
- don't add additional all: rules which would executed in parallel
with the automatically generated ones
https://bugzilla.gnome.org/show_bug.cgi?id=624393
build/build.rules.mk | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/build/build.rules.mk b/build/build.rules.mk
index 3f054d4..6686e57 100644
--- a/build/build.rules.mk
+++ b/build/build.rules.mk
@@ -48,7 +48,7 @@ OUTPUT_FILES = \
moduledir = $(INSTALL_DIR_RESOLVED)
module_SCRIPTS = $(OUTPUT_FILES)
-all: $(ASSEMBLY_FILE) theme-icons
+all-local: theme-icons
run:
@pushd $(top_builddir); \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]