On Wed, 2014-06-11 at 13:45 -0400, Paul Smith wrote:
> Unfortunately in older versions of make the option and argument
> are left as two separate words:
>
> $ echo 'a:;: $(MAKEFLAGS)' | make-3.81 -f- -I/usr/include -I/bin
> : I /usr/include -I /bin
>
> which makes it much more difficult to re
On Tue, 2014-06-10 at 16:01 -0700, Corey Brenner wrote:
> I've run into a situation where I want to control the include dirs in
> a recursive make. I am adding include paths to recursive invocations
> via --include-dir=, when I find one which matches my criteria.
>
> However, GNU Make seems to b
On 04 August 2007 00:08, Christopher Faylor wrote:
> On Sat, Aug 04, 2007 at 01:08:54AM +0300, Eli Zaretskii wrote:
>>> Date: Fri, 3 Aug 2007 14:55:15 -0700 (PDT)
>>> From: [EMAIL PROTECTED]
>>>
>>> oops, here is the attached console capture
>>
>> It's much better to send this as plain text (you
On Sat, Aug 04, 2007 at 01:08:54AM +0300, Eli Zaretskii wrote:
>> Date: Fri, 3 Aug 2007 14:55:15 -0700 (PDT)
>> From: [EMAIL PROTECTED]
>>
>> oops, here is the attached console capture
>
>It's much better to send this as plain text (you can capture it with
>`tee' or even by copying and pasting the
> Date: Fri, 3 Aug 2007 14:55:15 -0700 (PDT)
> From: [EMAIL PROTECTED]
>
> oops, here is the attached console capture
It's much better to send this as plain text (you can capture it with
`tee' or even by copying and pasting the contents into your mailer).
My crystal ball says that somehow the co
> Date: Fri, 3 Aug 2007 14:52:53 -0700 (PDT)
> From: [EMAIL PROTECTED]
>
> I am trying to configure GNU make from cygwin and ./configure doesn't run.
> I have attached the cygwin console capture with the error.
I see no attachments.
___
Bug-make maili
Hi,
[EMAIL PROTECTED] elucidated on 08/02/07 21:53:
i have some old (circa 1997) makefiles which run fine on current UNIX systems
with their versions of make. if i run gnu make as make -n then GNU make shows
the commands that will be executed just fine however, when i actually issue
the make c
%% [EMAIL PROTECTED] writes:
d> I downloaded the GNU make 3.77 from sourceware.cygnus.com/cygwin.
d> I use the following makefile:
Wait, I lied :(.
I think this bug is because your makefile has DOS/Windows style CRLF
newlines, instead of UNIX style LF newlines.
GNU make prior to 3.78 didn'
%% [EMAIL PROTECTED] writes:
d> I downloaded the GNU make 3.77 from sourceware.cygnus.com/cygwin.
d> I use the following makefile:
d> I get the following error message:
d> ', needed by `hello'. Stop.e target `hello3.c
This is a memory corruption bug, that has been fixed in later versio