Makefile.master (4f4d4600c4ab21d1c6eb87517b67f87b5c27a697) | Makefile.master (33392354a001a7e6e504717bd3f249456d36cc00) |
---|---|
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 --- 150 unchanged lines hidden (view full) --- 159CTFSTRIP= $(ONBLD_TOOLS)/bin/$(MACH)/ctfstrip 160NDRGEN= $(ONBLD_TOOLS)/bin/$(MACH)/ndrgen 161GENOFFSETS= $(ONBLD_TOOLS)/bin/genoffsets 162CTFCVTPTBL= $(ONBLD_TOOLS)/bin/ctfcvtptbl 163CTFFINDMOD= $(ONBLD_TOOLS)/bin/ctffindmod 164XREF= $(ONBLD_TOOLS)/bin/xref 165FIND= /usr/bin/find 166PERL= /usr/bin/perl | 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 --- 150 unchanged lines hidden (view full) --- 159CTFSTRIP= $(ONBLD_TOOLS)/bin/$(MACH)/ctfstrip 160NDRGEN= $(ONBLD_TOOLS)/bin/$(MACH)/ndrgen 161GENOFFSETS= $(ONBLD_TOOLS)/bin/genoffsets 162CTFCVTPTBL= $(ONBLD_TOOLS)/bin/ctfcvtptbl 163CTFFINDMOD= $(ONBLD_TOOLS)/bin/ctffindmod 164XREF= $(ONBLD_TOOLS)/bin/xref 165FIND= /usr/bin/find 166PERL= /usr/bin/perl |
167PERL_VERSION= 5.10.0 168PERL_PKGVERS= -510 |
|
167PYTHON_26= /usr/bin/python2.6 168PYTHON= $(PYTHON_26) 169SORT= /usr/bin/sort 170TOUCH= /usr/bin/touch 171WC= /usr/bin/wc 172XARGS= /usr/bin/xargs 173ELFEDIT= /usr/bin/elfedit 174ELFSIGN= /usr/bin/elfsign --- 984 unchanged lines hidden --- | 169PYTHON_26= /usr/bin/python2.6 170PYTHON= $(PYTHON_26) 171SORT= /usr/bin/sort 172TOUCH= /usr/bin/touch 173WC= /usr/bin/wc 174XARGS= /usr/bin/xargs 175ELFEDIT= /usr/bin/elfedit 176ELFSIGN= /usr/bin/elfsign --- 984 unchanged lines hidden --- |