Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] build location of a makefile project ignored if not existing path specified

I have a makefile C/C++ project and I misspelled the build directory.

It shows

"${workspace_loc:/testrrrapp}"
	instead of
"${workspace_loc:/testapp}".

But when building no error is shown. The build uses the makefile in
the root directory of the project. This happens as long as the specified
directory does not exist.

Is this the desired behaviour?

-------------------
Regards,
Olav



Back to the top