Issue 31255 - Add verbose recipe echoing option to dmake
Summary: Add verbose recipe echoing option to dmake
Status: CLOSED FIXED
Alias: None
Product: Build Tools
Classification: Code
Component: dmake (show other issues)
Version: current
Hardware: All All
: P3 Trivial (vote)
Target Milestone: OOo 2.0
Assignee: hjs
QA Contact: issues@tools
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-07-08 17:52 UTC by quetschke
Modified: 2004-09-29 13:33 UTC (History)
1 user (show)

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


Attachments
Patch for dmake (5.31 KB, patch)
2004-07-08 17:53 UTC, quetschke
no flags Details | Diff
Patch for dmake (5.21 KB, patch)
2004-07-09 18:29 UTC, quetschke
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this issue.
Description quetschke 2004-07-08 17:52:25 UTC
The following patch adds a new verbose switch (-vr) to dmake to
force the output of recipe lines even when they are disabled
with @, .SILENT or -s.
Comment 1 quetschke 2004-07-08 17:53:23 UTC
Created attachment 16322 [details]
Patch for dmake
Comment 2 quetschke 2004-07-09 18:28:30 UTC
Hrmpf, the inialization of the macros is done before the command line
switches are evaluated. The following patch clears the bitmask for the .SILENT
macro if -vr (or -v) is encountered.
Comment 3 quetschke 2004-07-09 18:29:02 UTC
Created attachment 16367 [details]
Patch for dmake
Comment 4 quetschke 2004-07-11 15:49:07 UTC
Committed to cws_src680_ooo20040704.
Comment 5 quetschke 2004-07-11 15:50:05 UTC
Reopen to verify.

Ause please verify.
Comment 6 quetschke 2004-07-11 16:16:39 UTC
Committed the documentation changes (see issue 17992) to cws_src680_ooo20040704.
Comment 7 hjs 2004-07-12 11:21:24 UTC
patch looks reasonable to me...
Comment 8 hjs 2004-07-12 11:21:46 UTC
.
Comment 9 hjs 2004-09-29 13:33:03 UTC
.