Makefile.master (cd277642) Makefile.master (503609a9)
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

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

187XARGS= /usr/bin/xargs
188ELFEDIT= /usr/bin/elfedit
189DTRACE= /usr/sbin/dtrace -xnolibs
190UNIQ= /usr/bin/uniq
191TAR= /usr/bin/tar
192ASTBINDIR= /usr/ast/bin
193MSGCC= $(ASTBINDIR)/msgcc
194MSGFMT= /usr/bin/msgfmt -s
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

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

187XARGS= /usr/bin/xargs
188ELFEDIT= /usr/bin/elfedit
189DTRACE= /usr/sbin/dtrace -xnolibs
190UNIQ= /usr/bin/uniq
191TAR= /usr/bin/tar
192ASTBINDIR= /usr/ast/bin
193MSGCC= $(ASTBINDIR)/msgcc
194MSGFMT= /usr/bin/msgfmt -s
195LCDEF= $(ONBLD_TOOLS)/bin/$(MACH)/localedef
196TIC= $(ONBLD_TOOLS)/bin/$(MACH)/tic
197ZIC= $(ONBLD_TOOLS)/bin/$(MACH)/zic
195
196FILEMODE= 644
197DIRMODE= 755
198
199# Declare that nothing should be built in parallel.
200# Individual Makefiles can use the .PARALLEL target to declare otherwise.
201.NO_PARALLEL:
202

--- 970 unchanged lines hidden ---
198
199FILEMODE= 644
200DIRMODE= 755
201
202# Declare that nothing should be built in parallel.
203# Individual Makefiles can use the .PARALLEL target to declare otherwise.
204.NO_PARALLEL:
205

--- 970 unchanged lines hidden ---