/hg/icedtea: Always turn off doc generation for the bootstrap bu...

andrew at icedtea.classpath.org andrew at icedtea.classpath.org
Tue Dec 15 06:01:34 PST 2009


changeset c865cb07202d in /hg/icedtea
details: http://icedtea.classpath.org/hg/icedtea?cmd=changeset;node=c865cb07202d
author: Andrew John Hughes <ahughes at redhat.com>
date: Tue Dec 15 14:06:44 2009 +0000

	Always turn off doc generation for the bootstrap build.

	2009-12-15 Andrew John Hughes <ahughes at redhat.com>

	 * Makefile.am: Always turn off doc generation for
	bootstrap build.


diffstat:

2 files changed, 8 insertions(+), 1 deletion(-)
ChangeLog   |    6 ++++++
Makefile.am |    3 ++-

diffs (26 lines):

diff -r 4ba5f5be5a37 -r c865cb07202d ChangeLog
--- a/ChangeLog	Mon Dec 14 23:42:58 2009 +0000
+++ b/ChangeLog	Tue Dec 15 14:06:44 2009 +0000
@@ -1,3 +1,9 @@ 2009-12-14  Andrew John Hughes  <ahughes
+2009-12-15  Andrew John Hughes  <ahughes at redhat.com>
+
+	* Makefile.am:
+	Always turn off doc generation for bootstrap
+	build.
+	
 2009-12-14  Andrew John Hughes  <ahughes at redhat.com>
 
 	* Makefile.am:
diff -r 4ba5f5be5a37 -r c865cb07202d Makefile.am
--- a/Makefile.am	Mon Dec 14 23:42:58 2009 +0000
+++ b/Makefile.am	Tue Dec 15 14:06:44 2009 +0000
@@ -508,7 +508,8 @@ ICEDTEA_ENV_BOOT = $(ICEDTEA_ENV) \
 	JAR_KNOWS_ATFILE="$(JAR_KNOWS_ATFILE)" \
 	JAR_KNOWS_J_OPTIONS="$(JAR_KNOWS_J_OPTIONS)" \
 	JAR_ACCEPTS_STDIN_LIST="$(JAR_ACCEPTS_STDIN_LIST)" \
-	DISABLE_NIMBUS="true"
+	DISABLE_NIMBUS="true" \
+	NO_DOCS="true"
 
 # Source files
 



More information about the distro-pkg-dev mailing list