make/bsd/makefiles/defs.make
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File
*** old/make/bsd/makefiles/defs.make	Thu Apr 11 07:43:03 2013
--- new/make/bsd/makefiles/defs.make	Thu Apr 11 07:43:03 2013

*** 1,7 **** --- 1,7 ---- # ! # Copyright (c) 2006, 2012, Oracle and/or its affiliates. All rights reserved. ! # Copyright (c) 2006, 2013, 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.
*** 144,156 **** --- 144,153 ---- LIBRARY_SUFFIX=dylib else LIBRARY_SUFFIX=so endif # FIXUP: The subdirectory for a debug build is NOT the same on all platforms VM_DEBUG=jvmg EXPORT_LIST += $(EXPORT_DOCS_DIR)/platform/jvmti/jvmti.html # client and server subdirectories have symbolic links to ../libjsig.so EXPORT_LIST += $(EXPORT_JRE_LIB_ARCH_DIR)/libjsig.$(LIBRARY_SUFFIX) EXPORT_SERVER_DIR = $(EXPORT_JRE_LIB_ARCH_DIR)/server

make/bsd/makefiles/defs.make
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File