Issue 81650 - rework dependency generation for c/c++ source
Summary: rework dependency generation for c/c++ source
Status: CLOSED FIXED
Alias: None
Product: Build Tools
Classification: Code
Component: solenv (show other issues)
Version: current
Hardware: All All
: P3 Trivial (vote)
Target Milestone: ---
Assignee: hjs
QA Contact: issues@tools
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-09-17 12:47 UTC by hjs
Modified: 2013-08-07 15:34 UTC (History)
2 users (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description hjs 2007-09-17 12:47:48 UTC
currently touching one source file in a directory triggers dependency
regeneration for all files. this is time consuming and pointless...
the improved design should reduce the dependencies regenerated to the required
files while keeping the option to regenerate it on request.
Comment 1 hjs 2007-12-14 12:27:20 UTC
still some debug output in target.mk to ease verification. that why this issue
isn't yet in state FIXED
Comment 2 hjs 2008-01-14 15:19:00 UTC
.
Comment 3 rt 2008-01-15 16:16:39 UTC
Tested several scenarios, everything looks fine now. 
Comment 4 rt 2008-02-05 12:48:48 UTC
Works on master workspace -> closing