/hg/icedtea6: Makefile.am (stamps/add-netx.stamp): Create target...

doko at icedtea.classpath.org doko at icedtea.classpath.org
Tue Oct 12 04:35:44 PDT 2010


changeset a18694f7c8fa in /hg/icedtea6
details: http://icedtea.classpath.org/hg/icedtea6?cmd=changeset;node=a18694f7c8fa
author: doko at ubuntu.com
date: Tue Oct 12 13:32:46 2010 +0200

	Makefile.am (stamps/add-netx.stamp): Create target directories.

	This fails otherwise, when BUILD_* and ALT_*_DIST environment vars
	are used as with --with-additional-vms=zero.

	2010-10-12 Matthias Klose <doko at ubuntu.com>

	 * Makefile.am (stamps/add-netx.stamp): Create target
	directories.


diffstat:

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

diffs (29 lines):

diff -r 4698e476b886 -r a18694f7c8fa ChangeLog
--- a/ChangeLog	Fri Oct 08 11:06:14 2010 -0400
+++ b/ChangeLog	Tue Oct 12 13:32:46 2010 +0200
@@ -1,3 +1,7 @@ 2010-10-08  Omair Majid  <omajid at redhat.
+2010-10-12  Matthias Klose  <doko at ubuntu.com>
+
+	* Makefile.am (stamps/add-netx.stamp): Create target directories.
+
 2010-10-08  Omair Majid  <omajid at redhat.com>
 
 	* NEWS: Updated
diff -r 4698e476b886 -r a18694f7c8fa Makefile.am
--- a/Makefile.am	Fri Oct 08 11:06:14 2010 -0400
+++ b/Makefile.am	Tue Oct 12 13:32:46 2010 +0200
@@ -1386,10 +1386,12 @@ stamps/add-netx.stamp: stamps/netx-dist.
 	  $(BUILD_OUTPUT_DIR)/j2sdk-image/jre/lib
 	cp $(NETX_RESOURCE_DIR)/about.jnlp extra-lib/about.jar \
 	  $(BUILD_OUTPUT_DIR)/j2re-image/lib
+	mkdir -p $(BUILD_OUTPUT_DIR)/j2sdk-image/man/man1
 	cp $(NETX_SRCDIR)/javaws.1 \
-	  $(BUILD_OUTPUT_DIR)/j2sdk-image/man/man1; \
+	  $(BUILD_OUTPUT_DIR)/j2sdk-image/man/man1
+	mkdir -p $(BUILD_OUTPUT_DIR)/j2re-image/man/man1
 	cp $(NETX_SRCDIR)/javaws.1 \
-	  $(BUILD_OUTPUT_DIR)/j2re-image/man/man1; \
+	  $(BUILD_OUTPUT_DIR)/j2re-image/man/man1
 	touch stamps/add-netx.stamp
 
 clean-add-netx:



More information about the distro-pkg-dev mailing list