Raymond Toy pushed to branch issue-446-use-cc-to-get-errno at cmucl / cmucl
Commits:
-
38a4e045
by Raymond Toy at 2025-10-24T17:51:27-07:00
-
550ca950
by Raymond Toy at 2025-10-24T17:53:26-07:00
2 changed files:
Changes:
| ... | ... | @@ -61,6 +61,7 @@ TEMPLATE_PKG="bin/errno-pkg-template.lisp" |
| 61 | 61 | # Set ERRNO_FILE to an OS-specific name if possible. If not, use the
|
| 62 | 62 | # default ERRNO_FILE value.
|
| 63 | 63 | if [ -z "$DEFAULT" ]; then
|
| 64 | + # shellcheck disable=SC2006
|
|
| 64 | 65 | case `uname -s` in
|
| 65 | 66 | Linux) ERRNO_FILE="bin/errno-linux.lisp"
|
| 66 | 67 | ;;
|
| ... | ... | @@ -36,7 +36,7 @@ shift $((OPTIND - 1)) |
| 36 | 36 | # Use branch cmucl-expected-failures in general since this branch
|
| 37 | 37 | # generally has the list of expected failures. This is the branch to
|
| 38 | 38 | # use on cmucl master in general.
|
| 39 | -BRANCH=cmucl-expected-failures
|
|
| 39 | +BRANCH=cmucl-expected-failures-etypecase.15
|
|
| 40 | 40 | |
| 41 | 41 | set -x
|
| 42 | 42 | if [ -d ../ansi-test ]; then
|