Hi!

I am facing the same problem. Does anyone know the solution for
this? My make-kpkg fails as:

Please ignore the warning about overriding and ignoring targets above.
These are harmless. They are only invoked in a part of the process
that tries to snarf variable values for the conf.vars file.
make[3]: *** No rule to make target `debian_conf_var'.  Stop.
make[2]: *** [debian_conf_var] Error 2
make[1]: *** [debian_conf_var] Error 2
make: *** [conf.vars] Error 2

Apparently, kernel_version.mk includes the Makefile in the current
directory, thinking it is the kernel makefile. But in this case, it
is actually a wrapper around the makefile in the source tree, with a
%:: implicit rule to redirect all targets. Trouble is, when this is
included by kernel_version.mk, even its targets (debian_conf_var)
gets directed to the kernel makefile.

Regards,
Ramkumar




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to