Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Build directory

> The linked folder workaround proposed by Mikhail unfortunately does not work
> for me. The directory tree rooted at the directory where I need to run make
> is so huge, that an attempt to create a linked folder to it brings Eclipse
> to its knees. I guess, I'll have to wrap make in a shell script to make it
> work.

Sergey,

Another workaround might be to check if your make has an option to switch
to the build directory, e.g. gnu make has a -C <dir> option to change to a
directory. Please note that it will change directory before looking for a
makefile.

Regards,
  Wieant


Back to the top