Fixed target mcz - exit Smalltalk after all packages are exported.
authorJan Vrany <jan.vrany@fit.cvut.cz>
Wed, 17 Jun 2015 17:10:54 +0100
changeset 493 0aed9c69ed48
parent 492 fc3dbe5654c5
child 494 5cdfa83d6027
Fixed target mcz - exit Smalltalk after all packages are exported.
Make.proto
stx_goodies_petitparser.st
--- a/Make.proto	Wed Jun 17 16:49:28 2015 +0100
+++ b/Make.proto	Wed Jun 17 17:10:54 2015 +0100
@@ -74,7 +74,8 @@
 		Class tryLocalSourceFirst: true.				\
 		Smalltalk packagePath add:'$(TOP)/..' .                       \
 		Smalltalk loadPackage:'stx:goodies/petitparser'.              \
-		(Smalltalk at: #'stx_goodies_petitparser') monticelloExportTo: 'mc'."
+		(Smalltalk at: #'stx_goodies_petitparser') monticelloExportTo: 'mc'.\
+                Smalltalk exit:0"
 
 
 
--- a/stx_goodies_petitparser.st	Wed Jun 17 16:49:28 2015 +0100
+++ b/stx_goodies_petitparser.st	Wed Jun 17 17:10:54 2015 +0100
@@ -137,7 +137,8 @@
 		Class tryLocalSourceFirst: true.				\
 		Smalltalk packagePath add:''$(TOP)/..'' .                       \
 		Smalltalk loadPackage:''stx:goodies/petitparser''.              \
-		(Smalltalk at: #''stx_goodies_petitparser'') monticelloExportTo: ''mc''."
+		(Smalltalk at: #''stx_goodies_petitparser'') monticelloExportTo: ''mc''.\
+		Smalltalk exit: 0."
 
 '