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
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
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
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
%% 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