[Gd-chatter] r11552 - trunk/fundev/sources/project-manager/registry-projects

hannes at gwydiondylan.org hannes at gwydiondylan.org
Mon Dec 17 08:17:48 CET 2007


Author: hannes
Date: Mon Dec 17 08:17:47 2007
New Revision: 11552

Modified:
   trunk/fundev/sources/project-manager/registry-projects/defaults.dylan
Log:
Job: fd
add a comment to this flag; setting it to #f is more convenient
for potential users who want to treat dylan/system/etc. as system
libraries and never rebuild them


Modified: trunk/fundev/sources/project-manager/registry-projects/defaults.dylan
==============================================================================
--- trunk/fundev/sources/project-manager/registry-projects/defaults.dylan	(original)
+++ trunk/fundev/sources/project-manager/registry-projects/defaults.dylan	Mon Dec 17 08:17:47 2007
@@ -70,6 +70,7 @@
 		      as(<string>, path));
 	let (platform-registry, generic-registry) 
 	  = make-registry-from-path(path, platform, personal?: #t);
+        //XXX: set to #f here to prevent rebuilds all over the place
 	platform-system-registries
 	  := add!(platform-system-registries, platform-registry);
 	generic-system-registries



More information about the chatter mailing list