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:	Tue, 29 May 2007 22:42:28 +0200
From:	Sam Ravnborg <sam@...nborg.org>
To:	Andrey Borzenkov <arvidjaar@...l.ru>
Cc:	linux-kernel@...r.kernel.org,
	Michal Piotrowski <michal.k.k.piotrowski@...il.com>
Subject: Re: 2.6.22-rc3: regression: make M=$PWD modules_install does nothing

Hi Andrey

> This has been working up and including -rc2:

I have tried to reproduce here - but it just works.
I then took a second look at your excellent bug-report and noticed:
> 
> {pts/1}% sudo make -C ~/src/linux-git O=$HOME/build/linux-2.6.22 M=PWD V=1 

that in this commandline you say M=PWD

> modules_install
> make: Entering directory `/home/bor/src/linux-git'
> make -C /home/bor/build/linux-2.6.22 \
>         KBUILD_SRC=/home/bor/src/linux-git \
>         KBUILD_EXTMOD="PWD" -f /home/bor/src/linux-git/Makefile

which tell kbuild that module is in a directory named 'PWD' as seen in the
assignment to KBUILD_EXTMOD in the above line.

Could it be that you by accident omitted a '$' in front of PWD?
This would then tell kbuild that module are in the directory pointed to by $PWD.

	Sam
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ