changeset in /hg/icedtea6: 2008-10-18 Matthias Klose <doko at ubu...

doko at ubuntu.com doko at ubuntu.com
Sat Oct 18 07:17:04 PDT 2008


changeset a4b3a6f8732c in /hg/icedtea6
details: http://icedtea.classpath.org/hg/icedtea6?cmd=changeset;node=a4b3a6f8732c
description:
	2008-10-18  Matthias Klose  <doko at ubuntu.com>

	        * Makefile.am (stamps/patch{,-fsg,-ecj}.stamp): Fail if patches don't
	        apply.

diffstat:

2 files changed, 4 insertions(+), 4 deletions(-)
ChangeLog   |    4 ++--
Makefile.am |    4 ++--

diffs (34 lines):

diff -r 3e76a22e6d6f -r a4b3a6f8732c ChangeLog
--- a/ChangeLog	Sat Oct 18 11:26:20 2008 +0200
+++ b/ChangeLog	Sat Oct 18 12:09:17 2008 +0200
@@ -1,7 +1,7 @@ 2008-10-18  Matthias Klose  <doko at ubuntu
 2008-10-18  Matthias Klose  <doko at ubuntu.com>
 
-	* Makefile.am (stamps/patch.stamp): Fail if patches don't apply,
-	call $(HG) only if it exists.
+	* Makefile.am (stamps/patch{,-fsg,-ecj}.stamp): Fail if patches don't
+	apply, call $(HG) only if it exists.
 
 2008-10-17  Deepak Bhole  <dbhole at redhat.com>
 
diff -r 3e76a22e6d6f -r a4b3a6f8732c Makefile.am
--- a/Makefile.am	Sat Oct 18 11:26:20 2008 +0200
+++ b/Makefile.am	Sat Oct 18 12:09:17 2008 +0200
@@ -692,7 +692,7 @@ stamps/patch-fsg.stamp: stamps/extract.s
 	if ! test x$${all_patches_ok} = "xyes"; then \
 	  echo ERROR patch $${all_patches_ok} FAILED! ; \
 	  echo WARNING make clean-patch before retrying a fix ; \
-	  false; \
+	  exit 2; \
 	fi ; 
 
 clean-patch-fsg:
@@ -786,7 +786,7 @@ stamps/patch-ecj.stamp: stamps/extract-e
 	if ! test x$${all_patches_ok} = "xyes"; then \
 	  echo ERROR patch $${all_patches_ok} FAILED! ; \
 	  echo WARNING make clean-patch before retrying a fix ; \
-	  false; \
+	  exit 2; \
 	fi
 
 clean-patch-ecj:



More information about the distro-pkg-dev mailing list