From 53f9858b94973fdaa1699278b3805fe489aaabdc Mon Sep 17 00:00:00 2001 From: Glenn Rice Date: Sat, 5 Jun 2010 16:42:04 +0000 Subject: [PATCH] Don't open a tty to display progress. It is unnecessary and may not be available on some systems. This breaks builds in clean root environments which do not have /dev/tty. git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@5620 8ced0084-cf51-0410-be5f-012b33b47a6e --- SConstruct | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SConstruct b/SConstruct index 9cf5bbf38f..efbf4f31ff 100644 --- a/SConstruct +++ b/SConstruct @@ -463,7 +463,7 @@ rev = utils.GenerateRevFile(env['flavor'], "Source/Core/Common/Src/svnrev_template.h", "Source/Core/Common/Src/svnrev.h") # print a nice progress indication when not compiling -Progress(['-\r', '\\\r', '|\r', '/\r'], file=open('/dev/tty', 'w'), interval=5) +Progress(['-\r', '\\\r', '|\r', '/\r'], interval=5) # Setup destdir for package building # Warning: The program will not run from this location. It is assumed the