changeset 3224:9fca0eafd25a

PR2559: generated directory gets confused with generated alias 2015-07-22 Andrew John Hughes <gnu.andrew@redhat.com> PR2559: generated directory gets confused with generated alias * Makefile.am: (EXTRA_DIST): Change 'generated' to '$(top_srcdir)/generated'. * NEWS: Updated.
author Andrew John Hughes <gnu.andrew@redhat.com>
date Wed, 22 Jul 2015 22:29:27 +0100
parents 575921e7112e
children 7c59c0933693
files ChangeLog Makefile.am NEWS
diffstat 3 files changed, 12 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Wed Jul 22 22:18:05 2015 +0100
+++ b/ChangeLog	Wed Jul 22 22:29:27 2015 +0100
@@ -1,3 +1,12 @@
+2015-07-22  Andrew John Hughes  <gnu.andrew@redhat.com>
+
+	PR2559: generated directory gets confused with
+	generated alias
+	* Makefile.am:
+	(EXTRA_DIST): Change 'generated' to
+	'$(top_srcdir)/generated'.
+	* NEWS: Updated.
+
 2015-07-22  Andrew John Hughes  <gnu.andrew@redhat.com>
 
 	* NEWS: Set release date to 23rd of July,
--- a/Makefile.am	Wed Jul 22 22:18:05 2015 +0100
+++ b/Makefile.am	Wed Jul 22 22:29:27 2015 +0100
@@ -955,7 +955,7 @@
 # FIXME (distclean): Add jtreg sources
 # FIXME (distclean): Add pulseaudio sources
 
-EXTRA_DIST = generated \
+EXTRA_DIST = $(top_srcdir)/generated \
 	$(top_srcdir)/patches/* \
 	contrib arm_port \
 	overlays \
--- a/NEWS	Wed Jul 22 22:18:05 2015 +0100
+++ b/NEWS	Wed Jul 22 22:29:27 2015 +0100
@@ -122,7 +122,8 @@
   - PR2481, RH489586, RH1236619: OpenJDK can't handle spaces in zone names in /etc/sysconfig/clock
   - PR2486: JSSE server is still limited to 768-bit DHE
   - PR2508, G541462: Only apply PaX markings by default on running PaX kernels
-  - PR2556, G390663: Update Gentoo font configuration and allow font directory to be specified 
+  - PR2556, G390663: Update Gentoo font configuration and allow font directory to be specified
+  - PR2559: generated directory gets confused with generated alias
 * CACAO
   - PR829: Raise javadoc and JAVAC_FLAGS memory limits for CACAO
 * JamVM