Makefile revision 6da5aa940d1e163c6f244b5523c22d545bfb954b
c343be283b7152554bac0c02493a4e1759c163f7Kay Sievers# CDDL HEADER START
b3ae710c251d0ce5cf2cef63208e325497b5e323Zbigniew Jędrzejewski-Szmek# The contents of this file are subject to the terms of the
f957632b960a0a42999b38ded7089fa602b41745Kay Sievers# Common Development and Distribution License (the "License").
f957632b960a0a42999b38ded7089fa602b41745Kay Sievers# You may not use this file except in compliance with the License.
f957632b960a0a42999b38ded7089fa602b41745Kay Sievers# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
a40593a0d0d740efa387e35411e1e456a6c5aba7Lennart Poettering# or http://www.opensolaris.org/os/licensing.
20ffc4c4a9226b0e45cc02ad9c0108981626c0bbKay Sievers# See the License for the specific language governing permissions
afe3ab588a6b2992efe5a9b22ed038545ba3cdbfLennart Poettering# and limitations under the License.
d19e85f0d474ed1882561b458d528cbae49f640eZbigniew Jędrzejewski-Szmek# When distributing Covered Code, include this CDDL HEADER in each
d19e85f0d474ed1882561b458d528cbae49f640eZbigniew Jędrzejewski-Szmek# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
d19e85f0d474ed1882561b458d528cbae49f640eZbigniew Jędrzejewski-Szmek# If applicable, add the following below this CDDL HEADER, with the
d19e85f0d474ed1882561b458d528cbae49f640eZbigniew Jędrzejewski-Szmek# fields enclosed by brackets "[]" replaced with your own identifying
3f85ef0f05ffc51e19f86fb83a1c51e8e3cd6817Harald Hoyer# information: Portions Copyright [yyyy] [name of copyright owner]
afe3ab588a6b2992efe5a9b22ed038545ba3cdbfLennart Poettering# CDDL HEADER END
b43434e94e84572ed8aff179c294e6b26b63e218Zbigniew Jędrzejewski-Szmek# Copyright (c) 1989, 2010, Oracle and/or its affiliates. All rights reserved.
f38afcd0c7f558ca5bf0854b42f8c6954f8ad7f3Lennart Poettering# Note that the commands 'agents', 'lp', 'perl', and 'man' are first in
bafb15bab99887d1b6b8a35136531bac6c3876a6Lennart Poettering# the list, violating alphabetical order. This is because they are very
81429136905a6204875174b60a179333b7f3c9e4Kay Sievers# long-running and should be given the most wall-clock time for a
e7b4d43ec3d5eb0099a3978f98a46f3c15443b23Lennart Poettering# parallel build.
58f55364fa00a6a4706df2c4a01c6967f432e531Lennart Poettering# Commands in the FIRST_SUBDIRS list are built before starting the build
83a1ff25e5228b0a5b2cc942fd4f964d10bb73b0Zbigniew Jędrzejewski-Szmek# of other commands. Currently this includes only 'isaexec' and
83a1ff25e5228b0a5b2cc942fd4f964d10bb73b0Zbigniew Jędrzejewski-Szmek# 'platexec'. This is necessary because $(ROOT)/usr/lib/isaexec or
83a1ff25e5228b0a5b2cc942fd4f964d10bb73b0Zbigniew Jędrzejewski-Szmek# $(ROOT)/usr/lib/platexec must exist when some other commands are built
83a1ff25e5228b0a5b2cc942fd4f964d10bb73b0Zbigniew Jędrzejewski-Szmek# because their 'make install' creates a hard link to one of them.
81429136905a6204875174b60a179333b7f3c9e4Kay Sievers# Commands are listed one per line so that TeamWare can auto-merge most
d28315e4aff91560ed4c2fc9f876ec8bfc559f2dJan Engelhardt# Commands that are messaged. Note that 'lp' and 'man' come first
1cb88f2c61f590083847d65cd5a518e834da87d3Lennart Poettering# (see previous comment about 'lp' and 'man').