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]

Re: [Ada] fix install-gnatlib in Makefile.in to match previous change to Make-lang.in



On Saturday, Mar 1, 2003, at 19:12 America/New_York, Laurent Guerby wrote:
Since we now do "cd ada" in Make-lang.in install-gnatlib, we must
remove some ada/ in Makefile.in, otherwise it doesn't work.

Waiting for bootstrap and tests, ok to commit if it works?
Andreas, my build script uses absolute configure pathes,
could you check

Right now install doesn't work with the library and fails silently (BTW,
why is there a ignore fail here?), one more reason to test only after
install (like I do for Ada :), otherwise we won't catch these errors
until making releases.

Laurent, this is OK, please install after testing completes. Andreas, next time please describe how you tested your patch. For makefile changes, it should be something like - configure --enable-languages=c,ada - make bootstrap - (cd gcc ; make gnatlib_and_tools) - make install

-Geert


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