/hg/icedtea6: Make sure generated target creates generated.stamp.

andrew at icedtea.classpath.org andrew at icedtea.classpath.org
Fri Jul 2 09:27:01 PDT 2010


changeset 4b85abd38b4c in /hg/icedtea6
details: http://icedtea.classpath.org/hg/icedtea6?cmd=changeset;node=4b85abd38b4c
author: Andrew John Hughes <ahughes at redhat.com>
date: Fri Jul 02 17:26:42 2010 +0100

	Make sure generated target creates generated.stamp.

	2010-07-01 Andrew John Hughes <ahughes at redhat.com>

	 * Makefile.am: (generated): Make sure
	generated.stamp is created.


diffstat:

2 files changed, 8 insertions(+)
ChangeLog   |    6 ++++++
Makefile.am |    2 ++

diffs (25 lines):

diff -r 40f04e0a5018 -r 4b85abd38b4c ChangeLog
--- a/ChangeLog	Fri Jul 02 16:09:15 2010 +0100
+++ b/ChangeLog	Fri Jul 02 17:26:42 2010 +0100
@@ -1,3 +1,9 @@ 2010-07-01  Andrew John Hughes  <ahughes
+2010-07-01  Andrew John Hughes  <ahughes at redhat.com>
+
+	* Makefile.am:
+	(generated): Make sure generated.stamp is
+	created.
+
 2010-07-01  Andrew John Hughes  <ahughes at redhat.com>
 
 	* Makefile.am:
diff -r 40f04e0a5018 -r 4b85abd38b4c Makefile.am
--- a/Makefile.am	Fri Jul 02 16:09:15 2010 +0100
+++ b/Makefile.am	Fri Jul 02 17:26:42 2010 +0100
@@ -869,6 +869,8 @@ stamps/generated.stamp: stamps/ports.sta
 	  find $(abs_top_builddir)/generated -type f -exec chmod 640 '{}' ';' \
 	    -o -type d -exec chmod 750 '{}' ';'; \
 	fi
+	mkdir -p stamps
+	touch stamps/generated.stamp
 
 clean-generated:
 	if [ $(abs_top_srcdir) != $(abs_top_builddir) ]; then \



More information about the distro-pkg-dev mailing list