lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:   Wed, 24 Aug 2016 07:59:05 -0700
From:   Dan Williams <dan.j.williams@...el.com>
To:     Fengguang Wu <fengguang.wu@...el.com>
Cc:     Yilong Ren <yilongx.ren@...el.com>,
        Johannes Thumshirn <jthumshirn@...e.de>, kbuild-all@...org,
        "linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>
Subject: Re: [kbuild-all] make[2]: *** No rule to make target
 'tools/testing/nvdimm//config_check.o', needed by 'tools/testing/nvdimm//dax.o'.

On Tue, Aug 23, 2016 at 7:47 PM, Fengguang Wu <fengguang.wu@...el.com> wrote:
> On Tue, Aug 23, 2016 at 04:42:15PM -0700, Dan Williams wrote:
>> I was not able to reproduce this, I tried on Fedora 23 and Fedora 24
>> and both attempts succeeded.
>
>
> Hi Dan, it looks the error only happens with separated obj dir, when
> KBUILD_OUTPUT or "-C .. O=.." is used in make command line.

The following worked for me, what am I missing?

$ make -j 64 O=$HOME/git/obj 2>out; make -j 64 O=$HOME/git/obj
M=tools/testing/nvdimm 2>>out;

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ