Package: kernel-package
Version: 10.002
Severity: normal
Tags: patch

When trying to clean up the kernel source tree, I get the following error:

> # make-kpkg clean
> real_stamp_clean
> make: real_stamp_clean: Command not found
> make: *** [clean] Error 127

It seems that "run_command" is not defined in the line:

>     $(run_command) real_stamp_clean

of the file "debian/ruleset/local.mk" in the kernel source tree.

A simple fix is to switch the following two lines in the command section
of target "clean" of the file
"kernel-package-10.002/kernel/ruleset/local.mk".

> ifeq ($(strip $(int_am_root)),)
>         $(eval $(deb_rule))


-- 
Chun-Chung Chen


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

Reply via email to