From: Charles L. <cl...@gh...> - 2004-01-07 04:04:28
|
this is what I get: $ make-kpkg --added-modules ~/dl/tp/thinkpad-5.0 modules_image for module in /home/clepple/dl/tp/thinkpad-5.0 ; do \ if test -d $module; then \ (cd $module; \ if ./debian/rules KVERS="2.6.1-rc1" KSRC="/home/clepple/dl/ kernel/linux-2.6.1-rc1" \ KMAINT="Charles Lepple" KEMAIL="clepple()ghz.cc" \ KPKG_DEST_DIR="/home/clepple/dl/kernel/ linux-2.6.1-rc1/.." \ KPKG_MAINTAINER="Charles Lepple" \ KDREV="10.00.Custom" kdist_image; then \ echo "Module $module processed fine"; \ else \ echo "Module $module failed."; \ echo "Hit return to Continue"; \ read ans; \ fi; \ ); \ fi; \ done make[1]: Entering directory `/home/clepple/dl/tp/thinkpad-5.0' make[1]: *** No rule to make target `kdist_image'. Stop. make[1]: Leaving directory `/home/clepple/dl/tp/thinkpad-5.0' Module /home/clepple/dl/tp/thinkpad-5.0 failed. I am using Debian sid (last updated 1/6/2004), with kernel-package_8.078 and debhelper_4.1.83. Any ideas? I've done "make-kpkg modules_image" before with the i2c modules (not on a ThinkPad, of course :-) ) but I could be missing something obvious here. thanks, -- Charles Lepple cl...@gh... |