Makefile revision 7c2fbfb345896881c631598ee3852ce9ce33fb07
e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsync# CDDL HEADER START
e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsync# The contents of this file are subject to the terms of the
e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsync# Common Development and Distribution License (the "License").
e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsync# You may not use this file except in compliance with the License.
e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsync# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsync# See the License for the specific language governing permissions
e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsync# and limitations under the License.
e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsync# When distributing Covered Code, include this CDDL HEADER in each
e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsync# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsync# If applicable, add the following below this CDDL HEADER, with the
e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsync# fields enclosed by brackets "[]" replaced with your own identifying
e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsync# information: Portions Copyright [yyyy] [name of copyright owner]
e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsync# CDDL HEADER END
e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsync# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsync# Use is subject to license terms.
e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsync$(BINKSH_IS_KSH93)USRKSH_ALIAS_LIST=ksh ksh93 rksh rksh93 pfksh pfksh93 pfrksh pfrksh93
e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsync# Serialise the build to avoid that we run the test suite for 32bit
e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsync# and 64bit in parallel
1e74d5ef6d6f0f4363c04e17cfec55784144811bvboxsync# dummy file since AST/ksh doesn't use *.po files
1e74d5ef6d6f0f4363c04e17cfec55784144811bvboxsync# (and "ksh" is just a frontend which calls directly into libshell,
1e74d5ef6d6f0f4363c04e17cfec55784144811bvboxsync# e.g. there are no l10n strings here)
1e74d5ef6d6f0f4363c04e17cfec55784144811bvboxsync @(set -o xtrace ; \
1e74d5ef6d6f0f4363c04e17cfec55784144811bvboxsync builtin ln ; \
1e74d5ef6d6f0f4363c04e17cfec55784144811bvboxsync builtin rm ; \