setup-plt needs a make clean before building

svn: r6406
This commit is contained in:
Jay McCarthy 2007-05-30 15:41:06 +00:00
parent 0c604fbc4f
commit 2b6ba365bd
2 changed files with 7 additions and 7 deletions

View File

@ -393,4 +393,4 @@
;; more here - make timeouts proportional to size of bindings
(servlet-content-producer conn req)]
[else
(next-dispatcher)]))))
(next-dispatcher)]))))

View File

@ -5,13 +5,13 @@
(require "managers/manager.ss"
"private/servlet.ss"
"private/url.ss"
"private/servlet-helpers.ss"
"private/web-cells.ss"
"servlet/helpers.ss"
"servlet/web-cells.ss"
"servlet-structs.ss")
(require "private/servlet-url.ss")
(provide (all-from "private/web-cells.ss")
(all-from "private/servlet-helpers.ss")
(all-from "private/servlet-url.ss")
(require "servlet/servlet-url.ss")
(provide (all-from "servlet/web-cells.ss")
(all-from "servlet/helpers.ss")
(all-from "servlet/servlet-url.ss")
(all-from "servlet-structs.ss"))
;; ************************************************************