make/Makefile

Print this page
rev 7398 : 8032808: Support Solaris SO_FLOW_SLA socket option
Reviewed-by: michaelm

*** 1,7 **** # ! # Copyright (c) 1995, 2011, Oracle and/or its affiliates. All rights reserved. # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. # # This code is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License version 2 only, as # published by the Free Software Foundation. Oracle designates this --- 1,7 ---- # ! # Copyright (c) 1995, 2014, Oracle and/or its affiliates. All rights reserved. # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. # # This code is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License version 2 only, as # published by the Free Software Foundation. Oracle designates this
*** 230,240 **** # Core. # all build:: sanity-all post-sanity-all ! SUBDIRS = tools java javax sun com ifeq ($(PLATFORM), macosx) SUBDIRS += apple endif ifeq ($(PLATFORM), windows) SUBDIRS += bridge --- 230,240 ---- # Core. # all build:: sanity-all post-sanity-all ! SUBDIRS = tools java javax jdk sun com ifeq ($(PLATFORM), macosx) SUBDIRS += apple endif ifeq ($(PLATFORM), windows) SUBDIRS += bridge