When will it be integrated? I just got the cvs and it seemed it
wasn't there...
Its VERY useful...
marty
> If you look at but #111 in Savannah, you will find that someone already
> reported this as a bug and supplied a patch to implement a new flag for
> it.
>
> FYI.
>
> --
> ---
If you look at but #111 in Savannah, you will find that someone already
reported this as a bug and supplied a patch to implement a new flag for
it.
FYI.
--
---
Paul D. Smith <[EMAIL PROTECTED]> Find some GNU ma
The make.texi file has:
@settitle GNU @code{make}
I noticed it while trying to generate the documentation for the GNU
Webserver, because the scripts don't tags in @settitle. But, I think
that this is incorrect anyway -
http://www.gnu.org/manual/texinfo/html_node/code.html#code says that
@code is
I find it useful to see the commands during failing builds
(it started with samba, I also used this with proprietary products
at work).
I added an -E flag which overrides .SILENT and @
to always echo the commands being done -- much better than running
strace or hacking up the makefiles...
It wa