Skip to main content
7 events
when toggle format what by license comment
Apr 6, 2013 at 10:57 answer added daisy timeline score: 2
Apr 4, 2013 at 12:19 comment added peterph compilers usually include the file name in the warning/error message.
Apr 4, 2013 at 12:17 comment added vonbrand @peterph But if the CC ... line got lost, you won't be able to figure out where the message comes from.
Apr 4, 2013 at 10:28 comment added peterph Yes, warnings/errors go to stderr. Or (in bash) make 2>&1 1>stdout.log | tee stderr.log - you'll get both logged, only stderr will be displayed.
Apr 4, 2013 at 10:13 comment added daisy @peterph to filter out "normal" messages
Apr 4, 2013 at 10:12 comment added peterph How about make > /dev/null? Why would you want to do that actually?
Apr 4, 2013 at 10:09 history asked daisy CC BY-SA 3.0