5747019 [rkeene@sledge /home/rkeene/projects/webplayerdist]$ cat -n make-kernels.sh
 1 #! /bin/bash
 2 
 3 rm -rf lib include bzImage System.map
 4 cd linux/ || exit 1
 5 
 6 rm -rf modules/
 7 make bzImage modules
 8 make modules_install INSTALL_MOD_PATH=`pwd`/modules/
 9 rm modules/lib/modules/*/build
10 cd ..
11 cp -a linux/modules/* linux/System.map linux/arch/i386/boot/bzImage linux/include .
5747020 [rkeene@sledge /home/rkeene/projects/webplayerdist]$

Click here to go back to the directory listing.
Click here to download this file.
last modified: 2004-06-20 05:03:50