SCM Repository
View of /sml/trunk/src/cm/concur/dummy-servers.sml
Parent Directory
|
Revision Log
Revision 464 -
(download)
(annotate)
Tue Nov 9 06:49:52 1999 UTC (21 years, 4 months ago) by blume
File size: 682 byte(s)
Tue Nov 9 06:49:52 1999 UTC (21 years, 4 months ago) by blume
File size: 682 byte(s)
concur moved; remote pathname cleanup; no dependence on target-compilers
(* * Handling compile-servers under non-Unix systems. * * This is just a placeholder that disables parallel make on non-supported * systems. * * (C) 1999 Lucent Technologies, Bell Laboratories * * Author: Matthias Blume (blume@kurims.kyoto-u.ac.jp) *) structure Servers :> SERVERS = struct fun start _ = raise Fail "compile server facility not available" fun stop _ = false fun kill _ = () fun reset _ = Concur.reset () fun dirbase _ = () fun cd _ = () fun cm _ = () fun cmb _ = () fun compile _ = false fun withServers f = SafeIO.perform { openIt = fn () => (), closeIt = fn () => (), work = f, cleanup = reset } end
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |