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]

[Makefile] Define *_INSTALL_NAME immediately


In my current fix for PR12730 (installing a tarball without makeinfo or pod::man), I will need to use ${GCC_INSTALL_NAME} and friends as a make target.

Since the *_INSTALL_NAME are created via sed scripts, they would be unable to be targets unless they are defined immediately ":=" instead of deferred "=".

Then as long as I was cleaning up those entries, I replaced their easy-to-overlook backquotes with a more modern (circa 1988) gnumake construct "$(shell ...).

Bootstrapped i686-pc-cygwin with a make install
I also did a cross build to --target=pentium4-unknown-elf with a make install.


OK to install?
KC


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