Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-debug-dev] remote compilation?

Sarig.Sela@xxxxxxx wrote:
Do we have a way to remote compile?

Replace your make command with:

ssh buildmachine "cd /wherever/you/have/your/sources ; make"

You need to export your source directory from your local box, and mount the directory somewhere on the build machine.

This message contains confidential information

This is a public forum.

  //Johan


Back to the top