On 5/24/07, dcw dwoody1@charter.net wrote:
Does the rpmbuild -bc work only in the BUILD directory? Or does it work in the SOURCE directory?
It will work anywhere that exists, as long as you point it to a properly set up .spec file.
However, unless you are doing short-circuit builds (-bc and -bi only), you CANNOT build in the BUILD/kernel-xxx/linux-xxx directory because the %prep deletes it and reconstructs it from scratch.