This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: question on Cygwin's version of make


On Fri, Mar 2, 2012 at 2:34 AM, Paul Allen Newell wrote:
>
> Using Macro's suggestion of 2>&1 doesn't capture the basename error/warning
> message. I tried "make > make.out 2>&1" and the message still isn't being
> captured.

it should be
 make 2>&1 |tee  make.out

but also this should work
 make &>   make.out

if not something is wrong on your bash.

> Paul

may I suggest
http://cygwin.com/problems.html

specially
"Run cygcheck -s -v -r > cygcheck.out and include that file as an
attachment in your report"

Regards
Marco

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]