Re: 2.6.22-rc3: regression: make M=$PWD modules_install does nothing

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Andrey Borzenkov <arvidjaar@...>
Cc: <linux-kernel@...>, Michal Piotrowski <michal.k.k.piotrowski@...>
Date: Tuesday, May 29, 2007 - 4:42 pm

Hi Andrey


I have tried to reproduce here - but it just works.
I then took a second look at your excellent bug-report and noticed:

that in this commandline you say M=PWD


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
-
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
2.6.22-rc3: regression: make M=$PWD modules_install does not..., Andrey Borzenkov, (Sun May 27, 10:34 pm)
Re: 2.6.22-rc3: regression: make M=$PWD modules_install does..., Sam Ravnborg, (Tue May 29, 4:42 pm)
Re: 2.6.22-rc3: regression: make M=$PWD modules_install does..., Andrey Borzenkov, (Tue May 29, 10:40 pm)