Bug 384169 - Build sets with more than one entry do not work
Summary: Build sets with more than one entry do not work
Status: RESOLVED DUPLICATE of bug 372552
Alias: None
Product: kdevelop
Classification: Applications
Component: Build tools: Custom Makefiles (show other bugs)
Version: 5.1.1
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: kdevelop-bugs-null
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-08-30 10:31 UTC by Gerhard
Modified: 2017-08-30 10:49 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Gerhard 2017-08-30 10:31:13 UTC
Add a project that is using custom Makefiles.

If you just add one folder (with a Makefile inside) to the build set and press the Build button respectively Project | Build Selection, all works fine.

If you add another folder to the build set, the custom make file plugin first calls "make" in the second folder (which is a bug in itself because the build set should be built top down) with the output "*** Killed process ***" and the build aborts.
Comment 1 Kevin Funk 2017-08-30 10:49:18 UTC

*** This bug has been marked as a duplicate of bug 372552 ***