[Pvfs2-developers] depend.sh changes (CC variable)
Pete Wyckoff
pw at osc.edu
Thu Jun 1 11:27:11 EDT 2006
pcarns at wastedcycles.org wrote on Thu, 01 Jun 2006 10:02 +0200:
> There was a change recently committed to allow depend.sh to work with
> different compilers. This seems to work pretty well, but I have one
> suggestion. Could we change the following line in Makefile.in?
>
> $(E)CC=$(CC) $(srcdir)/maint/depend.sh .......
>
> to
>
> $(E)CC="$(CC)" $(srcdir)/maint/depend.sh .......
>
> Otherwise the command line gets tangled up if you happen to have a space
> in your CC environment variable (I got tripped up by using "ccache gcc"
> as my CC).
Oops, sorry for not thinking about that. Consider it checked in
(soon).
-- Pete
More information about the Pvfs2-developers
mailing list