Warning
Unable to process data:
multipart/mixed;boundary="=_NextPart_000_00D3_03C45C4A.B2816C16"
The exact version of this GNU Make utility is 3.79.1 as reported by:
MAKE -v
{
E:\SCHOOL\CST-L2S2\COMP-2~1\ASSIGN~1\PROJ1>make -v
GNU Make version 3.79.1, by Richard Stallman and Roland McGrath.
Built for i386-pc-msdosdjgpp
Copyright (C) 1988, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 20
For simple information on this offer please visit http://70194581.com
___
Bug-make mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-make
stderr is conventionally used for any diagnostic information. "Help"
generally counts as diagnostics. Your problem is that you're working
on an "operating system" that doesn't really understand the concept
of stderr and whose tools never accounted for its use. Since DJGPP
MAKE is a port by people
I'm taking a C course and I desire to print the help screen data of the DJGPP MAKE
command for reference purposes and have discovered, what is to me a disturbing flaw.
To establish a frame of reference, I'll explain my understanding using C terminology
that I've been learning in the C course.
Yeah I did figure that semicolons had special meaning in GMAKE, but my first
example is actually a springboard for the second one. If I quote everything
with "", then it works except for this strange character limit.
FYI, the \ also has the special meaning of line continuation in GMAKE ;)
Milan
Semicolons have a special meaning in GNU-make. RTFM!
Escaping with \; might help. Didn't try, though.
Johan Bezem
CSK Software AG
> "Bhatt, Milan C" wrote:
>
> Hello,
>
> It seems GMAKE doesn't like having semicolons within the value of a
> target specific variable.
>
>
> a : SOME_VAR := c;