From: simonm Date: Sun, 20 Sep 1998 15:33:58 +0000 (+0000) Subject: [project @ 1998-09-20 15:33:58 by simonm] X-Git-Tag: Approx_2487_patches~263 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=f589a1b330c340b7bb69958f5ee7604be7e84421;p=ghc-hetmet.git [project @ 1998-09-20 15:33:58 by simonm] disable posix subdir, one of the tests hangs on Linux. --- diff --git a/ghc/tests/lib/Makefile b/ghc/tests/lib/Makefile index a37fe86..080bedf 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