From: David Cock Date: Mon, 24 Aug 2015 08:29:37 +0000 (+0200) Subject: Cleanup X-Git-Tag: release2015-09-03~29 X-Git-Url: http://git.barrelfish.org/?p=barrelfish;a=commitdiff_plain;h=7192c95705c41be4635c5f0aec780b881de69b62 Cleanup Signed-off-by: David Cock --- diff --git a/hake/Main.hs b/hake/Main.hs index 6b3d746..840a421 100644 --- a/hake/Main.hs +++ b/hake/Main.hs @@ -573,7 +573,6 @@ makeHakeDeps h o l = do makeDirectories :: Handle -> S.Set FilePath -> IO () makeDirectories h dirs = do hPutStrLn h "# Directories follow" - --mapM_ (makeDir h) (S.toList (S.delete ("." ".marker") dirs)) hPutStrLn h "DIRECTORIES=\\" mapM_ (\d -> hPutStrLn h $ " " ++ d ++ " \\") (S.toList dirs) hPutStrLn h "\n"