Makefile revision ae115bc77f6fcde83175c75b4206dc2e50747966
0e8cf9a887c70f96ac448b06c069d90b830215ccMark Andrews# CDDL HEADER START
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrews# The contents of this file are subject to the terms of the
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrews# Common Development and Distribution License (the "License").
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrews# You may not use this file except in compliance with the License.
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrews# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrews# See the License for the specific language governing permissions
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrews# and limitations under the License.
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrews# When distributing Covered Code, include this CDDL HEADER in each
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrews# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrews# If applicable, add the following below this CDDL HEADER, with the
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrews# fields enclosed by brackets "[]" replaced with your own identifying
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrews# information: Portions Copyright [yyyy] [name of copyright owner]
0c310d16b05ee94743d33f6920907edee6084fc8Michael Graff# CDDL HEADER END
82d05588933a3c765aa8518fe455d6477d640b99Mark Andrews# Copyright 2007 Sun Microsystems, Inc. All rights reserved.
0c310d16b05ee94743d33f6920907edee6084fc8Michael Graff# Use is subject to license terms.
3761c433912beabe43abeed2c3513b6201c59f64Mark Andrews# ident "%Z%%M% %I% %E% SMI"
54c26ab21c61c6d6b1e484bb88dc3ac263845d17Mark AndrewsROOTBOOTSOLARISDATA= $($(MACH)_DATA:%=$(ROOTBOOTSOLARIS)/%)
54c26ab21c61c6d6b1e484bb88dc3ac263845d17Mark AndrewsROOTUSRSBINLINKS= $(SBINLINKS:%=$(ROOTUSRSBIN)/%)
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrews# Writing into string literals is incorrect. We need to match gcc's
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrews# behavior, which causes us to take SIGSEGV on such a write.
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrews# Add paths to pick up headers