Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/gnu/dist
Module Name: src
Committed By: apb
Date: Fri Sep 29 20:10:01 UTC 2006
Modified Files:
src/gnu/dist/gcc/gcc: Makefile.in
src/gnu/dist/gcc4/gcc: Makefile.in
Log Message:
Use ${HOST_SH} instead of the host system's /bin/sh wherever possible:
* Add CONFIG_SHELL=$(SHELL) to the environment when invoking genmultilib.
Due to substitutions made by associated configure scripts, the make
variable $(SHELL) will actually refer to the environment variable
${CONFIG_SHELL}.
To generate a diff of this commit:
cvs rdiff -r1.15 -r1.16 src/gnu/dist/gcc/gcc/Makefile.in
cvs rdiff -r1.3 -r1.4 src/gnu/dist/gcc4/gcc/Makefile.in
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index