.
authorclaus
Sun, 10 Sep 1995 18:56:34 +0200
changeset 48 115a12443621
parent 47 db2d5d021237
child 49 6fc56fee07cf
.
HistMgr.st
HistoryManager.st
Make.proto
--- a/HistMgr.st	Fri Sep 08 21:06:02 1995 +0200
+++ b/HistMgr.st	Sun Sep 10 18:56:34 1995 +0200
@@ -42,7 +42,7 @@
 
 version
 "
-$Header: /cvs/stx/stx/libbasic3/Attic/HistMgr.st,v 1.5 1995-09-08 19:06:02 claus Exp $
+$Header: /cvs/stx/stx/libbasic3/Attic/HistMgr.st,v 1.6 1995-09-10 16:56:27 claus Exp $
 "
 !
 
@@ -127,7 +127,7 @@
 	    "
 	     smalltalk is about to restart from an Image -
 	    "
-	    'HistoryManager initialize (via update)' printNL.
+"/            'HistoryManager initialize (via update)' infoPrintNL.
 	    self initMe.
 	]
     ].
--- a/HistoryManager.st	Fri Sep 08 21:06:02 1995 +0200
+++ b/HistoryManager.st	Sun Sep 10 18:56:34 1995 +0200
@@ -42,7 +42,7 @@
 
 version
 "
-$Header: /cvs/stx/stx/libbasic3/HistoryManager.st,v 1.5 1995-09-08 19:06:02 claus Exp $
+$Header: /cvs/stx/stx/libbasic3/HistoryManager.st,v 1.6 1995-09-10 16:56:27 claus Exp $
 "
 !
 
@@ -127,7 +127,7 @@
 	    "
 	     smalltalk is about to restart from an Image -
 	    "
-	    'HistoryManager initialize (via update)' printNL.
+"/            'HistoryManager initialize (via update)' infoPrintNL.
 	    self initMe.
 	]
     ].
--- a/Make.proto	Fri Sep 08 21:06:02 1995 +0200
+++ b/Make.proto	Sun Sep 10 18:56:34 1995 +0200
@@ -1,5 +1,5 @@
 #
-# $Header: /cvs/stx/stx/libbasic3/Make.proto,v 1.8 1995-08-27 23:19:34 claus Exp $
+# $Header: /cvs/stx/stx/libbasic3/Make.proto,v 1.9 1995-09-10 16:56:34 claus Exp $
 #
 # -------------- no need to change anything below ----------
 
@@ -10,6 +10,7 @@
 
 STCOPT=$(LIBBASIC3_STCOPT)
 STCLOCALOPT='-Padditional-basic-classes-(libbasic3)' $(COMMONSYMBOLS) $(LINKILC)
+O_RULE=$(SPACEOPT_O_RULE)
 
 # all::   abbrev.stc $(UNCRITICALOBJS) $(OBJS) genClassList $(OBJTARGET)
 all::   abbrev.stc objs genClassList $(OBJTARGET)
@@ -54,10 +55,11 @@
 # these are not time critical
 #
 $(UNCRITICALOBJS):
-	@$(MAKE) UNCRITICAL OPT="$(OPT)" NAME=$*.st
+	@$(MAKE) UNCRITICAL OPT="$(OPT)" NAME=$*
 
 UNCRITICAL:
-	$(STC) -CC="$(CC)" $(STCFLAGS) +optspace2 $(CFLAGS) -c $(NAME)
+	@$(MAKE) STCOPT=+optspace2 STFILE=$(NAME) $(O_RULE)
+#	$(STC) -CC="$(CC)" $(STCFLAGS) +optspace2 $(CFLAGS) -c $(NAME).st
 
 AIX:
 	$(MAKE) OPT=-O2