I: [PATCH] make-3.81beta2 func_shell segfault fix

2005-02-17 Thread Dmitry V. Levin
Hi, The `shell' function implementation contains a long-standing potential null dereference bug, proposed fix is attached. -- ldv 2004-04-16 Dmitry V. Levin <[EMAIL PROTECTED]> * function.c (func_shell): When initializing error_prefix, check that reading file name is not null

Re: [avr-gcc-list] Compile error

2005-02-17 Thread Stewart Cutler
Paul Colin Gloster wrote: On Thu, Feb 17, 2005 at 01:09:57PM +0700, Andi wrote: "I got problem to compile my code . the messages : "make.exe" all make.exe: *** No rule to make target `all'. Stop. [..]" Your Makefile file (if it even exists) does not have a section for all which is what mak

Re: I: [PATCH] make-3.81beta2 func_shell segfault fix

2005-02-17 Thread Paul D. Smith
I applied this fix. Thanks. -- --- Paul D. Smith <[EMAIL PROTECTED]> Find some GNU make tips at: http://www.gnu.org http://make.paulandlesley.org "Please remain calm...I may be mad, but I

bug in $(wildcard) on Windows?

2005-02-17 Thread David Parrott
Hi I noticed today that if I use $(wildcard) on a path or file which contains spaces on Microsoft Windows, it does not work even if I place the full path in quotes. The wildcard never returns any file names. $(shell echo) does work though, so I am using this as a workaround. Regards David Parr

Re: bug in $(wildcard) on Windows?

2005-02-17 Thread Paul D. Smith
%% David Parrott <[EMAIL PROTECTED]> writes: dp> I noticed today that if I use $(wildcard) on a path or file which dp> contains spaces on Microsoft Windows, it does not work even if I dp> place the full path in quotes. The wildcard never returns any file dp> names. The short answer is tha