-
- Downloads
o Modified create-target.sh to try to figure out what Config to use
based on uname -s. Currently only supports Linux and Solaris. o Moved all the feature frobbing stuff from this file to separate files in the new setenv-scripts directory. (Should we get rid of these? However, they do serve as useful documentation of what features might exist in a given platform.)
Showing
- tools/create-target.sh 71 additions, 133 deletionstools/create-target.sh
- tools/setenv-scripts/base-features.lisp 28 additions, 0 deletionstools/setenv-scripts/base-features.lisp
- tools/setenv-scripts/linux-features.lisp 19 additions, 0 deletionstools/setenv-scripts/linux-features.lisp
- tools/setenv-scripts/openbsd-features.lisp 15 additions, 0 deletionstools/setenv-scripts/openbsd-features.lisp
- tools/setenv-scripts/solaris-features.lisp 23 additions, 0 deletionstools/setenv-scripts/solaris-features.lisp
- tools/setenv-scripts/unknown.lisp 2 additions, 0 deletionstools/setenv-scripts/unknown.lisp
tools/setenv-scripts/base-features.lisp
0 → 100644
tools/setenv-scripts/linux-features.lisp
0 → 100644
tools/setenv-scripts/openbsd-features.lisp
0 → 100644
tools/setenv-scripts/solaris-features.lisp
0 → 100644
tools/setenv-scripts/unknown.lisp
0 → 100644
Please register or sign in to comment