]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
autoconf: remove check for lorder
authorMarcio Barbosa <mbarbosa@sinenomine.net>
Thu, 29 Mar 2018 18:52:12 +0000 (15:52 -0300)
committerBenjamin Kaduk <kaduk@mit.edu>
Thu, 7 Jun 2018 22:49:04 +0000 (18:49 -0400)
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 <buildbot@rampaginggeek.com>
Reviewed-by: Benjamin Kaduk <kaduk@mit.edu>
(cherry picked from commit 1a0d68676526a5031d7f06f44d58c6dbb2b65da7)

Change-Id: I3630b6ec9629361e86971ff0c37d93327f6763f4
Reviewed-on: https://gerrit.openafs.org/13109
Reviewed-by: Michael Meffie <mmeffie@sinenomine.net>
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Benjamin Kaduk <kaduk@mit.edu>
src/cf/osconf.m4
src/libafs/MakefileProto.SOLARIS.in

index 469b92feb68e364c3ae40fc78f5aaeb10a5c471f..21db61f2bbcd1239b76e4977cd5ec5ffc391b4a9 100644 (file)
@@ -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
index af30068f193c9e84f231f016f4886b0cacf056f7..77530661e7d13aca67edb880e6dd206dc508240d 100644 (file)
@@ -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}
 <sunx86_510 sunx86_511>