Issue 74085 - replace redirection to $(NULLDEV) with new dmake prefix "@@" to avoid shell calls
Summary: replace redirection to $(NULLDEV) with new dmake prefix "@@" to avoid shell c...
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-02-01 11:56 UTC by hjs
Modified: 2013-08-07 15:34 UTC (History)
1 user (show)

See Also:
Issue Type: TASK
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-02-01 11:56:01 UTC
silencing called commands complety can now be done by prefixing them with "@@".
no need anymore to do expensive shell calls to get redirection to nowhere
Comment 1 hjs 2007-02-02 13:49:26 UTC
changed
Comment 2 rt 2007-02-05 09:39:04 UTC
In general this looks good for me (on CWS ause074).
Small question: What about tg_yxx.mk lines 50 and 65?
49 # fail on not existing .hxx
50 	$(TYPE) $(INCCOM)$/$(@:b).hxx >& $(NULLDEV)
Comment 3 hjs 2007-02-05 10:30:19 UTC
not changed by intend as it would also hide the commandline itself. noone is
interested in the content of $(INCCOM)$/$(@:b).hxx but in case of failure it
will help which command failed.
Comment 4 rt 2007-02-05 13:33:02 UTC
OK, verified.
Comment 5 hjs 2007-05-10 16:18:10 UTC
.