#!/bin/sh

set -x

# Fedora's kernel rpms don't seem to support building for Athlon,
# so just build for i686.

# Build i686 binaries, source RPM
rpmbuild -ba --target=i686 kernel-2.6-richdawe.spec

# Build the other kernel packages, including kernel-source.
rpmbuild -bb --target=noarch kernel-2.6-richdawe.spec
