From: Ryan Lortie Date: Sat, 22 May 2010 00:08:49 +0000 (-0400) Subject: add .SECONDARY: rule to preserve generated schemas X-Git-Tag: glib-2.25.7~15 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d818bebf4949617fdf5ffc7833c8f87ccca5c1a1;p=platform%2Fupstream%2Fglib.git 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. --- 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"