[OpenAFS-devel] that new redhat.sh
Nathan Neulinger
nneul@umr.edu
Mon, 23 Apr 2001 17:14:42 -0500
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: nneul@umr.edu
University of Missouri - Rolla Phone: (573) 341-4841
CIS - Systems Programming Fax: (573) 341-4216