[gtk-doc] make: use stamp-files to avoid rebuilding during make check



commit 362e534c1002de9413af4c9705b29a3cee09f37e
Author: Stefan Kost <ensonic users sf net>
Date:   Wed Feb 2 01:40:10 2011 +0200

    make: use stamp-files to avoid rebuilding during make check

 gtk-doc.make        |    3 ++-
 gtk-doc.notmpl.make |    3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/gtk-doc.make b/gtk-doc.make
index 03af177..71c1965 100644
--- a/gtk-doc.make
+++ b/gtk-doc.make
@@ -74,7 +74,7 @@ $(REPORT_FILES): sgml-build.stamp
 
 #### setup ####
 
-setup-build.stamp::
+setup-build.stamp:
 	- if test "$(abs_srcdir)" != "$(abs_builddir)" ; then \
 	   files=`echo $(SETUP_FILES) $(expand_content_files) $(DOC_MODULE).types`; \
 	   if test "x$$files" != "x" ; then \
@@ -84,6 +84,7 @@ setup-build.stamp::
 	       done \
 	   fi \
 	fi
+	@touch setup-build.stamp
 
 
 setup.stamp: setup-build.stamp
diff --git a/gtk-doc.notmpl.make b/gtk-doc.notmpl.make
index d0b893a..b88229e 100644
--- a/gtk-doc.notmpl.make
+++ b/gtk-doc.notmpl.make
@@ -74,7 +74,7 @@ $(REPORT_FILES): sgml-build.stamp
 
 #### setup ####
 
-setup-build.stamp::
+setup-build.stamp:
 	- if test "$(abs_srcdir)" != "$(abs_builddir)" ; then \
 	   files=`echo $(SETUP_FILES) $(expand_content_files) $(DOC_MODULE).types`; \
 	   if test "x$$files" != "x" ; then \
@@ -84,6 +84,7 @@ setup-build.stamp::
 	       done \
 	   fi \
 	fi
+	@touch setup-build.stamp
 
 
 setup.stamp: setup-build.stamp



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]