Bonjour
Integrating make as the underlying engine ... is not easy 8-)
For example to do a real Progress monitor, meaning
how to provide feedback to the users on how many commands done so far and how many
left ?
How to extract information from make, i.e. make has all sort of information
%% "Alain Magloire" <[EMAIL PROTECTED]> writes:
am> For example to do a real Progress monitor, meaning how to provide
am> feedback to the users on how many commands done so far and how
am> many left ?
First, make can't tell you how many commands are left because it doesn't
know. This came
> am> For example to do a real Progress monitor, meaning how to provide
> am> feedback to the users on how many commands done so far and how
> am> many left ?
>
> First, make can't tell you how many commands are left because it doesn't
> know. This came up a few weeks ago. The way make wor
%% "Alain Magloire" <[EMAIL PROTECTED]> writes:
am> Let's start with a few:
am> 1) Error Parsing.
What about it?
am> 2) Makefile editing/parsing.
Why is editing makefiles something that GNU make needs to handle? There
are things like Emacs makefile mode, for example, that already do a v