>> I never expected everyone to abandon their own needs to satisfy mine.
>> It would be nice if they tried to accomodate my needs while satisfying
>> their own, but I didn't expect that either.
>
> IIRC, Kbuild-2.5 already silently accepts all of the old kbuild-2.4
> commands without problems.
>
> As long as you end up running "make install" the rest of the old commands
> will be ignored. You can go on with all of the old commands, if you want
> without any trouble.
Well, not everybody trusts "make install" to do something useful.
I'd do something like this:
make clean
bzip2 -dc ../foo.bz2 | patch -E -s -p1
make menuconfig
time script build-log
make vmlinux && make modules && make modules_install && exit
cp vmlinux /boot/vmlinux-2.5.16
cp System.map /boot/System.map-2.5.16
cp .config /boot/config-2.5.16
sync
su -
joe /etc/yaboot.conf
sync
exit
-
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/