comparison make/solaris/makefiles/add_gnu_debuglink.make @ 6167:d1b0644d6acf

7175255: symlinks are wrong, which caused jdk8-promote-2 to fail (client/64/64 directories in debuginfo zips) Summary: Fix bad paths in client/64 and server/64 debug info and symlink creation Reviewed-by: ohair, dholmes
author dcubed
date Wed, 20 Jun 2012 14:18:25 -0700
parents 7d4e6dabc6bf
children
comparison
equal deleted inserted replaced
6095:9c1709c4c80c 6167:d1b0644d6acf
22 # 22 #
23 # 23 #
24 24
25 # Rules to build add_gnu_debuglink, used by vm.make on Solaris 25 # Rules to build add_gnu_debuglink, used by vm.make on Solaris
26 26
27 GENERATED = ../generated 27 # Allow $(ADD_GNU_DEBUGLINK) to be called from any directory.
28 ADD_GNU_DEBUGLINK = $(GENERATED)/add_gnu_debuglink 28 # We don't set or use the GENERATED macro to avoid affecting
29 # other HotSpot Makefiles.
30 TOPDIR = $(shell echo `pwd`)
31 ADD_GNU_DEBUGLINK = $(TOPDIR)/../generated/add_gnu_debuglink
29 32
30 ADD_GNU_DEBUGLINK_DIR = $(GAMMADIR)/src/os/solaris/add_gnu_debuglink 33 ADD_GNU_DEBUGLINK_DIR = $(GAMMADIR)/src/os/solaris/add_gnu_debuglink
31 ADD_GNU_DEBUGLINK_SRC = $(ADD_GNU_DEBUGLINK_DIR)/add_gnu_debuglink.c 34 ADD_GNU_DEBUGLINK_SRC = $(ADD_GNU_DEBUGLINK_DIR)/add_gnu_debuglink.c
32 ADD_GNU_DEBUGLINK_FLAGS = 35 ADD_GNU_DEBUGLINK_FLAGS =
33 LIBS_ADD_GNU_DEBUGLINK += -lelf 36 LIBS_ADD_GNU_DEBUGLINK += -lelf