Makefile.master (f3477bb2505a35e160b09c9dbf5476112be4fa7d) Makefile.master (1f2ca518aeecee8616fccc0c46a339773faea7d5)
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

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

18#
19# CDDL HEADER END
20#
21
22#
23# Copyright (c) 1989, 2010, Oracle and/or its affiliates. All rights reserved.
24# Copyright (c) 2012 by Delphix. All rights reserved.
25# Copyright 2014 Garrett D'Amore <garrett@damore.org>
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

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

18#
19# CDDL HEADER END
20#
21
22#
23# Copyright (c) 1989, 2010, Oracle and/or its affiliates. All rights reserved.
24# Copyright (c) 2012 by Delphix. All rights reserved.
25# Copyright 2014 Garrett D'Amore <garrett@damore.org>
26# Copyright 2015, OmniTI Computer Consulting, Inc. All rights reserved.
26#
27
28#
29# Makefile.master, global definitions for system source
30#
31ROOT= /proto
32
33#

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

162GENOFFSETS= $(ONBLD_TOOLS)/bin/genoffsets
163CTFCVTPTBL= $(ONBLD_TOOLS)/bin/ctfcvtptbl
164CTFFINDMOD= $(ONBLD_TOOLS)/bin/ctffindmod
165XREF= $(ONBLD_TOOLS)/bin/xref
166FIND= /usr/bin/find
167PERL= /usr/bin/perl
168PERL_VERSION= 5.10.0
169PERL_PKGVERS= -510
27#
28
29#
30# Makefile.master, global definitions for system source
31#
32ROOT= /proto
33
34#

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

163GENOFFSETS= $(ONBLD_TOOLS)/bin/genoffsets
164CTFCVTPTBL= $(ONBLD_TOOLS)/bin/ctfcvtptbl
165CTFFINDMOD= $(ONBLD_TOOLS)/bin/ctffindmod
166XREF= $(ONBLD_TOOLS)/bin/xref
167FIND= /usr/bin/find
168PERL= /usr/bin/perl
169PERL_VERSION= 5.10.0
170PERL_PKGVERS= -510
171PERL_ARCH = i86pc-solaris-64int
172$(SPARC_BLD)PERL_ARCH = sun4-solaris-64int
170PYTHON_26= /usr/bin/python2.6
171PYTHON= $(PYTHON_26)
172SORT= /usr/bin/sort
173TOUCH= /usr/bin/touch
174WC= /usr/bin/wc
175XARGS= /usr/bin/xargs
176ELFEDIT= /usr/bin/elfedit
177ELFSIGN= /usr/bin/elfsign

--- 991 unchanged lines hidden ---
173PYTHON_26= /usr/bin/python2.6
174PYTHON= $(PYTHON_26)
175SORT= /usr/bin/sort
176TOUCH= /usr/bin/touch
177WC= /usr/bin/wc
178XARGS= /usr/bin/xargs
179ELFEDIT= /usr/bin/elfedit
180ELFSIGN= /usr/bin/elfsign

--- 991 unchanged lines hidden ---