mirror of
https://git.openafs.org/openafs.git
synced 2025-01-18 06:50:12 +00:00
volser doesn't depend on tviced, but on vlserver
Nothing within the volser/ directory depends on tviced, so remove the unecessary dependency. Add an explicit dependency on vlserver, so that libvldb is available to us. This is required to get rid of some potential circular loops when we start including volser objects in libafsauthent Change-Id: Ibb6b8fb87dfe6e9eb4fa6d1dde195fd5261a8959 Reviewed-on: http://gerrit.openafs.org/5156 Tested-by: BuildBot <buildbot@rampaginggeek.com> Reviewed-by: Derrick Brashear <shadow@dementia.org>
This commit is contained in:
parent
0246f6e968
commit
400c72561e
@ -304,7 +304,7 @@ dviced: cmd comerr viced vlserver tvlserver libafsrpc libafsauthent
|
||||
echo Not building DAFS viced for ${SYS_NAME} ;; \
|
||||
esac
|
||||
|
||||
volser: cmd comerr tviced usd kauth audit
|
||||
volser: cmd comerr usd kauth vlserver audit
|
||||
+${COMPILE_PART1} volser ${COMPILE_PART2}
|
||||
|
||||
tvolser: project tviced usd libafsrpc libafsauthent volser
|
||||
|
Loading…
Reference in New Issue
Block a user