RFC: Get configure and make BUILD_DIR in sync

Mark Wielaard mjw at redhat.com
Tue Jul 20 07:58:30 PDT 2010


Hi,

The tapset.in files were using a hardcoded BUILD_DIR location at
configure time. This broke slightly when the make changed the BUILD_DIR
location (to openjdk.build). That was only an issue if you build without
--with-abs-install-dir and tried using the systemtap tapsets "in place".

The following patch makes it so that we have the same view of the
BUILD_DIR at configure and make time.

2010-07-19  Mark Wielaard  <mjw at redhat.com>

    * configure.ac (OPENJDK_BUILD_DIR): New AC_SUBST variable.
    (with-abs-install-dir): Based on OPENJDK_BUILD_DIR when not given.
    * Makefile.am (BUILD_DIR): Set to @OPENJDK_BUILD_DIR at .

OK to commit & push?

Thanks,

Mark
-------------- next part --------------
A non-text attachment was scrubbed...
Name: build-dir.patch
Type: text/x-patch
Size: 1479 bytes
Desc: not available
Url : http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20100720/b029c176/build-dir.patch 


More information about the distro-pkg-dev mailing list