-
Notifications
You must be signed in to change notification settings - Fork 214
Description
I would like to have dedicated build directory for Core Build Makefile project. I want a specific name build inside project directory and would not like to use make.run.linux.x86_64.Local which is used by launch configuration. I'm trying to do this via Launchbar Edit Configuration:
- Tab
Build SettingssectionBuild Output LocationselectBuild in project directory - Tab
ArgumentssectionWorking directoryuncheckUse defaultand set desired${workspace_loc:myproject}/build
Steps to reproduce the behavior: Configure build settings and working directly as above and click Build button
Expected behavior
Working directory override setting takes precedence over default project directory.
make runs Building in: /full/path/to/myproject/build
Actual behavior
Working directory override is ignored and default project directory is used.
make runs Building in: /full/path/to/myproject
Note if I select Build in configuration specific directory and set Working directory to ${workspace_loc:myproject}/build, then override takes precedence and make runs Building in: /full/path/to/myproject/build/make.run.linux.x86_64.Local
EDIT: I'm confused about actual behavior, since when I tried more combinations and selected Build in configuration specific directory while setting Working directory to different one ${workspace_loc:myproject}/bbb it would stick to Building in: /full/path/to/myproject/build so it appears that it ignores the override there too?
Version Information:
- OS Linux
- Eclipse Version: 2025-09
- CDT Version: 12.2.0