Issue 73189 - makedepend and cat optimization?
Summary: makedepend and cat optimization?
Status: CLOSED FIXED
Alias: None
Product: Build Tools
Classification: Code
Component: code (show other issues)
Version: current
Hardware: All Mac OS X, all
: P4 Trivial (vote)
Target Milestone: ---
Assignee: pavel
QA Contact: issues@tools
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-01-05 21:52 UTC by pavel
Modified: 2013-08-07 15:34 UTC (History)
1 user (show)

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


Attachments
reducing makedepend/cat calls (1.79 KB, patch)
2007-01-08 16:13 UTC, hjs
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this issue.
Description pavel 2007-01-05 21:52:11 UTC
Hi,

during the build I see this:

/Users/pavel/BUILD/X11/BuildDir/ooo_SRC680_m199_src/solver/680/unxmacxi.pro/bin/makedepend 
@/tmp/mkEMOHxH > ../../../unxmacxi.pro/misc/all_ww1.dpslo
/Users/pavel/BUILD/X11/BuildDir/ooo_SRC680_m199_src/solver/680/unxmacxi.pro/bin/makedepend 
@/tmp/mkFkZ2M4 >> ../../../unxmacxi.pro/misc/all_ww1.dpslo

cat /tmp/mkEn271R >> ../../../unxmacxi.pro/misc/all_ww1.dpslo
cat /tmp/mkL12vKX >> ../../../unxmacxi.pro/misc/all_ww1.dpslo

can't we optimize this into one makedepend call and one cat call? Or even more?
Comment 1 hjs 2007-01-08 16:13:42 UTC
Created attachment 42014 [details]
reducing makedepend/cat calls
Comment 2 hjs 2007-01-09 11:48:35 UTC
.
Comment 3 hjs 2007-01-15 12:16:46 UTC
please verify (CWS ause072)
Comment 4 hjs 2007-01-15 12:17:23 UTC
.
Comment 5 pavel 2007-01-15 19:01:01 UTC
verified in ause072.
Comment 6 pavel 2007-01-20 16:03:05 UTC
.