mirror of
https://git.openafs.org/openafs.git
synced 2025-01-18 06:50:12 +00:00
IRIX: remove mention of unsupported sgiefs from Makefile.in
Change-Id: Ib3594fa5c75df2c10d2692801ed64d657ece5d19 Reviewed-on: http://gerrit.openafs.org/11635 Tested-by: BuildBot <buildbot@rampaginggeek.com> Reviewed-by: Jeffrey Altman <jaltman@your-file-system.com>
This commit is contained in:
parent
84422047f4
commit
b9d86a12d1
12
Makefile.in
12
Makefile.in
@ -258,17 +258,7 @@ libacl: cmd comerr ptserver libacl_depinstall
|
||||
dir: cmd comerr libacl dir_depinstall
|
||||
+${COMPILE_PART1} dir ${COMPILE_PART2}
|
||||
|
||||
# Removed from sgi_* case below:
|
||||
# ${COMPILE_PART1} sgiefs ${COMPILE_PART2};;
|
||||
sgiefs:
|
||||
+case ${SYS_NAME} in \
|
||||
sgi_*) \
|
||||
echo "SGI efs not supported" ;; \
|
||||
*) \
|
||||
echo No efs stuff for ${SYS_NAME};; \
|
||||
esac
|
||||
|
||||
vol: cmd comerr dir afs sgiefs $(DIR_roken)
|
||||
vol: cmd comerr dir afs $(DIR_roken)
|
||||
+${COMPILE_PART1} vol ${COMPILE_PART2}
|
||||
|
||||
tsalvaged: vol libafsrpc libafsauthent cmd util
|
||||
|
Loading…
Reference in New Issue
Block a user