This is the mail archive of the crossgcc@sourceware.org mailing list for the crossgcc project.

See crosstool-NG for lots more information.


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: [PATCH 0 of 1] Alternative debug-shell implementation


Johannes, All,

On Wednesday 17 October 2012 13:13:06 Johannes Stezenbach wrote:
> and another mino issue:  when it runs into an error it prints:
> 
> Current command:
>   'make' '-j5' 'all'
> exited with error code: 2
> 
> 
> It would be more useful to print a command that could be copy&pasted.

Well, that *can* be copy-pasted. Especially if there are arguments with
spaces, then they are properly quoted.

For example, try this at your prompt:
    $ 'printf' '==%s==\n' 'arg1' 'arg 2'
    ==arg1==
    ==arg 2==

Regards,
Yann E. MORIN.

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +0/33 662376056 | Software  Designer | \ / CAMPAIGN     |   ^                |
| --==< O_o >==-- '------------.-------:  X  AGAINST      |  /e\  There is no  |
| http://ymorin.is-a-geek.org/ | (*_*) | / \ HTML MAIL    |  """  conspiracy.  |
'------------------------------'-------'------------------'--------------------'

--
For unsubscribe information see http://sourceware.org/lists.html#faq


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