SOLARIS: update convert from ancient _depends_on

Commit 37db7985fd modernized how we
declare module dependencies on Solaris 10 and newer.

Instead of explicitly specifying recent Solaris version numbers, specify
old versions for the old method.  This should be more future proof.

Thanks to Ben Kaduk for the suggestion.

Change-Id: I7b3c90803825e2c0736548b56deb354183e81b15
Reviewed-on: https://gerrit.openafs.org/12529
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Benjamin Kaduk <kaduk@mit.edu>
This commit is contained in:
Michael Meffie 2017-02-27 01:40:51 -05:00 committed by Benjamin Kaduk
parent 69aadea298
commit 3893ed3972

View File

@ -56,7 +56,7 @@ CFLAGS=-I. -I.. -I${TOP_OBJDIR}/src/config ${FSINCLUDES} $(DEFINES) $(KDEFS) $(K
<sun4x_58 sunx86_58 sun4x_59 sunx86_59>
LDFLAGS=-r -dy -N drv/ip -N drv/udp -N strmod/rpcmod
<sun4x_510 sunx86_510 sun4x_511 sunx86_511>
<all -sun4x_58 -sunx86_58 -sun4x_59 -sunx86_59>
LDFLAGS=-r -dy -N drv/ip -N drv/udp -N strmod/rpcmod -N fs/ufs
# Name of directory to hold object files and libraries.