[Pvfs2-developers] depend.sh changes (CC variable)
Phil Carns
pcarns at wastedcycles.org
Thu Jun 1 04:02:53 EDT 2006
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).
thanks,
-Phil
More information about the Pvfs2-developers
mailing list