Talk:Makefile: Difference between revisions

Content deleted Content added
Combuster (talk | contribs)
What happened here?
 
(One intermediate revision by the same user not shown)
Line 145:
</pre>
:Obviously this can lead to errors if the user-specified flags conflict with those you specify. [[User:Jnc100|John]] 06:02, 25 May 2012 (CDT)
 
== Commands Prefixed with @ ==
 
Is it really a good idea to cause <tt>make(1)</tt> not to print out the executed commands?
 
When debugging it's probably better to know which command failed.
 
When not debugging you can pass the <tt>-s</tt> to <tt>make(1)</tt>.
 
[[User:Glauxosdever|Glauxosdever]] 06:09, 5 September 2016 (CDT)
Return to "Makefile" page.