From e0385f36c3ef20eaf786c8ccf00aebb81f558c78 Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Sat, 31 Aug 2013 11:04:46 -0600 Subject: [PATCH] raco setup: fix `info-domain`, first That way, if you interrupt a `raco setup`, then programs that rely on a directory of "info.rkt" mappings are more likely to work. --- racket/collects/setup/setup-unit.rkt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/racket/collects/setup/setup-unit.rkt b/racket/collects/setup/setup-unit.rkt index e8781c67c2..b8da3078a5 100644 --- a/racket/collects/setup/setup-unit.rkt +++ b/racket/collects/setup/setup-unit.rkt @@ -1731,6 +1731,8 @@ (when (and (not (null? (archives))) no-specific-collections?) (done)) + (when (make-info-domain) (make-info-domain-step)) + (when (clean) (clean-step)) (when (make-zo) (compiler:option:verbose (compiler-verbose)) @@ -1741,7 +1743,6 @@ (when (make-foreign-libs) (make-foreign-libs-step)) (when (make-zo) (make-zo-step)) - (when (make-info-domain) (make-info-domain-step)) (when (make-launchers) (make-launchers-step)) (when (make-launchers)