On 19.03.2017 09:54, Norbert Thiebaud wrote:
> On Sat, Mar 18, 2017 at 9:25 PM, brenorg wrote:
>>
>> Anyway, I want to continue to use GNU Make, and not fallback to CMake/Ninja.
>> After some profiling, what's killing me is parsing the "*.d" files generated
>> by the compiler.
>>
>> The time to in
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