]> gitweb.factorcode.org Git - factor.git/commitdiff
mason.config: fix for recent changes
authorSlava Pestov <slava@shill.local>
Tue, 23 Aug 2011 05:17:50 +0000 (22:17 -0700)
committerSlava Pestov <slava@shill.local>
Tue, 23 Aug 2011 05:17:50 +0000 (22:17 -0700)
extra/mason/config/config.factor

index 9d8c8b86924f0e2f18a898abbcd2667d4cbb125e..5e0ad51b4fdc6d7ab354fb8ce6dc457884362c48 100644 (file)
@@ -20,16 +20,12 @@ SYMBOL: builder-recipients
 ! (Optional) CPU architecture to build for.
 SYMBOL: target-cpu
 
-target-cpu get-global [
-    cpu name>> target-cpu set-global
-] unless
+target-cpu get-global [ cpu target-cpu set-global ] unless
 
 ! (Optional) OS to build for.
 SYMBOL: target-os
 
-target-os get-global [
-    os name>> target-os set-global
-] unless
+target-os get-global [ os target-os set-global ] unless
 
 ! Keep test-log around?
 SYMBOL: builder-debug