[RFC][icedtea-web] Path to NEW_LINE_IFS is incorrect
Danesh Dadachanji
ddadacha at redhat.com
Fri Feb 10 14:10:22 PST 2012
Hi,
The var abs_top_builddir is used as the path to NEW_LINE_IFS when it
should be abs_top_srcdir. When building outside of src dir (e.g. in
icedtea-web/build with ../configure), this will fail when running say
'make run-netx-dist-tests'. It mustn't have been caught yet because
people are probably building in the src dir directly when testing..
ChangeLog:
+2012-02-10 Danesh Dadachanji <ddadacha at redhat.com>
+
+ Fix path to NEW_LINE_IFS for when one builds outside of src directory.
+ * Makefile.am: Use top src directory instead of top build directory
+ for NEW_LINE_IFS
+
Is the attached patch okay for HEAD and 1.2?
Cheers,
Danesh
-------------- next part --------------
A non-text attachment was scrubbed...
Name: fix-NEW_LINE_IFS.patch
Type: text/x-patch
Size: 2176 bytes
Desc: not available
Url : http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20120210/9fa5ea59/fix-NEW_LINE_IFS.patch
More information about the distro-pkg-dev
mailing list