[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: debian/rules build/build-indep/build-arch



On Tue, Feb 21, 2006 at 03:51:33PM +0100, Adeodato Sim?? wrote:
>   Another option worth mentioning would be to do nothing in build-indep
>   if the necessary build-depends-indep are not installed.
> 
>     build-indep:
>         if [ -x /usr/bin/foo ] && [ -x /usr/bin/bar ]; then \
>           foo; \
>           bar; \
>         fi
Prefix this with set -e;.

Justin



Reply to: