This is the mail archive of the
java-prs@gcc.gnu.org
mailing list for the Java project.
[Bug libgcj/23499] [4.1 regression] libgcj/classpath create empty directory $PREFIX/share/classpath/api/
- From: "tromey at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: java-prs at gcc dot gnu dot org
- Date: 30 Sep 2005 20:48:55 -0000
- Subject: [Bug libgcj/23499] [4.1 regression] libgcj/classpath create empty directory $PREFIX/share/classpath/api/
- References: <20050820173142.23499.gerald@pfeifer.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From tromey at gcc dot gnu dot org 2005-09-30 20:48 -------
This turns out to be somewhat tricky.
Automake's install rule will create a directory for a
conditionally-defined installable file even if the file
won't be installed by the current configuration.
(There's an automake PR about this.)
I'm reluctant to have a lot of Makefile changes in classpath,
but that is one route to a fix. Another equally ugly route
would be to remove the directories in a post install hook.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23499