< prev index next >

make/Images.gmk

Print this page
rev 1536 : JDK-8058150

*** 1,7 **** # ! # Copyright (c) 2014, 2015 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) 2014, 2015, 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
*** 496,506 **** --- 496,515 ---- SYMBOLS_TARGETS += $(COPY_JDK_GCOV_GCNO) endif ################################################################################ + # ct.sym + $(eval $(call SetupCopyFiles, COPY_CTSYM, \ + FILES := $(SUPPORT_OUTPUTDIR)/symbols/ct.sym, \ + DEST := $(JDK_IMAGE_DIR)/lib, \ + )) + + JDK_TARGETS += $(COPY_CTSYM) + + ################################################################################ # Include custom post hook here to make it possible to augment the target lists # before actual target prerequisites are declared. $(eval $(call IncludeCustomExtension, , Images-post.gmk)) ################################################################################
< prev index next >