svn commit: samba r23881 - in branches/SAMBA_4_0/source: .

SATOH Fumiyasu fumiyas at osstech.jp
Mon Jul 16 15:14:43 GMT 2007


At Mon, 16 Jul 2007 01:48:08 +0000 (GMT),
abartlet at samba.org wrote:
> WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=23881

>  if test x"${AUTOGEN_SKIP_SWAT}" != x"yes"; then
>  	echo "$0: building Web Application Framework (SWAT)"
> -	make -C ../webapps/swat distclean build || exit 1
> +	(cd ../webapps/swat; make distclean build || exit 1)

	(cd ../webapps/swat && make distclean build || exit 1)

is more suitable, I think.

>  fi
>  
>  echo "Now run ./configure and then make."

-- 
-- Name: SATOH Fumiyasu / fumiyas @ osstech.co.jp
-- Business Home: http://www.OSSTech.co.jp
-- Personal Home: http://www.SFO.jp/blog/


More information about the samba-technical mailing list