[glib/wip/gapplication-22: 19/28] add .SECONDARY: rule to preserve generated schemas
- From: Colin Walters <walters src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib/wip/gapplication-22: 19/28] add .SECONDARY: rule to preserve generated schemas
- Date: Thu, 27 May 2010 19:46:02 +0000 (UTC)
commit 932e6177a0ec22fe90b8c725898be90365658e8b
Author: Ryan Lortie <desrt desrt ca>
Date: Fri May 21 20:08:49 2010 -0400
add .SECONDARY: rule to preserve generated schemas
If the .gschema.xml file was generated as the result of an implicit make
rule then make would 'rm' it after creating the validity stamp. This
would cause 'make install' to fail.
m4macros/gsettings.m4 | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/m4macros/gsettings.m4 b/m4macros/gsettings.m4
index 73a7e15..329700d 100644
--- a/m4macros/gsettings.m4
+++ b/m4macros/gsettings.m4
@@ -34,6 +34,8 @@ all-am: $(gsettings_SCHEMAS:.xml=.valid)
uninstall-am: uninstall-gsettings-schemas
install-data-am: install-gsettings-schemas
+.SECONDARY: $(gsettings_SCHEMAS)
+
gsettings__base_list = \
sed "$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g" | \
sed "$$!N;$$!N;$$!N;$$!N;s/\n/ /g"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]