Subject: CVS commit: src/gnu/dist
To: None <source-changes@NetBSD.org>
From: Alan Barrett <apb@netbsd.org>
List: source-changes
Date: 09/29/2006 20:10:01
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.