A Build Process is a set of (hopefully automated) steps to convert your software from source to deliverables.
Having a BuildProcess fully automated is in general a BestPractice, but it's absolutely vital when you're doing ContinuousIntegration (in XP or otherwise).
See also: UsingNmake, AntHill, CruiseControl, IntegrationGuard, ApacheAnt, NantTool