[svn-r29465] Fix issue with .classes dir not getting created for java by adding mkdir .classes to configure.

This commit is contained in:
Allen Byrne
2016-03-17 11:47:21 -05:00
parent 83acb60e39
commit b8e163a845
7 changed files with 25 additions and 18 deletions

View File

@@ -23,10 +23,10 @@ include $(top_srcdir)/config/commence.am
# Mark this directory as part of the JNI API
JAVA_API=yes
JAVAROOT = $(top_builddir)/.classes
JAVAROOT = .classes
classes:
$(MKDIR_P) $(@D)/$(JAVAROOT)
test -d $(@D)/$(JAVAROOT) || $(MKDIR_P) $(@D)/$(JAVAROOT)
pkgpath = test
hdfjarfile = jar$(PACKAGE_TARNAME)-$(PACKAGE_VERSION).jar
@@ -96,7 +96,7 @@ AllJunitTests :
chmod +x $@
clean:
rm -rf $(JAVAROOT)
rm -rf $(JAVAROOT)/*
rm -f $(jarfile)
rm -f classnoinst.stamp