Raymond Toy pushed to branch sparc64-dev at cmucl / cmucl

Commits:

1 changed file:

Changes:

  • bin/create-target.sh
    ... ... @@ -122,5 +122,5 @@ echo '#error You need to run genesis (via build-world.sh) before compiling the s
    122 122
            solaris64) cat $setenv_dir/solaris64-features.lisp;;
    
    123 123
    	solaris) cat $setenv_dir/solaris-features.lisp;;
    
    124 124
    	*) sed "s;@@LISP@@;$lisp_variant;" $setenv_dir/unknown.lisp;;
    
    125
        esac2
    
    125
        esac
    
    126 126
    ) > ../setenv.lisp || quit "Can't create setenv.lisp"