mirror of
https://git.openafs.org/openafs.git
synced 2025-01-18 06:50:12 +00:00
autoconf: remove unnecessary mkdir during configure
Remove an uneeded mkdir command to create the JAVA/libjafs object directory, since this directory is automatically created by the config.status when generating the JAVA/libjafs/Makefile. Change-Id: Ib02a38c5c23790cb07e5c2433fd4870e8763c3a3 Reviewed-on: https://gerrit.openafs.org/12994 Reviewed-by: Michael Meffie <mmeffie@sinenomine.net> Reviewed-by: Benjamin Kaduk <kaduk@mit.edu> Tested-by: BuildBot <buildbot@rampaginggeek.com>
This commit is contained in:
parent
eb47fa9879
commit
db38561dea
@ -73,7 +73,6 @@ OPENAFS_SWIG
|
||||
OPENAFS_TOPDIRS
|
||||
OPENAFS_CROSSTOOLS
|
||||
OPENAFS_LINT
|
||||
OPENAFS_JAVA
|
||||
OPENAFS_CRYPT_CHECKS
|
||||
OPENAFS_C_STRUCT_LABEL_CHECK
|
||||
OPENAFS_DIRENT_CHECKS
|
||||
|
@ -1,4 +0,0 @@
|
||||
AC_DEFUN([OPENAFS_JAVA],[
|
||||
dnl Why is configure creating this directory?
|
||||
mkdir -p ${TOP_OBJDIR}/src/JAVA/libjafs
|
||||
])
|
Loading…
Reference in New Issue
Block a user