timed tail for logfiles. Display loglines given a minimum date and/or a maximum date.
c
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

bootstrap.sh 312B

12345678910
  1. #!/bin/sh
  2. [ "$1" = "clean" ] && [ -f "Makefile" ] && make distclean # pour les .o
  3. rm -fR configure aclocal.m4 autom4te.cache src/Makefile.in tests/Makefile.in Makefile.in compile depcomp install-sh missing tests/Makefile.am
  4. [ "$1" = "clean" ] && exit 0
  5. ./tests/regen.sh
  6. aclocal && automake -a -c && autoconf