It breaks builds on my system. 

I'm running redhat 6.2, but am not running there kernel. Nor do I
necessarily have the kernel moduels/etc. installed for all of the
kernels I am building for.

This script assumes stuff will exist in /lib/modules when it doesn't
necessarily, and also somehow assumes that only one kernel is being
built for.

At the least, I believe this line needs changed:

            sh ./redhat.sh ${LINUX_VERS} $${KDIR}/Makefile.extradefs; \

to
        
            sh ./redhat.sh $$v $${KDIR}/Makefile.extradefs; \

and the script itself needs to check to see if the files exist before
trying to rm them, or grep over them.

-- Nathan

------------------------------------------------------------
Nathan Neulinger                       EMail:  [EMAIL PROTECTED]
University of Missouri - Rolla         Phone: (573) 341-4841
CIS - Systems Programming                Fax: (573) 341-4216
_______________________________________________
OpenAFS-devel mailing list
[EMAIL PROTECTED]
https://lists.openafs.org/mailman/listinfo.cgi/openafs-devel

Reply via email to