Raymond Toy pushed to branch sparc64-dev at cmucl / cmucl
Commits:
-
afffd171
by Raymond Toy at 2016-12-24T11:14:59-08:00
1 changed file:
Changes:
| ... | ... | @@ -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"
|