mirror of
https://git.openafs.org/openafs.git
synced 2025-01-31 05:27:44 +00:00
Remove configure remnants of Digital UNIX / Tru64 client
Remove the configure flag to specify the location of the Digital UNIX kernel headers and some setup for the kernel module build. Note in README that Digital UNIX / Tru64 is supported for servers only. Change-Id: I983f74068b1a1ae76d9a2b2549a8a141dba4e075 Reviewed-on: http://gerrit.openafs.org/2207 Reviewed-by: Derrick Brashear <shadow@dementia.org> Tested-by: Derrick Brashear <shadow@dementia.org>
This commit is contained in:
parent
b1a50290e6
commit
77ebaaf639
2
README
2
README
@ -30,7 +30,7 @@ A Configuring
|
|||||||
A directory will be automatically created for binaries to be written
|
A directory will be automatically created for binaries to be written
|
||||||
into with this name when you build.
|
into with this name when you build.
|
||||||
|
|
||||||
alpha_dux40, alpha_dux50, alpha_dux51
|
alpha_dux40, alpha_dux50, alpha_dux51 (client does not work)
|
||||||
alpha_linux22, alpha_linux24, alpha_linux26
|
alpha_linux22, alpha_linux24, alpha_linux26
|
||||||
alpha_nbsd15, alpha_nbsd16
|
alpha_nbsd15, alpha_nbsd16
|
||||||
amd64_fbsd_53 (client does not work)
|
amd64_fbsd_53 (client does not work)
|
||||||
|
@ -140,10 +140,6 @@ AC_ARG_ENABLE([pthreaded-ubik],
|
|||||||
[enable_pthreaded_ubik="no"])
|
[enable_pthreaded_ubik="no"])
|
||||||
|
|
||||||
dnl Kernel module build options.
|
dnl Kernel module build options.
|
||||||
AC_ARG_WITH([dux-kernel-headers],
|
|
||||||
[AS_HELP_STRING([--with-dux-kernel-headers=path],
|
|
||||||
[use the kernel headers found at path (optional, defaults to first
|
|
||||||
match in /usr/sys)])])
|
|
||||||
AC_ARG_WITH([linux-kernel-headers],
|
AC_ARG_WITH([linux-kernel-headers],
|
||||||
[AS_HELP_STRING([--with-linux-kernel-headers=path],
|
[AS_HELP_STRING([--with-linux-kernel-headers=path],
|
||||||
[use the kernel headers found at path (optional, defaults to
|
[use the kernel headers found at path (optional, defaults to
|
||||||
@ -409,10 +405,6 @@ case $system in
|
|||||||
MKAFS_OSTYPE=AIX
|
MKAFS_OSTYPE=AIX
|
||||||
AC_MSG_RESULT(rs_aix)
|
AC_MSG_RESULT(rs_aix)
|
||||||
;;
|
;;
|
||||||
*-osf*)
|
|
||||||
MKAFS_OSTYPE=DUX
|
|
||||||
AC_MSG_RESULT(alpha_dux)
|
|
||||||
;;
|
|
||||||
arm-*-darwin*)
|
arm-*-darwin*)
|
||||||
MKAFS_OSTYPE=DARWIN
|
MKAFS_OSTYPE=DARWIN
|
||||||
AC_MSG_RESULT(arm_darwin)
|
AC_MSG_RESULT(arm_darwin)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user