Makefile revision 34f9b3eef6fdadbda0a846aa4d68691ac40eace5
e50dced6f51b101fcf63e1b51ebf771287870107yoshiki# CDDL HEADER START
353bea4bd4f2d567232d91686f797810bc176f2etakashi# The contents of this file are subject to the terms of the
e50dced6f51b101fcf63e1b51ebf771287870107yoshiki# Common Development and Distribution License (the "License").
d5d794fc2f4cc9ca6d6da17cfa2cdcd8d244bacdnd# You may not use this file except in compliance with the License.
031b91a62d25106ae69d4693475c79618dd5e884fielding# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
031b91a62d25106ae69d4693475c79618dd5e884fielding# See the License for the specific language governing permissions
031b91a62d25106ae69d4693475c79618dd5e884fielding# and limitations under the License.
d5d794fc2f4cc9ca6d6da17cfa2cdcd8d244bacdnd# When distributing Covered Code, include this CDDL HEADER in each
d5d794fc2f4cc9ca6d6da17cfa2cdcd8d244bacdnd# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
d5d794fc2f4cc9ca6d6da17cfa2cdcd8d244bacdnd# If applicable, add the following below this CDDL HEADER, with the
d5d794fc2f4cc9ca6d6da17cfa2cdcd8d244bacdnd# fields enclosed by brackets "[]" replaced with your own identifying
d5d794fc2f4cc9ca6d6da17cfa2cdcd8d244bacdnd# information: Portions Copyright [yyyy] [name of copyright owner]
d5d794fc2f4cc9ca6d6da17cfa2cdcd8d244bacdnd# CDDL HEADER END
d5d794fc2f4cc9ca6d6da17cfa2cdcd8d244bacdnd# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
d5d794fc2f4cc9ca6d6da17cfa2cdcd8d244bacdnd# Use is subject to license terms.
e50dced6f51b101fcf63e1b51ebf771287870107yoshiki# Set common AST build flags (e.g., needed to support the math stuff).
e50dced6f51b101fcf63e1b51ebf771287870107yoshiki# Enable workaround for a crash in /usr/bin/alias when invalid
e50dced6f51b101fcf63e1b51ebf771287870107yoshiki# options are passed (e.g. $ /usr/bin/alias -c #). The shell
e50dced6f51b101fcf63e1b51ebf771287870107yoshiki# code will call an error handler which does a |longjmp()| but
e50dced6f51b101fcf63e1b51ebf771287870107yoshiki# somehow the code failed to do the |setjmp()| before this point.
353bea4bd4f2d567232d91686f797810bc176f2etakashi# .WAIT is needed to get the hardlinks properly done