comparison make/bsd/makefiles/sa.make @ 22841:f9d003ea9023

8046282: SA update 8049881: jstack not working on core files Summary: These changes add some definitions on the SA side and the supporting code on the hotspot side. Reviewed-by: sla, dsamersoff, mgronlun
author poonam
date Tue, 17 Feb 2015 19:59:05 -0800
parents 5a98bf7d847b
children
comparison
equal deleted inserted replaced
22840:ec3982ff3fed 22841:f9d003ea9023
1 # 1 #
2 # Copyright (c) 2003, 2012, Oracle and/or its affiliates. All rights reserved. 2 # Copyright (c) 2003, 2015, 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. 7 # published by the Free Software Foundation.
31 include $(GAMMADIR)/make/bsd/makefiles/rules.make 31 include $(GAMMADIR)/make/bsd/makefiles/rules.make
32 32
33 AGENT_DIR = $(GAMMADIR)/agent 33 AGENT_DIR = $(GAMMADIR)/agent
34 34
35 include $(GAMMADIR)/make/sa.files 35 include $(GAMMADIR)/make/sa.files
36
37 -include $(HS_ALT_MAKE)/bsd/makefiles/sa.make
36 38
37 TOPDIR = $(shell echo `pwd`) 39 TOPDIR = $(shell echo `pwd`)
38 GENERATED = $(TOPDIR)/../generated 40 GENERATED = $(TOPDIR)/../generated
39 41
40 # SA-JDI depends on the standard JDI classes. 42 # SA-JDI depends on the standard JDI classes.