Re: strange problem with 'make modules_install' -2.4.17, 2.4.18

Keith Owens (kaos@ocs.com.au)
Fri, 29 Mar 2002 20:07:15 +1100


On Fri, 29 Mar 2002 14:59:55 +0900,
Dragon_at_Work <m_giggey@BeansYou.co.jp> wrote:
>Using RH7.2 and trying to upgrade the Kernel.
>
>other makes seem to work fine (mrproper, menuconfig, dep, clean,
>bzImage, modules).
>But, when I 'make modules_install', it seems to prematurely abort the
>process.
>...
>cd /lib/modules/2.4.18; \
>mkdir -p pcmcia; \
>find kernel -path '*/pcmcia/*' -name '*.o' | xargs -i -r ln -sf ../{} pcmcia
>if [ -r System.map ]; then /sbin/depmod -ae -F System.map 2.4.18; fi

Nothing wrong with that, it is a standard modules_install.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/