diff options
author | Peter Foley <pefoley2@verizon.net> | 2013-04-07 12:14:36 -0400 |
---|---|---|
committer | Peter Foley <pefoley2@verizon.net> | 2013-04-07 12:14:36 -0400 |
commit | b97cade9183d14ad21ae71892348a9a81689488b (patch) | |
tree | af4175b2d3b2937016a74e3e81590e644fc565e2 /config_host.mk.in | |
parent | e1248e0f0dcf427b4e8b8615d08524e6f3c4cc77 (diff) |
Supress warnings about unset classpath
I get the below warning for every single jar file without this patch.
warning: [options] bootstrap class path not set in conjunction with
-source 1.5
1 warning
Change-Id: I71c01aeea993640f1ec86fe1d8a977656861358d
Diffstat (limited to 'config_host.mk.in')
-rw-r--r-- | config_host.mk.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config_host.mk.in b/config_host.mk.in index 66a5c68e6108..772e5d4bf853 100644 --- a/config_host.mk.in +++ b/config_host.mk.in @@ -257,6 +257,7 @@ export JAVACOMPILER=@JAVACOMPILER@ export JAVADOC=@JAVADOC@ export JAVADOCISGJDOC=@JAVADOCISGJDOC@ export JAVAIFLAGS=@JAVAIFLAGS@ +export JAVA_CLASSPATH_NOT_SET=@JAVA_CLASSPATH_NOT_SET@ export JAVAINTERPRETER=@JAVAINTERPRETER@ @x_JAVALIB@ export JAVALIB=@JAVALIB@ export JAVA_HOME=@JAVA_HOME@ |