[RFC][icedtea6-1.9] Backport of 2436: Fix duplication of absolute path when creating $(ECJ_BOOT_DIR)/lib.
Danesh Dadachanji
ddadacha at redhat.com
Wed Oct 26 10:56:04 PDT 2011
Hi,
I noticed this bug was still in 1.9 while trying to replace xalan/xerces
with xsltproc. The reason 1.9 builds fine is because of the 'mkdir -p'
that makes the endorsed dir (Makefile.am:1261). However, once
xalan/xerces have been replaced, the endorsed dir is never created and
so the build crashes.
The attached patch is the same as the changeset[1] on HEAD adjusted for 1.9.
ChangeLog
+2011-10-26 Danesh Dadachanji <ddadacha at redhat.com>
+
+ * Makefile.am:
+ (bootstrap-directory-ecj): Fix double
+ absolute path specification in creation
+ of $(ECJ_BOOT_DIR)/lib.
+
Okay for 1.9?
Regards,
Danesh
[1] http://icedtea.classpath.org/hg/icedtea6/rev/513fd50d8c95
-------------- next part --------------
A non-text attachment was scrubbed...
Name: makefile-bootstrap-duplicate-abs-path-01.patch
Type: text/x-patch
Size: 512 bytes
Desc: not available
Url : http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20111026/c9c7177b/makefile-bootstrap-duplicate-abs-path-01.patch
More information about the distro-pkg-dev
mailing list