This is the mail archive of the java-prs@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libgcj/23499] [4.1 regression] libgcj/classpath create empty directory $PREFIX/share/classpath/api/


------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]