help-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Feature request: output idea


From: Noel Yap
Subject: Re: Feature request: output idea
Date: Wed, 27 Aug 2003 07:28:50 -0400

Full Decent wrote:

Since this isn't a bug, I'm replying to address@hidden

> I think it would be amazing if there was an optional output mode for
> make that would simply have a console (curses) progress bar with the
> name of the target and the status of its "compilation" like:
> 
> bzImage         [==================================] 100%
> modules         [==================================] 100%
> modules_install [=============>                    ]  40%

This would be a neat feature.

> Is something like this possible? Do you think it would be very difficult
> for me to make a submit a patch for something like this?

Anyone is always welcome to try to create and submit patches.

OTOH, I don't know how you'd go about creating this feature.  For example, make 
has little or no communication with the compiler or linker.  Even if it did, 
these tools typically don't advertise how much more work they have -- I'm not 
even sure if it's
possible for them to know how much more work they have.  And compiles and links 
are the simple cases.

What about targets whose actions are completely custom?

MTC,
Noel




reply via email to

[Prev in Thread] Current Thread [Next in Thread]