Namazu-devel-ja(旧)


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

Re: some filters add



Ken-ichi Hirose <hirose@xxxxxxxxxxxxxxxxxxxx> wrote:

>>みてみます。
>
>判りました。
>時間がありましたら、添付の patch を 適用してみて下さい。_o_

試しました。いいみたいです。

@set fnord ; amf=$2;  dot_seen=no;  target=`echo check-recursive | sed s/-recursive//`;  list='conf doc etc filter intl po nmz lib pl src lisp man scripts 	  tests template '; 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" || exit 1;  fi; test -z "$fail"
@set: not found
Making check in conf
Making check in doc
@set fnord ; amf=$2;  dot_seen=no;  target=`echo check-recursive | sed s/-recursive//`;  list='en ja'; 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" || exit 1;  fi; test -z "$fail"
@set: not found
Making check in en
Making check in ja
Making check in etc
Making check in filter
@set fnord ; amf=$2;  dot_seen=no;  target=`echo check-recursive | sed s/-recursive//`;  list=''; 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" || exit 1;  fi; test -z "$fail"
@set: not found
Making check in intl
Making check in po
Making check in nmz
Making check in lib
Making check in pl
Making check in src
Making check in lisp
Making check in man
Making check in scripts
Making check in tests
@set fnord ; amf=$2;  dot_seen=no;  target=`echo check-recursive | sed s/-recursive//`;  list='data'; 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" || exit 1;  fi; test -z "$fail"
@set: not found
Making check in data
@set fnord ; amf=$2;  dot_seen=no;  target=`echo check-recursive | sed s/-recursive//`;  list='en ja query'; 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" || exit 1;  fi; test -z "$fail"
@set: not found
Making check in en
Making check in ja
Making check in query
make  check-TESTS
PASS: mknmz-1
PASS: mknmz-2
PASS: mknmz-3
PASS: mknmz-4
PASS: mknmz-5
PASS: mknmz-6
PASS: gcnmz-1
PASS: idxdiff-1
PASS: idxdiff-2
PASS: idxdiff-3
PASS: namazu-1
PASS: namazu-2
PASS: namazu-3
PASS: namazu-4
PASS: namazu-5
PASS: namazu-6
PASS: namazu-cgi-1
PASS: namazu-cgi-2
===================
All 18 tests passed
===================
Making check in template