From f589a1b330c340b7bb69958f5ee7604be7e84421 Mon Sep 17 00:00:00 2001
From: simonm <unknown>
Date: Sun, 20 Sep 1998 15:33:58 +0000
Subject: [PATCH] [project @ 1998-09-20 15:33:58 by simonm] disable posix
 subdir, one of the tests hangs on Linux.

---
 ghc/tests/lib/Makefile | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/ghc/tests/lib/Makefile b/ghc/tests/lib/Makefile
index a37fe8604e70..080bedf39dda 100644
--- a/ghc/tests/lib/Makefile
+++ b/ghc/tests/lib/Makefile
@@ -1,9 +1,12 @@
 #-----------------------------------------------------------------------------
-# $Id: Makefile,v 1.3 1998/09/06 14:20:45 simonm Exp $
+# $Id: Makefile,v 1.4 1998/09/20 15:33:58 simonm Exp $
 
 TOP = ..
 include $(TOP)/mk/boilerplate.mk
 
-SUBDIRS = should_run posix
+SUBDIRS = should_run 
+
+# posix009 hangs on Linux, disabled for now --SDM
+# posix
 
 include $(TOP)/mk/target.mk
-- 
GitLab