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
_______________________________________________
Pvfs2-developers mailing list
Pvfs2-developers@beowulf-underground.org
http://www.beowulf-underground.org/mailman/listinfo/pvfs2-developers

Reply via email to