make-kpkg problems
Anytime I do a make-kpkg with modules as the target
(modules_image, modules, modules_config, modules_clean ete.)
I get the following output (and no .deb file):
for module in ; do \
if test -d $module; then
\
(cd $module; \
if ./debian/rules KVERS="2.6.8"
KSRC="/usr/src/linux" \
KMAINT="Unknown Kernel Package
Maintainer"
KEMAIL="unknown@unconfigured.in.etc.kernel-pkg.conf" \
KPKG_DEST_DIR="/usr/src/linux/.." \
KPKG_MAINTAINER="Unknown Kernel
Package Maintainer" \
ARCH=i386 \
KPKG_EXTRAV_ARG="" \
KDREV="10.00.Custom" kdist;
then \
echo "Module $module processed fine";
\
else
\
echo "Module $module failed.";
\
if [ "X" != "X" ]; then \
echo "Perhaps $module does not
understand --rootcmd?"; \
echo "If you see messages that
indicate that it is not"; \
echo "in fact being built as root,
please file a bug "; \
echo "against $module.";
\
fi;
\
echo "Hit return to Continue?";
\
read ans; \
fi;
\
); \
fi; \
done
Not sure what to do... any help is appreciated.
Thanks!
-Josh
Reply to: