From 328e728f2b5450430bd59ced71537f579d0af23f Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Wed, 3 Jun 2009 12:12:09 +0000 Subject: [PATCH] Merge the TODO lists in ghc.mk --- ghc.mk | 5 ----- 1 file changed, 5 deletions(-) diff --git a/ghc.mk b/ghc.mk index 73dc5f7..1ff9cbb 100644 --- a/ghc.mk +++ b/ghc.mk @@ -12,8 +12,6 @@ # ToDo List. # -# Before we can merge the new build system into HEAD: -# # * finish installation # * other documentation # * create doc index and contents @@ -23,9 +21,6 @@ # * finish binary distributions # * need to fix Cabal for new Windows layout, see # Distribution/Simple/GHC.configureToolchain. -# -# Once the new build system is in HEAD, and before 6.12: -# # * separate the logic of whether to do something from the test for # existence of the tool to do it. For example, rather than checking # if $DIR_DOCBOOK_XSL or $XSLTPROC is "", we should have a variable -- 1.7.10.4