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

See the CrossGCC FAQ 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] Add "FILE" and "CFG" debug levels


Anthony, All,

On Tuesday 19 October 2010 21:17:47 Anthony Foiani wrote:
> # HG changeset patch
> # User Anthony Foiani <anthony.foiani@gmail.com>
> # Date 1287481591 21600
> # Node ID 19b5449021b871db8be214f585b8bde240164a60
> # Parent  fb34f799f05bb7cb15a76f492f481be0a85a4dd0
> Add "FILE" and "CFG" debug levels.
> 
> I ran into some minor difficulties looking through the build log for a
> particular file: I wasn't interested in seeing it unpacked, but only
> when it is built or installed.  Adding these two levels allows me to
> differentiate between those cases.
[--SNIP--]
> diff -r fb34f799f05b -r 19b5449021b8 scripts/functions
> --- a/scripts/functions	Mon Oct 18 21:50:26 2010 +0200
> +++ b/scripts/functions	Tue Oct 19 03:46:31 2010 -0600
[--SNIP--]
> @@ -63,6 +65,8 @@
>  #   - INFO:    Informational messages
>  #   - EXTRA:   Extra informational messages
>  #   - DEBUG:   Debug messages
> +#   - CFG:     Output of various "./configure"-type scripts
> +#   - FILE:    File / archive unpacking.
>  #   - ALL:     Component's build messages
>  # Usage: CT_DoLog <level> [message]
>  # If message is empty, then stdin will be logged.

You are missing adding them to the menuconfig. Fixed.
I will push later tonight.

Thank you!

Regards,
Yann E. MORIN.

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 223 225 172 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   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]