[Git][cmucl/cmucl][master] 2 commits: Fix #321: Rename Motif Config.x86 to Config.linux

Raymond Toy pushed to branch master at cmucl / cmucl Commits: d7ad55c5 by Raymond Toy at 2024-05-29T13:59:49+00:00 Fix #321: Rename Motif Config.x86 to Config.linux - - - - - f25af05f by Raymond Toy at 2024-05-29T13:59:56+00:00 Merge branch 'issue-321-rename-motif-config-x86' into 'master' Fix #321: Rename Motif Config.x86 to Config.linux Closes #321 See merge request cmucl/cmucl!222 - - - - - 2 changed files: - bin/create-target.sh - src/motif/server/Config.x86 → src/motif/server/Config.linux Changes: ===================================== bin/create-target.sh ===================================== @@ -83,7 +83,7 @@ case $uname_s in hp700*) motif_variant=hpux_cc ;; pmax_mach) motif_variant=pmax_mach ;; sgi*) motif_variant=irix ;; - x86_linux*|arm_linux|linux*) motif_variant=x86 ;; + *linux*) motif_variant=linux ;; esac } [ -f src/motif/server/Config.$motif_variant ] || quit "No such motif-variant could be found: Config.$motif_variant" ===================================== src/motif/server/Config.x86 → src/motif/server/Config.linux ===================================== View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/compare/27115bdc8e61349aaa447f1... -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/compare/27115bdc8e61349aaa447f1... You're receiving this email because of your account on gitlab.common-lisp.net.
participants (1)
-
Raymond Toy (@rtoy)