[project @ 1998-09-20 15:33:58 by simonm]
authorsimonm <unknown>
Sun, 20 Sep 1998 15:33:58 +0000 (15:33 +0000)
committersimonm <unknown>
Sun, 20 Sep 1998 15:33:58 +0000 (15:33 +0000)
disable posix subdir, one of the tests hangs on Linux.

ghc/tests/lib/Makefile

index a37fe86..080bedf 100644 (file)
@@ -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