jdk/make/sun/net/Makefile
changeset 10596 39b3a979e600
parent 7668 d4a77089c587
child 10882 7ddadf2b8b4c
equal deleted inserted replaced
10595:c5be3e19fbab 10596:39b3a979e600
     1 #
     1 #
     2 # Copyright (c) 1995, 2010, Oracle and/or its affiliates. All rights reserved.
     2 # Copyright (c) 1995, 2011, 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
    24 #
    24 #
    25 
    25 
    26 BUILDDIR = ../..
    26 BUILDDIR = ../..
    27 PACKAGE = sun.net
    27 PACKAGE = sun.net
    28 PRODUCT = sun
    28 PRODUCT = sun
       
    29 SUBDIRS_MAKEFLAGS += JAVAC_MAX_WARNINGS=true
       
    30 SUBDIRS_MAKEFLAGS += JAVAC_WARNINGS_FATAL=true
    29 include $(BUILDDIR)/common/Defs.gmk
    31 include $(BUILDDIR)/common/Defs.gmk
    30 
    32 
    31 SUBDIRS = others spi
    33 SUBDIRS = others spi
    32 include $(BUILDDIR)/common/Subdirs.gmk
    34 include $(BUILDDIR)/common/Subdirs.gmk
    33 
    35