mirror of
https://git.openafs.org/openafs.git
synced 2025-01-18 06:50:12 +00:00
Cleanup vestiges of old shared library build directories
Remove traces of the old shlibrpc and shlibafsauthent build directories, which are no longer needed since the conversion to libtool for building shared libraries. Change-Id: I8dbfdf9908b4a5527470b7cb4b969e7a160cdd51 Reviewed-on: https://gerrit.openafs.org/14045 Reviewed-by: Benjamin Kaduk <kaduk@mit.edu> Tested-by: BuildBot <buildbot@rampaginggeek.com>
This commit is contained in:
parent
832d0ab312
commit
914193fa31
@ -46,7 +46,6 @@ EXCLUDE = \
|
||||
src/libafs \
|
||||
src/NTObjdir \
|
||||
src/packaging \
|
||||
src/shlibafsrpc \
|
||||
src/tbudb \
|
||||
src/tbutc \
|
||||
src/tests \
|
||||
|
@ -205,12 +205,6 @@ idirs: doclink
|
||||
! IF (!EXIST($(OJT)\rxstat))
|
||||
$(MKDIR) $(OJT)\rxstat
|
||||
! ENDIF
|
||||
! IF (!EXIST($(OJT)\shlibafsauthent))
|
||||
$(MKDIR) $(OJT)\shlibafsauthent
|
||||
! ENDIF
|
||||
! IF (!EXIST($(OJT)\shlibafsrpc))
|
||||
$(MKDIR) $(OJT)\shlibafsrpc
|
||||
! ENDIF
|
||||
! IF (!EXIST($(OJT)\sys))
|
||||
$(MKDIR) $(OJT)\sys
|
||||
! ENDIF
|
||||
|
@ -48,7 +48,7 @@ librx.a: $(LT_objs)
|
||||
liboafs_rx.la: liboafs_rx.la.sym $(LT_objs) $(LT_deps)
|
||||
$(LT_LDLIB_shlib) $(LT_objs) $(LT_deps) $(LT_libs)
|
||||
|
||||
# Convenience libraries for libafsrpc and shlibafsrpc
|
||||
# Convenience libraries for libafsrpc
|
||||
librx_pic.la: $(LT_objs)
|
||||
$(LT_LDLIB_pic) $(LT_objs)
|
||||
|
||||
|
6
src/shlibafsrpc/.gitignore
vendored
6
src/shlibafsrpc/.gitignore
vendored
@ -1,6 +0,0 @@
|
||||
# After changing this file, please run
|
||||
# git ls-files -i --exclude-standard
|
||||
# to check that you haven't inadvertently ignored any tracked files.
|
||||
|
||||
/libafsrpc.exp
|
||||
|
Loading…
Reference in New Issue
Block a user