> Making it optional would certainly be possible, but I'm not sure that
> the use case is common enough to warrant such special-casing. I think
> you should be able to solve it by letting the prefix command be a
> wrapper script like this instead:
> 
>     #!/bin/sh
> 
>     compiler=$(basename $1)
>     shift
>     exec distcc "$compiler" "$@"
> 
> What do you think?

That will do nicely :)  I guess I was looking for a more complex
solution when I really wanted something straightforward like this...


    Many thanks,

        David

Attachment: signature.asc
Description: PGP signature

_______________________________________________
ccache mailing list
ccache@lists.samba.org
https://lists.samba.org/mailman/listinfo/ccache

Reply via email to