From e37c842f81769ee93f7c86179cd5f79fd86ace0e Mon Sep 17 00:00:00 2001 From: jlam Date: Wed, 21 Mar 2001 00:25:35 +0000 Subject: Revise estimate of required disk space needed to build the enormous opening book...it's actually more than I originally thought. Also, change the command used to create the book, on the advice of Dr. Hyatt. --- games/crafty-book-enormous/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'games/crafty-book-enormous') diff --git a/games/crafty-book-enormous/Makefile b/games/crafty-book-enormous/Makefile index 3108ea2fd63..f7ebf7a5541 100644 --- a/games/crafty-book-enormous/Makefile +++ b/games/crafty-book-enormous/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2001/02/16 15:10:45 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2001/03/21 00:25:35 jlam Exp $ DISTNAME= enormous PKGNAME= ${CHESS_ENGINE}-book-${DISTNAME}-20000511 @@ -38,7 +38,7 @@ CRAFTYRC= ${WRKSRC}/.craftyrc pre-extract: @${ECHO} "" - @${ECHO} " ** WARNING: This requires ~2.5GB of disk space to build." + @${ECHO} " ** WARNING: This requires ~3GB of disk space to build." @${ECHO} "" do-build: @@ -51,7 +51,7 @@ do-build: cd ${WRKSRC} && ${CAT} ?.pgn > ${PGN_FILE} ${RM} -f ${CRAFTYRC} - ${ECHO} "book create ${PGN_FILE} 60 3" > ${CRAFTYRC} + ${ECHO} "book create ${PGN_FILE} 60 10 50" > ${CRAFTYRC} ${ECHO} "quit" >> ${CRAFTYRC} cd ${WRKSRC} && crafty bookpath=. -- cgit v1.2.3