kbs2.0最新cvs,make时出现问题.
系统: Solaris 9 x86, gcc 3.3.2
# ./configure CFLAGS="-g -D_POSIX_PTHREAD_SEMANTICS" \
--prefix=/export/home0/bbs --enable-site=fb2k-v2 \
--with-www=/usr/local/apache --with-php=/usr/local/include/php \
--without-mysql
# make
make: Fatal error in reader: Makefile, line 468: Unexpected command seen
Makefile:
464 dist-hook:
465 rm -rf `find $(distdir) -name CVS`
466 rm -rf `find $(distdir) -name config.status`
467 rm -rf `find $(distdir) -name .deps`
468 -name "./sshbbsd/acconfig.h" -prune -o -name "*.[c|h]" \
469 -exec indent -kr -l200 -i4 -bad -bap -cdb -sc -ip0 -nut {} -o {} \;
470 -exec $(srcdir)/filter.sh {} \;
把468, 469,470三行注释掉才可以正常make
--
FROM 202.193.161.*