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: fix target lib rebuilding


Daniel Jacobowitz <drow@false.org> writes:

> Aha!  Thanks for clearing that up, Alexandre.  I still don't see how it
> happens (courtesy of .NOEXPORT), but I'll take your word for it.

By the way, you keep mentioning .NOEXPORT.  Although you still see
that in Makefiles quite a bit, it no longer has any effect on GNU
make.  GNU make no longer exports variables by default.  You can use
the special target .EXPORT_ALL_VARIABLES to get the old behaviour.

Ian


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