martin.dorey=hds@gnu.org
[mailto:bug-make-bounces+martin.dorey=hds@gnu.org] On Behalf Of Michael
Stahl
Sent: Saturday, June 22, 2013 10:03
To: bug-make@gnu.org
Cc: help-m...@gnu.org
Subject: Re: Help:Stop compile due to Segmentation Fault Error
On 21/06/13 16:09, 최철우 wrote:
> Dear GNU.org
&g
On 21/06/13 16:09, 최철우 wrote:
> Dear GNU.org
>
> I have a problem with make file.
>
> Segmentation Fault error occurred while compile below part of Makefile.
>
> we used the make 3.81 on ubentu 10.10.
ok...
>$(eval APKCERTS_TMP_FILE := $(shell mktemp))
using eval...
> Here is t
On Fri, 2013-06-21 at 23:09 +0900, 최철우 wrote:
> Segmentation Fault error occurred while compile below part of
> Makefile.
>
> we used the make 3.81 on ubentu 10.10.
I'm pretty confident that this bug has been fixed. Please try a newer
version of GNU make.
__
rg/git/?group=make?
From: bug-make-bounces+martin.dorey=hds@gnu.org
[mailto:bug-make-bounces+martin.dorey=hds@gnu.org] On Behalf Of ???
Sent: Friday, June 21, 2013 07:09
To: bug-make@gnu.org; help-m...@gnu.org
Subject: Help:Stop compile due to Segmentation Fault Error
Dear GNU.org
I have a p
Dear GNU.org
I have a problem with make file.
Segmentation Fault error occurred while compile below part of Makefile.
we used the make 3.81 on ubentu 10.10.
$(APKCERTS_FILE):
@echo APK certs list: $@
@mkdir -p $(dir $@)
@rm -f $@
$(eval APKCE