2010-10-09 12:03:57 Trailing message in Terminal when output script to file
T. Jump (UNITED STATES)
Message: 94366
I'm not sure about the following behavior so thought I would put it out to see if there is an error I need to resolve, or simply a process that I need explained.
I ran my "make build" in two differnt ways; one with just "make build" and one with "make build > output".
With just "make build" the process finished and returned to the command prompt.
With "make build > output", after the process had finished (script in output document identical to what was in the terminal with "make build") a new set of data was displayed in the terminal (see attached). This seems to be error messages but I'm wondering if they are, how to repair them; or is it just a behavior related to outputing using the ">" process.
I would appreciate any feedback here.
T. Jump
jobserver warning
QuoteReplyEditDelete
2010-10-09 17:10:57 Re: Trailing message in Terminal when output script to file
Mike Frysinger (UNITED STATES)
Message: 94368
i dont see any problems with the output
QuoteReplyEditDelete
2010-10-09 17:39:04 Re: Trailing message in Terminal when output script to file
T. Jump (UNITED STATES)
Message: 94371
So, do I need to do anything to correct the jobserver warning, or did the build/linux handle this someway?
QuoteReplyEditDelete
2010-10-09 18:02:15 Re: Trailing message in Terminal when output script to file
Mike Frysinger (UNITED STATES)
Message: 94372
you ignore it
QuoteReplyEditDelete
2010-10-09 18:11:25 Re: Trailing message in Terminal when output script to file
T. Jump (UNITED STATES)
Message: 94373
Okay. Thanks.