From 00f4b8b9471adf2c3d7d8f028afb7524d2f02160 Mon Sep 17 00:00:00 2001 From: Marcio Barbosa Date: Thu, 29 Mar 2018 15:52:12 -0300 Subject: [PATCH] autoconf: remove check for lorder Currently, lorder is not being used. Remove the conditional that checks if this binary exists. Reviewed-on: https://gerrit.openafs.org/12981 Tested-by: BuildBot Reviewed-by: Benjamin Kaduk (cherry picked from commit 1a0d68676526a5031d7f06f44d58c6dbb2b65da7) Change-Id: I3630b6ec9629361e86971ff0c37d93327f6763f4 Reviewed-on: https://gerrit.openafs.org/13109 Reviewed-by: Michael Meffie Tested-by: BuildBot Reviewed-by: Benjamin Kaduk --- src/cf/osconf.m4 | 1 - src/libafs/MakefileProto.SOLARIS.in | 1 - 2 files changed, 2 deletions(-) diff --git a/src/cf/osconf.m4 b/src/cf/osconf.m4 index 469b92feb..21db61f2b 100644 --- a/src/cf/osconf.m4 +++ b/src/cf/osconf.m4 @@ -32,7 +32,6 @@ AC_CHECK_PROGS(RM, rm, [${am_missing_run}rm]) AC_CHECK_PROGS(LD, ld, [${am_missing_run}ld]) AC_CHECK_PROGS(CP, cp, [${am_missing_run}cp]) AC_CHECK_PROGS(STRIP, strip, [${am_missing_run}strip]) -AC_CHECK_PROGS(LORDER, lorder, [${am_missing_run}lorder]) AC_CHECK_PROGS(GENCAT, gencat, [${am_missing_run}gencat]) dnl TODO - need to disable STRIP if we are doing debugging in any user space code diff --git a/src/libafs/MakefileProto.SOLARIS.in b/src/libafs/MakefileProto.SOLARIS.in index af30068f1..77530661e 100644 --- a/src/libafs/MakefileProto.SOLARIS.in +++ b/src/libafs/MakefileProto.SOLARIS.in @@ -38,7 +38,6 @@ AFS_OS_NONFSOBJS = \ DEFINES= -DAFSDEBUG -DKERNEL -DAFS -DVICE -DNFS -DUFS -DINET -DQUOTA -DGETMOUNT #These are redundant #LD = /usr/ccs/bin/ld -#LORDER = /usr/ccs/bin/lorder #CC = /opt/SUNWspro/bin/cc KDEFS= -D_KERNEL -DSYSV -dn ${ARCH_DEFS} -- 2.39.5