From f6d062bb8633844536cb21b554d792dfa58cb073 Mon Sep 17 00:00:00 2001 From: Phil Greenway Date: Tue, 30 Dec 2003 16:25:51 +0000 Subject: [PATCH] Remarked out tput and clear. Advised by the developer that tput requires ncurses. git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5834 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/apps/bin/Jamfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/apps/bin/Jamfile b/src/apps/bin/Jamfile index 437ff16039..02acc9030f 100644 --- a/src/apps/bin/Jamfile +++ b/src/apps/bin/Jamfile @@ -40,7 +40,7 @@ StdBinCommands StdBinCommands chop.c - clear.c +# clear.c driveinfo.c echo.c eject.c @@ -56,7 +56,7 @@ StdBinCommands rescan.c rmattr.cpp sysinfo.c - tput.c +# tput.c unchop.c unmount.c waitfor.c