[Bug bootstrap/27818] New: libjava installs libltdl sources in $prefix/share/libtool

rguenth at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Tue May 30 11:47:00 GMT 2006


see subject.  The makefile guards the installation of the library and the
headers itself, but

## To avoid spurious reconfiguration when the user installs these files
## with libtoolize, we have to preserve their timestamps carefully:
install-data-local: 
        -rm -rf $(DESTDIR)$(ltdldatadir)
        $(mkinstalldirs) $(DESTDIR)$(ltdldatadir)
        ( cd $(srcdir) && $(AMTAR) chf - $(ltdldatafiles); ) \
          | ( umask 0 && cd $(DESTDIR)$(ltdldatadir) && $(AMTAR) xf -; )

is unprotected.


-- 
           Summary: libjava installs libltdl sources in
                    $prefix/share/libtool
           Product: gcc
           Version: 4.2.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: bootstrap
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: rguenth at gcc dot gnu dot org


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27818



More information about the Gcc-bugs mailing list