mirror of
https://git.openafs.org/openafs.git
synced 2025-01-18 06:50:12 +00:00
Sys doesn't depend on auth
Nothing in sys depends on auth headers, so remove the dependency Change-Id: Ic7d9b8e66c03f87d2de95166865d39feab8717af Reviewed-on: http://gerrit.openafs.org/8064 Tested-by: BuildBot <buildbot@rampaginggeek.com> Reviewed-by: Derrick Brashear <shadow@your-file-system.com>
This commit is contained in:
parent
5563ff6674
commit
22ee485b5d
@ -214,13 +214,13 @@ export_build: fsint
|
||||
afs: config export comerr afs_depinstall
|
||||
+${COMPILE_PART1} afs ${COMPILE_PART2}
|
||||
|
||||
sys: cmd comerr afs hcrypto rx rxstat fsint auth sys_depinstall
|
||||
sys: cmd comerr afs hcrypto rx rxstat fsint sys_depinstall
|
||||
+${COMPILE_PART1} sys ${COMPILE_PART2}
|
||||
|
||||
rxkad: cmd comerr hcrypto rx rxkad_depinstall
|
||||
+${COMPILE_PART1} rxkad ${COMPILE_PART2}
|
||||
|
||||
auth: cmd comerr hcrypto lwp rx rxkad audit sys_depinstall auth_depinstall
|
||||
auth: cmd comerr hcrypto lwp rx rxkad audit sys auth_depinstall
|
||||
+${COMPILE_PART1} auth ${COMPILE_PART2}
|
||||
|
||||
ubik: cmd comerr auth ubik_depinstall sys
|
||||
|
Loading…
Reference in New Issue
Block a user