Change option code so that "-compiler" and "-edwin" can be specified
authorChris Hanson <org/chris-hanson/cph>
Tue, 11 May 1999 03:52:31 +0000 (03:52 +0000)
committerChris Hanson <org/chris-hanson/cph>
Tue, 11 May 1999 03:52:31 +0000 (03:52 +0000)
together, in which case they select the "all.com" band.  Also modify
the heap-sizing code so that the default constant size is taken from
the band, and the heap size is increased by the amount of heap in the
band.

v7/src/microcode/ntutl/makefile
v7/src/microcode/ntutl/makefile.wcc
v7/src/microcode/os2utl/makefile.cmn

index 9b158859d291f4ac50b0069752af68db745c1719..d80d7e262e3c440cd309a12550a378130e9fa9a8 100644 (file)
@@ -1,6 +1,6 @@
 ### -*- Fundamental -*-
 ###
-###     $Id: makefile,v 1.23 1999/01/02 06:11:34 cph Exp $
+###     $Id: makefile,v 1.24 1999/05/11 03:52:25 cph Exp $
 ###
 ###     Copyright (c) 1992-1999 Massachusetts Institute of Technology
 ###
@@ -362,7 +362,7 @@ storage.obj : scheme.tch gctype.c
 char.obj string.obj dfloat.obj : scheme.tch prims.h
 nttterm.obj : scheme.tch prims.h osterm.h
 boot.obj : scheme.tch prims.h version.h option.h ostop.h
-option.obj : ansidecl.h option.h
+option.obj : scheme.tch fasl.h osenv.h osfs.h
 term.obj : scheme.tch
 missing.obj : config.h
 BCHGCC_H = bchgcc.h oscond.h $(GC_HEAD_FILES)
index 63ac53ff80c131417896c14d6965544033295050..a5f87f794eadefe8ca3933d7fa8abd233b841a8c 100644 (file)
@@ -1,6 +1,6 @@
 ### -*- Fundamental -*-
 ###
-###     $Id: makefile.wcc,v 1.12 1999/01/02 06:11:34 cph Exp $
+###     $Id: makefile.wcc,v 1.13 1999/05/11 03:52:31 cph Exp $
 ###
 ###     Copyright (c) 1992-1999 Massachusetts Institute of Technology
 ###
@@ -456,7 +456,7 @@ storage.obj : scheme.tch gctype.c
 char.obj string.obj dfloat.obj : scheme.tch prims.h
 nttterm.obj : scheme.tch prims.h osterm.h
 boot.obj : scheme.tch prims.h version.h option.h ostop.h
-option.obj : ansidecl.h option.h
+option.obj : scheme.tch fasl.h osenv.h osfs.h
 term.obj : scheme.tch
 missing.obj : config.h
 BCHGCC_H = bchgcc.h oscond.h $(GC_HEAD_FILES)
index bb01e57147a1bf1f85ada083dd68f9f2a5b3af8c..a9494bc999b93e64b0a6261d64def0e588a6c5b6 100644 (file)
@@ -1,6 +1,6 @@
 ### -*- Fundamental -*-
 ###
-### $Id: makefile.cmn,v 1.11 1999/01/02 06:11:34 cph Exp $
+### $Id: makefile.cmn,v 1.12 1999/05/11 03:50:57 cph Exp $
 ###
 ### Copyright (c) 1994-1999 Massachusetts Institute of Technology
 ###
@@ -330,7 +330,7 @@ storage.$(OBJ) : scheme.tch gctype.c
 char.$(OBJ) string.$(OBJ) dfloat.$(OBJ) : scheme.tch prims.h
 tterm.$(OBJ) : scheme.tch prims.h osterm.h
 boot.$(OBJ) : scheme.tch prims.h version.h option.h ostop.h os.h
-option.$(OBJ) : ansidecl.h obstack.h config.h osenv.h
+option.$(OBJ) : scheme.tch fasl.h osenv.h osfs.h
 term.$(OBJ) : scheme.tch
 missing.$(OBJ) : config.h
 BCHGCC_H = bchgcc.h oscond.h $(GC_HEAD_FILES)