> the problem is that Ubuntu (and Debian) ship a very outdated release of
> GNU make
The current, recent Debian stable, "Wheezy", ships with a version of make that
it pleases Debian to call 3.81-8.2, per http://packages.debian.org/wheezy/make.
Per the changelog link to
http://ftp-master.metada
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