mirror of
https://git.openafs.org/openafs.git
synced 2025-01-18 06:50:12 +00:00
Remove TOP_JLIBDIR
In Makefile.config.in, the Makefile variable TOP_JLIBDIR is set to the autoconf variable TOP_JLIBDIR. Except, we don't export anything called TOP_JLIBDIR from autoconf, and never have. So, TOP_JLIBDIR gets set to the literal string @TOP_JLIBDIR@, which is useless. To get rid of this cruft, just remove references to this variable in the top-level Makefile.in and Makefile.config.in, where it was clearly not working. [mmeffie: Updated commit message after rebase.] Change-Id: Ic7e64d3743c99065dea8371bdc1007835c94edbd Reviewed-on: https://gerrit.openafs.org/13810 Tested-by: BuildBot <buildbot@rampaginggeek.com> Reviewed-by: Cheyenne Wills <cwills@sinenomine.net> Reviewed-by: Michael Meffie <mmeffie@sinenomine.net>
This commit is contained in:
parent
26f1504915
commit
cee94469b8
@ -109,7 +109,7 @@ packages: dest
|
||||
echo Not building packages for ${SYS_NAME} ;; \
|
||||
esac
|
||||
|
||||
${TOP_INCDIR}/afs ${TOP_INCDIR}/rx ${TOP_INCDIR}/hcrypto ${TOP_INCDIR}/opr ${TOP_LIBDIR} ${TOP_JLIBDIR}:
|
||||
${TOP_INCDIR}/afs ${TOP_INCDIR}/rx ${TOP_INCDIR}/hcrypto ${TOP_INCDIR}/opr ${TOP_LIBDIR}:
|
||||
mkdir -p $@
|
||||
|
||||
install_dirs: force
|
||||
@ -755,7 +755,7 @@ clean2:
|
||||
-(cd src/libafs; /bin/rm -rf afs afsint config rx)
|
||||
-(cd src/libuafs; /bin/rm -rf afs afsint config rx)
|
||||
-(cd tests ${COMPILE_CLEAN})
|
||||
-/bin/rm -rf ${TOP_INCDIR} ${TOP_LIBDIR} ${TOP_JLIBDIR}
|
||||
-/bin/rm -rf ${TOP_INCDIR} ${TOP_LIBDIR}
|
||||
-/bin/rm -rf libafs_tree ${SYS_NAME}
|
||||
|
||||
dist:
|
||||
|
@ -109,7 +109,6 @@ SHLIB_SUFFIX = @SHLIB_SUFFIX@
|
||||
SYS_NAME = @AFS_SYSNAME@
|
||||
TOP_INCDIR = @TOP_INCDIR@
|
||||
TOP_LIBDIR = @TOP_LIBDIR@
|
||||
TOP_JLIBDIR= @TOP_JLIBDIR@
|
||||
TOP_OBJDIR = @TOP_OBJDIR@
|
||||
TOP_SRCDIR = @TOP_SRCDIR@
|
||||
VPATH = ${srcdir}
|
||||
|
Loading…
Reference in New Issue
Block a user