search for: local_target

Displaying 12 results from an estimated 12 matches for "local_target".

2006 Mar 30
0
Dovecote Make failure with MySQL support.
...t lib-mail lib -imap lib-index lib-storage lib-auth auth dict master login-common imap- login imap pop3-login pop3 util plugins'; for subdir in $list; do \ echo "Making $target in $subdir"; \ if test "$subdir" = "."; then \ dot_seen=yes; \ local_target="$target-am"; \ else \ local_target="$target"; \ fi; \ (cd $subdir && make $local_target) \ || eval $failcom; \ done; \ if test "$dot_seen" = "no"; then \ make "$target-am" || exit 1; \ fi; test -z "$fail" make: Fat...
2007 Mar 14
4
solaris 10 + dovecot (1)
...b-mail lib-imap lib-index lib-storage lib-auth auth dict master login-common imap-login imap pop3-login pop3 deliver util plugins'; for subdir in $list; do \ echo "Making $target in $subdir"; \ if test "$subdir" = "."; then \ dot_seen=yes; \ local_target="$target-am"; \ else \ local_target="$target"; \ fi; \ (cd $subdir && make $local_target) \ || eval $failcom; \ done; \ if test "$dot_seen" = "no"; then \ make "$target-am" || exit 1; \ fi; test -z "$fail" make: Fat...
2005 Aug 21
1
Installation error on "make"
...orage lib-auth auth master login-common imap-login imap pop3-login pop3 deliver util'; for subdir in $list; do \ 41. echo "Making $target in $subdir"; \ 42. if test "$subdir" = "."; then \ 43. dot_seen=yes; \ 44. local_target="$target-am"; \ 45. else \ 46. local_target="$target"; \ 47. fi; \ 48. (cd $subdir && make $local_target) \ 49. || eval $failcom; \ 50. done; \ 51. if test "$dot_seen" = "no"; then \...
2009 Jan 21
1
dovecot 1.1.8 compile error
...lib-index lib-storage lib-auth auth dict master login-common imap-login imap pop3-login pop3 deliver tests util plugins'; for subdir in $list; do \ echo "Making $target in $subdir"; \ if test "$subdir" = "."; then \ dot_seen=yes; \ local_target="$target-am"; \ else \ local_target="$target"; \ fi; \ (cd $subdir && make $local_target) \ || eval $failcom; \ done; \ if test "$dot_seen" = "no"; then \ make "$target-am" || exit 1; \ fi; test -z "$fail" mak...
2006 Jul 02
3
Error compiling on Solaris 10
...mail lib-imap lib-index lib-storage lib-auth auth dict master login-common imap-login imap pop3-login pop3 util plugins'; for subdir in $list; do \ echo "Making $target in $subdir"; \ if test "$subdir" = "."; then \ dot_seen=yes; \ local_target="$target-am"; \ else \ local_target="$target"; \ fi; \ (cd $subdir && make $local_target) \ || case "$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \ done; \ if test "$dot_seen" = "no"; then \ make "$tar...
2009 Jul 29
2
problems compiling dovecot-1.2.2 on solaris 10
...*k*) failcom='fail=yes';; \ esac; \ done; \ dot_seen=no; \ target=`echo all-recursive | sed s/-recursive//`; \ list='src doc'; for subdir in $list; do \ echo "Making $target in $subdir"; \ if test "$subdir" = "."; then \ dot_seen=yes; \ local_target="$target-am"; \ else \ local_target="$target"; \ fi; \ (cd $subdir && make $local_target) \ || eval $failcom; \ done; \ if test "$dot_seen" = "no"; then \ make "$target-am" || exit 1; \ fi; test -z "$fail" make: Fat...
2004 Nov 11
3
make error
Can anyone help with this? I get the following error when running "make". "configure" worked fine. I am installing the latest dovecot on a Solaris OS10 machine make: Fatal error: Command failed for target `all-recursive' **** Error code 1 Also could someone tell me if it is possible to search all the archives through the complete message bodies or are we limited to
2007 Dec 31
1
b13 Compile error on Solaris 10 (Sparc)
...ib-imap lib-index lib-storage lib-auth auth dict master login-common imap-login imap pop3-login pop3 deliver tests util plugins'; for subdir in $list; do \ echo "Making $target in $subdir"; \ if test "$subdir" = "."; then \ dot_seen=yes; \ local_target="$target-am"; \ else \ local_target="$target"; \ fi; \ (cd $subdir && make $local_target) \ || eval $failcom; \ done; \ if test "$dot_seen" = "no"; then \ make "$target-am" || exit 1; \ fi; test -z "$fail" make: Fat...
2008 Feb 08
1
Building NUT 2.2.1 under Solaris 10 (SPARC)
...et=`echo all-recursive | sed s/-recursive//`; \ list='include common clients conf data docs drivers lib man packaging scripts server'; for subdir in $list; do \ echo "Making $target in $subdir"; \ if test "$subdir" = "."; then \ dot_seen=yes; \ local_target="$target-am"; \ else \ local_target="$target"; \ fi; \ (cd $subdir && make $local_target) \ || eval $failcom; \ done; \ if test "$dot_seen" = "no"; then \ make "$target-am" || exit 1; \ fi; test -z "$fail" make: Fat...
2005 Dec 16
1
a problem in building dovecot @ opensolaris
...he error: set fnord $MAKEFLAGS; amf=$2; \ dot_seen=no; \ target=`echo all-recursive | sed s/-recursive//`; \ list='quota imap-quota trash'; for subdir in $list; do \ echo "Making $target in $subdir"; \ if test "$subdir" = "."; then \ dot_seen=yes; \ local_target="$target-am"; \ else \ local_target="$target"; \ fi; \ (cd $subdir && make $local_target) \ || case "$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \ done; \ if test "$dot_seen" = "no"; then \ make "$target-am...
2012 Feb 29
1
dovecot-2.1-pigeonhole-0.3.0 identifier redeclared: sieve_multiscript_run (patch)
...*k*) failcom='fail=yes';; \ esac; \ done; \ dot_seen=no; \ target=`echo all-recursive | sed s/-recursive//`; \ list='plugins'; for subdir in $list; do \ echo "Making $target in $subdir"; \ if test "$subdir" = "."; then \ dot_seen=yes; \ local_target="$target-am"; \ else \ local_target="$target"; \ fi; \ (cd $subdir && dmake $local_target) \ || eval $failcom; \ done; \ if test "$dot_seen" = "no"; then \ dmake "$target-am" || exit 1; \ fi; test -z "$fail" dmake:...
2004 Oct 23
1
[LLVMdev] UPDATE: Makefile.rules Changes (IMPORTANT)
...################################## > > +#-------------------------------------------------------------------- > +# Define the various target sets > +#-------------------------------------------------------------------- > +RECURSIVE_TARGETS := all clean check install uninstall > +LOCAL_TARGETS := all-local clean-local check-local install-local printvars\ > + uninstall-local > +TOPLEV_TARGETS := dist dist-check dist-clean > +INTERNAL_TARGETS := preconditions > > -########################################################################### >...