Hi,

 I'm sorry about the spamming...

 /usr/share/kernel-package/rules reads:

        -for module in $(MODULE_LOC)/* ; do \
          if test -d  $$module; then \
            (cd $$module; \
              if ./debian/rules KVERS="$(version)" KSRC="$(SRCTOP)" \
                             KMAINT="$(pgp)" KEMAIL="$(email)"      \
                             KDREV="$(debian)" kdist_clean; then    \
                  echo "Module $$module cleaned";                   \
              else                                                  \
                   echo "Module $$module failed to clean up";       \
                   echo "Hit return to Continue?";                  \
                   read ans;                                        \
              fi;                                                   \
             );                                                     \
          fi;                                                       \
        done

 MODULE_LOC is not passed down to the module's debian/rules.

-- 
Marcelo             | It's not enough to be able to pick up a sword. You have
[EMAIL PROTECTED] | to know which end to poke into the enemy.
                    |         -- (Terry Pratchett, Lords and Ladies)

Reply via email to