#!/bin/sh

set -x

# Build Athlon binaries, source RPM
rpmbuild -ba --target=athlon kernel-2.4-richdawe.spec

# Build the other kernel packages, including kernel-source.
rpmbuild -bb kernel-2.4-richdawe.spec

