This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC 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]

[3.2 PATCH] install-no-fixedincludes repaired


Dear GCC maintainers,

calling "make install-no-fixedincludes" leads to an error caused by
missing installation directories.  First, I added $(libsubdir)/include
to the MAKEDIRS variable in the toplevel `Makefile.in', and the
installation succeeded, but when I looked through the log file, I
found that some headers had been installed there and subsequently deleted.
This was due to the order of dependencies of install-no-fixedincludes
in the toplevel `Makefile.in'.  For a normal install, the headers
are installed very early and thereby also create the necessary
dirs.  I have reordered the dependencies for install-no-fixedincludes
in a similar way, and now it works again.

Note: The patch may be offset by a few lines from the original
gcc-3.2 toplevel `Makefile.in' because I've applied the DESTDIR patch
before. (cf. Oct 06 2002 "gcc-3.2 DESTDIRified")

Best regards,

Christian Cornelssen

Attachment: gcc-3.2-install.diff
Description: Text document


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