summaryrefslogtreecommitdiff
path: root/Master/common.sh
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2006-12-18 18:52:07 +0000
committerKarl Berry <karl@freefriends.org>2006-12-18 18:52:07 +0000
commitbde4405eeb7b21d0fea74715113a73515a790dc3 (patch)
treecb84f7eae13d64e336b31eeeb0ff6e1260d8f73e /Master/common.sh
parente06209b676740916385f8b394d8330ddc0e41918 (diff)
hppa-hpux support
git-svn-id: svn://tug.org/texlive/trunk@2793 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/common.sh')
-rwxr-xr-xMaster/common.sh29
1 files changed, 16 insertions, 13 deletions
diff --git a/Master/common.sh b/Master/common.sh
index 89cfb8c60b7..bd872b78992 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_hppa_hpux_n='HP-UX'
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'
@@ -566,7 +567,7 @@ menu_this_platform()
while true; do
cls
textvar_show screen_5; echo
- case `getopt NABCDEFGHIJKLMRQ 'Select the platform you are currently on'` in
+ case `getopt NABCDEFGHIJKLMORQ '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 ;;
@@ -575,13 +576,14 @@ menu_this_platform()
E) this_system=alpha_linux; this_platform_set ;;
F) this_system=mips_irix; this_platform_set ;;
G) this_system=powerpc_aix; this_platform_set ;;
- H) this_system=sparc_solaris; this_platform_set ;;
- I) this_system=i386_solaris; this_platform_set ;;
- J) this_system=i386_freebsd; this_platform_set ;;
- K) this_system=i386_cygwin; this_platform_set ;;
- L) this_system=x86_64_linux; this_platform_set ;;
- M) this_system=sparc_linux; this_platform_set ;;
+ H) this_system=hppa_hpux; this_platform_set ;;
+ I) this_system=sparc_solaris; this_platform_set ;;
+ J) this_system=i386_solaris; this_platform_set ;;
+ K) this_system=i386_freebsd; this_platform_set ;;
+ L) this_system=i386_cygwin; this_platform_set ;;
+ M) this_system=x86_64_linux; this_platform_set ;;
# N above
+ O) this_system=sparc_linux; this_platform_set ;;
R) total_stat; return ;;
Q) exit_on_confirm ;;
esac
@@ -838,12 +840,13 @@ screen_5='Current platform: $this_platform_n
<E> $p_alpha_linux_n
<F> $p_mips_irix_n
<G> $p_powerpc_aix_n
- <H> $p_sparc_solaris_n
- <I> $p_i386_solaris_n
- <J> $p_i386_freebsd_n
- <K> $p_i386_cygwin_n
- <L> $p_x86_64_linux_n
- <M> $p_sparc_linux_n
+ <H> $p_hppa_hpux_n
+ <I> $p_sparc_solaris_n
+ <J> $p_i386_solaris_n
+ <K> $p_i386_freebsd_n
+ <L> $p_i386_cygwin_n
+ <M> $p_x86_64_linux_n
+ <O> $p_sparc_linux_n
<R> return to main menu
<Q> quit