On Thu, Jun 23, 2011 at 12:02 AM, Eric Bélanger <snowmaniscool@gmail.com> wrote:
Signed-off-by: Eric Bélanger <snowmaniscool@gmail.com> ---
I thought about adding checks for the PKGEXT and SRCEXT compression utilities but I'm not sure as it might be overkill. Anyway, they could always be added later on in another patch. BTW, I didn't test this patch as it seemed quite straightforward.
I forgot to mention it but this patch changes a bit how makepkg use distcc and ccache. Currently, if the distcc or ccache options are used and they are not installed, makepkg simply doesn't enable the support and build the package like normal. However, with this patch, makepkg will aborts. To keep current behavoir, the error message for distcc and ccache will need to be replaced by a warning message.