changeset 2889:6861d9e23185

PR3135: Makefile.am rule stamps/add/tzdata-support-debug.stamp has a typo in add-tzdata dependency 2016-08-19 Andrew John Hughes <gnu.andrew@member.fsf.org> PR3135: Makefile.am rule stamps/add/tzdata-support-debug.stamp has a typo in add-tzdata dependency * NEWS: Updated. 2016-08-10 Tiago Sturmer Daitx <tdaitx@linux.vnet.ibm.com> PR3135: Makefile.am rule stamps/add/tzdata-support-debug.stamp has a typo in add-tzdata dependency * Makefile.am: (icedtea-debug-stage2): Fix typo in add-tzdata-support-debug dependency.
author Andrew John Hughes <gnu_andrew@member.fsf.org>
date Mon, 19 Sep 2016 18:51:18 +0100
parents 3b7a6bd3fba0
children 27857942e4d5
files ChangeLog Makefile.am NEWS
diffstat 3 files changed, 18 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Mon Sep 19 17:05:44 2016 +0100
+++ b/ChangeLog	Mon Sep 19 18:51:18 2016 +0100
@@ -1,3 +1,19 @@
+2016-08-19  Andrew John Hughes  <gnu.andrew@member.fsf.org>
+
+	PR3135: Makefile.am rule
+	stamps/add/tzdata-support-debug.stamp has a typo in
+	add-tzdata dependency
+	* NEWS: Updated.
+
+2016-08-10  Tiago Sturmer Daitx  <tdaitx@linux.vnet.ibm.com>
+
+	PR3135: Makefile.am rule
+	stamps/add/tzdata-support-debug.stamp has a typo in
+	add-tzdata dependency
+	* Makefile.am:
+	(icedtea-debug-stage2): Fix typo in
+	add-tzdata-support-debug dependency.
+
 2016-08-04  Andrew John Hughes  <gnu.andrew@member.fsf.org>
 
 	PR3128: pax-mark-vm script calls "exit -1" which
--- a/Makefile.am	Mon Sep 19 17:05:44 2016 +0100
+++ b/Makefile.am	Mon Sep 19 18:51:18 2016 +0100
@@ -2338,7 +2338,7 @@
 
 stamps/icedtea-debug-stage2.stamp: stamps/icedtea-debug.stamp \
  stamps/add-cacao-debug.stamp stamps/add-zero-debug.stamp stamps/add-jamvm-debug.stamp \
- stamps/add-systemtap-debug.stamp stamps/add/tzdata-support-debug.stamp \
+ stamps/add-systemtap-debug.stamp stamps/add-tzdata-support-debug.stamp \
  stamps/check-crypto-debug.stamp stamps/add-archive-debug.stamp stamps/split-debuginfo-debug.stamp \
  stamps/add-mime-types-file-debug.stamp
 	mkdir -p stamps
--- a/NEWS	Mon Sep 19 17:05:44 2016 +0100
+++ b/NEWS	Mon Sep 19 18:51:18 2016 +0100
@@ -19,6 +19,7 @@
 * Bug fixes
   - PR3128: pax-mark-vm script calls "exit -1" which is invalid in dash
   - PR3131: PaX marking fails on filesystems which don't support extended attributes
+  - PR3135: Makefile.am rule stamps/add/tzdata-support-debug.stamp has a typo in add-tzdata dependency
 
 New in release 2.6.7 (2016-07-28):