diff src/alloc.c @ 118:7d55a9ba150c r20-1b11

Import from CVS: tag r20-1b11
author cvs
date Mon, 13 Aug 2007 09:24:17 +0200
parents 48d667d6f17f
children 28f395d8dc7a
line wrap: on
line diff
--- a/src/alloc.c	Mon Aug 13 09:23:08 2007 +0200
+++ b/src/alloc.c	Mon Aug 13 09:24:17 2007 +0200
@@ -2739,7 +2739,12 @@
 
   if (rc < 0) {
     (void)unlink("SATISFIED");
+				/* Current build process on NT does */
+				/* not know how to restart itself. */
+				/* --marcpa */ 
+#ifndef WINDOWSNT
     fatal ("Pure size adjusted, will restart `make'");
+#endif
   } else if (pure_lossage && die_if_pure_storage_exceeded) {
     fatal ("Pure storage exhausted");
   }