From 83d0d2cad1852679fcfe8e50706b9dd321e940f1 Mon Sep 17 00:00:00 2001 From: Andrej Shadura Date: Sun, 10 Mar 2019 17:31:57 +0000 Subject: Use @javadoc_opts instead of $JH_JAVADOC_OPTS --- jh_build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jh_build b/jh_build index 70e344b..e7f95a7 100755 --- a/jh_build +++ b/jh_build @@ -222,7 +222,7 @@ sub do_build { my $files_escaped = escape_shell(@srcfiles); complex_doit(qq{find $dirs_escaped -name '*.java' -and -type f -print0 | xargs -s 512000 -0 @JAVAC -g -cp ${CLASSPATH_ORIG}:debian/_jh_build.$ext -d debian/_jh_build.$ext @javac_opts $files_escaped}); if ($build_javadoc) { - complex_doit(qq{find $dirs_escaped -name '*.java' -and -type f -print0 | xargs -s 512000 -0 @JAVADOC @CLASSPATHDOCS -classpath ${CLASSPATH_ORIG}:debian/_jh_build.$ext -d debian/_jh_build.javadoc/api -quiet $JH_JAVADOC_OPTS $files_escaped}); + complex_doit(qq{find $dirs_escaped -name '*.java' -and -type f -print0 | xargs -s 512000 -0 @JAVADOC @CLASSPATHDOCS -classpath ${CLASSPATH_ORIG}:debian/_jh_build.$ext -d debian/_jh_build.javadoc/api -quiet @javadoc_opts $files_escaped}); } } elsif (@srcfiles) { -- cgit v1.2.3