SOLARIS: update convert from ancient _depends_on 29/12529/2
authorMichael Meffie <mmeffie@sinenomine.net>
Mon, 27 Feb 2017 06:40:51 +0000 (01:40 -0500)
committerBenjamin Kaduk <kaduk@mit.edu>
Wed, 1 Mar 2017 03:55:22 +0000 (22:55 -0500)
Commit 37db7985fde9e6a5e71ae628d0b7124a27bf31c3 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>

src/libafs/MakefileProto.SOLARIS.in

index 956136c..c9f936f 100644 (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.