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.
This commit is contained in:
Matthew Flatt 2013-08-31 11:04:46 -06:00
parent 95368d238e
commit e0385f36c3

View File

@ -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)