jdk/make/javax/others/Makefile
changeset 16403 155f957ecf84
parent 11361 daa4d069c514
equal deleted inserted replaced
16346:5e8c55025644 16403:155f957ecf84
     1 #
     1 #
     2 # Copyright (c) 1998, 2011, Oracle and/or its affiliates. All rights reserved.
     2 # Copyright (c) 1998, 2013, Oracle and/or its affiliates. All rights reserved.
     3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4 #
     4 #
     5 # This code is free software; you can redistribute it and/or modify it
     5 # This code is free software; you can redistribute it and/or modify it
     6 # under the terms of the GNU General Public License version 2 only, as
     6 # under the terms of the GNU General Public License version 2 only, as
     7 # published by the Free Software Foundation.  Oracle designates this
     7 # published by the Free Software Foundation.  Oracle designates this
    31 JAVAC_MAX_WARNINGS = true
    31 JAVAC_MAX_WARNINGS = true
    32 JAVAC_WARNINGS_FATAL = true
    32 JAVAC_WARNINGS_FATAL = true
    33 
    33 
    34 include $(BUILDDIR)/common/Defs.gmk
    34 include $(BUILDDIR)/common/Defs.gmk
    35 
    35 
       
    36 JAVAC_LINT_OPTIONS += -Xlint:-deprecation
       
    37 
    36 #
    38 #
    37 # Files to compile
    39 # Files to compile
    38 #
    40 #
    39 AUTO_FILES_JAVA_DIRS =       \
    41 AUTO_FILES_JAVA_DIRS =       \
    40     javax/naming             \
    42     javax/naming             \