Makefile.master (4c87aefe8930bd07275b8dd2e96ea5f24d93a52e) Makefile.master (2aeafac3612e19716bf8164f89c3c9196342979c)
1#
2# CDDL HEADER START
3#
4# The contents of this file are subject to the terms of the
5# Common Development and Distribution License (the "License").
6# You may not use this file except in compliance with the License.
7#
8# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE

--- 134 unchanged lines hidden (view full) ---

143BLD_JAVA_8= $(POUND_SIGN)
144
145GNUC_ROOT= /usr/gcc/7
146GCCLIBDIR= $(GNUC_ROOT)/lib
147GCCLIBDIR64= $(GNUC_ROOT)/lib/$(MACH64)
148
149DOCBOOK_XSL_ROOT= /usr/share/sgml/docbook/xsl-stylesheets
150
1#
2# CDDL HEADER START
3#
4# The contents of this file are subject to the terms of the
5# Common Development and Distribution License (the "License").
6# You may not use this file except in compliance with the License.
7#
8# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE

--- 134 unchanged lines hidden (view full) ---

143BLD_JAVA_8= $(POUND_SIGN)
144
145GNUC_ROOT= /usr/gcc/7
146GCCLIBDIR= $(GNUC_ROOT)/lib
147GCCLIBDIR64= $(GNUC_ROOT)/lib/$(MACH64)
148
149DOCBOOK_XSL_ROOT= /usr/share/sgml/docbook/xsl-stylesheets
150
151RPCGEN= /usr/bin/rpcgen
151RPCGEN= $(ONBLD_TOOLS)/bin/$(MACH)/rpcgen
152STABS= $(ONBLD_TOOLS)/bin/$(MACH)/stabs
153ELFEXTRACT= $(ONBLD_TOOLS)/bin/$(MACH)/elfextract
154MBH_PATCH= $(ONBLD_TOOLS)/bin/$(MACH)/mbh_patch
155BTXLD= $(ONBLD_TOOLS)/bin/$(MACH)/btxld
156VTFONTCVT= $(ONBLD_TOOLS)/bin/$(MACH)/vtfontcvt
157# echo(1) and true(1) are specified without absolute paths, so that the shell
158# spawned by make(1) may use the built-in versions. This is minimally
159# problematic, as the shell spawned by make(1) is known and under control, the

--- 1172 unchanged lines hidden ---
152STABS= $(ONBLD_TOOLS)/bin/$(MACH)/stabs
153ELFEXTRACT= $(ONBLD_TOOLS)/bin/$(MACH)/elfextract
154MBH_PATCH= $(ONBLD_TOOLS)/bin/$(MACH)/mbh_patch
155BTXLD= $(ONBLD_TOOLS)/bin/$(MACH)/btxld
156VTFONTCVT= $(ONBLD_TOOLS)/bin/$(MACH)/vtfontcvt
157# echo(1) and true(1) are specified without absolute paths, so that the shell
158# spawned by make(1) may use the built-in versions. This is minimally
159# problematic, as the shell spawned by make(1) is known and under control, the

--- 1172 unchanged lines hidden ---