Issue 116326 - solenv: GNU make build system creates dependencies for PCHs, but ignores those
Summary: solenv: GNU make build system creates dependencies for PCHs, but ignores those
Status: CLOSED FIXED
Alias: None
Product: Build Tools
Classification: Code
Component: code (show other issues)
Version: current
Hardware: All All
: P3 Trivial (vote)
Target Milestone: ---
Assignee: bjoern.michaelsen
QA Contact: issues@tools
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-01-06 11:31 UTC by bjoern.michaelsen
Modified: 2017-05-20 10:33 UTC (History)
3 users (show)

See Also:
Issue Type: PATCH
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description bjoern.michaelsen 2011-01-06 11:31:49 UTC
The GNU make build system creates dependencies for PCHs.

Expected behavior:
Read the dep file for PCHs to have vaild dependencies and generate PCHs when needed.

Actual behavior:
Dep files for PCHs are ignored.
Comment 1 hjs 2011-01-06 15:45:49 UTC
depfiles may point to the wrong pch target when mixing debug and nondebug builds.
fixed by creating an own dep file for either case.
Comment 2 hjs 2011-01-06 16:01:21 UTC
.
Comment 3 kurt.zenker 2011-01-06 20:54:22 UTC
verified