aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2013-02-19 22:04:30 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2013-02-19 22:04:30 +0100
commitf900c8fc6ef9b7ff54f0d57d092ac6b9d175460b (patch)
tree659baa00012058099e21b12a29e029929cec38d5 /Makefile
parent5e4b75e1435ef480e7c11226cd64290c3d153d41 (diff)
pharo: Provide a drop-in replacement for the ProcessVariableHEADmaster
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 04cd299..16be876 100644
--- a/Makefile
+++ b/Makefile
@@ -5,11 +5,13 @@ GST_CONVERT = gst-convert
CONVERT_RULES = -r'Osmo.LogManager->LogManager' \
-r'(Transcript nl)->(Transcript cr)' \
-r'(thisContext parentContext)->(thisContext sender)' \
- -r'(``@object backtraceOn: ``@args1)->(``@object printOn: ``@args1)'
+ -r'(``@object backtraceOn: ``@args1)->(``@object printOn: ``@args1)' \
+ -r'ProcessVariable->GSTProcessVariable'
all:
$(GST_PACKAGE) --test package.xml
convert:
- $(GST_CONVERT) $(CONVERT_RULES) -F squeak -f gst LogManager.st fileout.st
+ $(GST_CONVERT) $(CONVERT_RULES) -F squeak -f gst \
+ -o fileout.st compat_for_pharo.st LogManager.st