|
Message-ID: <20180204130110.GA16713@openwall.com> Date: Sun, 4 Feb 2018 14:01:10 +0100 From: Solar Designer <solar@...nwall.com> To: lkrg-users@...ts.openwall.com Subject: Re: How to compile? On Sat, Feb 03, 2018 at 08:39:08PM +0000, Kamil Kapturkiewicz wrote: > mkdir -p "output" > mv /p_lkrg.ko "output" Makefile uses $(PWD), and the above suggests that it's not defined. Try: make PWD=. or: make PWD=`pwd` Adam will probably want to fix the Makefile to remove the dependency on PWD being previously defined. Alexander
Powered by blists - more mailing lists
Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.