Makefile revision 7014882c6a3672fd0e5d60200af8643ae53c5928
7c2fbfb345896881c631598ee3852ce9ce33fb07April Chin# CDDL HEADER START
7c2fbfb345896881c631598ee3852ce9ce33fb07April Chin# The contents of this file are subject to the terms of the
7c2fbfb345896881c631598ee3852ce9ce33fb07April Chin# Common Development and Distribution License (the "License").
7c2fbfb345896881c631598ee3852ce9ce33fb07April Chin# You may not use this file except in compliance with the License.
7c2fbfb345896881c631598ee3852ce9ce33fb07April Chin# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
7c2fbfb345896881c631598ee3852ce9ce33fb07April Chin# See the License for the specific language governing permissions
7c2fbfb345896881c631598ee3852ce9ce33fb07April Chin# and limitations under the License.
7c2fbfb345896881c631598ee3852ce9ce33fb07April Chin# When distributing Covered Code, include this CDDL HEADER in each
7c2fbfb345896881c631598ee3852ce9ce33fb07April Chin# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
7c2fbfb345896881c631598ee3852ce9ce33fb07April Chin# If applicable, add the following below this CDDL HEADER, with the
7c2fbfb345896881c631598ee3852ce9ce33fb07April Chin# fields enclosed by brackets "[]" replaced with your own identifying
7c2fbfb345896881c631598ee3852ce9ce33fb07April Chin# information: Portions Copyright [yyyy] [name of copyright owner]
7c2fbfb345896881c631598ee3852ce9ce33fb07April Chin# CDDL HEADER END
81af778e872fc2ec5f0ac36e7b25bdb24ebd2d6aCasper H.S. Dik# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
7c2fbfb345896881c631598ee3852ce9ce33fb07April Chin# Use is subject to license terms.
5d4606d7857958f486a2dc8cb37c99a0b72335d6Garrett D'Amore# Copyright 2010 Nexenta Systems, Inc. All rights reserved.
65f385795231fc5a4e021acc26afd73365a3b5abGarrett D'Amore $(XPG4SH:%=$(ROOTXPG4BIN)/%) $(XPG4ALIASPROG:%=$(ROOTXPG4BIN)/%)
81af778e872fc2ec5f0ac36e7b25bdb24ebd2d6aCasper H.S. Dik# Set common AST build flags (e.g., needed to support the math stuff).
34f9b3eef6fdadbda0a846aa4d68691ac40eace5Roland Mainz# Enable workaround for a crash in /usr/bin/alias when invalid
34f9b3eef6fdadbda0a846aa4d68691ac40eace5Roland Mainz# options are passed (e.g. $ /usr/bin/alias -c #). The shell
34f9b3eef6fdadbda0a846aa4d68691ac40eace5Roland Mainz# code will call an error handler which does a |longjmp()| but
34f9b3eef6fdadbda0a846aa4d68691ac40eace5Roland Mainz# somehow the code failed to do the |setjmp()| before this point.