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]

Re: A new parallel buld patch


On May 18, 2000, "H . J . Lu" <hjl@lucon.org> wrote:

> Here is the final one with ChangeLog.

Thanks.  I still find something strange in it.  Sorry for not having
noticed it before:

> -        echo ${out}: '$(srcdir)/config/$(LIB1ASMSRC)'
> +	if [ $dir = . ]; then
> +	  libgccdir="libgcc"
> +	else
> +	  libgccdir="libgcc/${dir}"
> +	fi
> +        echo ${out}: '${libgccdir} $(srcdir)/config/$(LIB1ASMSRC)'
                         ^^^^^^^^^^^^
This shouldn't be within single quotes.  It's the shell that should
expand it, not `make'.

Other than that, it seems in very good shape to me.

-- 
Alexandre Oliva    Enjoy Guaranį, see http://www.ic.unicamp.br/~oliva/
Cygnus Solutions, a Red Hat company        aoliva@{redhat, cygnus}.com
Free Software Developer and Evangelist    CS PhD student at IC-Unicamp
oliva@{lsd.ic.unicamp.br, gnu.org}   Write to mailing lists, not to me


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