From ebe72e82bf60a9145aae276ea6f1f582ecf35253 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Thu, 1 Jun 2006 23:02:50 +0000 Subject: add cygwin to arch lists git-svn-id: svn://tug.org/texlive/trunk@1649 c570f23f-e606-0410-a88d-b1316a301751 --- Master/common.sh | 11 +++++++---- Master/utils.sh | 1 + 2 files changed, 8 insertions(+), 4 deletions(-) (limited to 'Master') diff --git a/Master/common.sh b/Master/common.sh index da65fb1dc2a..f64cc072fad 100755 --- a/Master/common.sh +++ b/Master/common.sh @@ -33,6 +33,7 @@ setvars() # changed to _. p_alpha_linux_n='DEC Alpha with GNU/Linux' p_alphaev5_osf_n='DEC Alphaev5 OSF' + p_i386_cygwin_n='Intel x86 with Cygwin' p_i386_darwin_n='Intel x86 with MacOSX/Darwin' p_i386_freebsd_n='Intel x86 with FreeBSD' p_i386_linux_n='Intel x86 with GNU/Linux' @@ -552,7 +553,7 @@ menu_this_platform() while true; do cls textvar_show screen_5; echo - case `getopt NABCDEFGHIJRQ 'Select the platform you are currently on'` in + case `getopt NABCDEFGHIJKRQ 'Select the platform you are currently on'` in N) this_system=''; this_platform_set ;; A) this_system=i386_linux; this_platform_set ;; B) this_system=win32; this_platform_set ;; @@ -563,8 +564,9 @@ menu_this_platform() G) this_system=powerpc_aix; this_platform_set ;; H) this_system=sparc_solaris; this_platform_set ;; I) this_system=i386_freebsd; this_platform_set ;; - J) this_system=x86_64_linux; this_platform_set ;; - K) this_system=sparc_linux; this_platform_set ;; + J) this_system=i386_cygwin; this_platform_set ;; + K) this_system=x86_64_linux; this_platform_set ;; + L) this_system=sparc_linux; this_platform_set ;; R) total_stat; return ;; Q) exit_on_confirm ;; esac @@ -816,7 +818,8 @@ screen_5='Current platform: $this_platform_n $p_powerpc_aix_n $p_sparc_solaris_n $p_i386_freebsd_n - $p_x86_64_linux_n + $p_i386_cygwin_n + $p_x86_64_linux_n $p_sparc_linux_n return to main menu diff --git a/Master/utils.sh b/Master/utils.sh index 910ad467d44..1d62d432b23 100755 --- a/Master/utils.sh +++ b/Master/utils.sh @@ -420,6 +420,7 @@ platform_guess() sys=`(cd ${TMP-/tmp}; sh ${OVERRIDE_GUESS-$CDDIR}/config.guess)` system=`echo $sys | sed 's/-[^-]*-/-/'` case $system in + *86-cygwin*) Sys=i386_cgywin;; *86-darwin*) Sys=i386_darwin;; *86-freebsd*) Sys=i386_freebsd;; *86-linux*) Sys=i386_linux;; -- cgit v1.2.3