libbe: replace comment in be_has_grub()
[unleashed.git] / usr / src / cmd / Makefile.check
blobaa2be50855af2b00aa23cd92ba65e08af4136b4f
2 # CDDL HEADER START
4 # The contents of this file are subject to the terms of the
5 # Common Development and Distribution License (the "License").
6 # You may not use this file except in compliance with the License.
8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9 # or http://www.opensolaris.org/os/licensing.
10 # See the License for the specific language governing permissions
11 # and limitations under the License.
13 # When distributing Covered Code, include this CDDL HEADER in each
14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15 # If applicable, add the following below this CDDL HEADER, with the
16 # fields enclosed by brackets "[]" replaced with your own identifying
17 # information: Portions Copyright [yyyy] [name of copyright owner]
19 # CDDL HEADER END
22 # Copyright (c) 2009, 2010, Oracle and/or its affiliates. All rights reserved.
23 # Copyright 2014 Garrett D'Amore <garrett@damore.org>
25 include ../Makefile.master
28 # Commands providing manifests must offer a check target.  A recursive check
29 # target across all commands directories is not currently provided.
31 MANIFEST_TOPDIRS=                       \
32         acctadm                         \
33         auditd                          \
34         bnu                             \
35         consadm                         \
36         coreadm                         \
37         cron                            \
38         cvcd                            \
39         dispadmin                       \
40         drd                             \
41         dumpadm                         \
42         fcinfo                          \
43         fcoesvc                         \
44         fm                              \
45         ibd_upgrade                     \
46         intrd                           \
47         iscsid                          \
48         iscsitsvc                       \
49         kbd                             \
50         keyserv                         \
51         ldapcachemgr                    \
52         ldmad                           \
53         lms                             \
54         dlmgmtd                         \
55         ndmpd                           \
56         nscd                            \
57         oplhpd                          \
58         pools                           \
59         power                           \
60         rexd                            \
61         rmvolmgr                        \
62         rpcbind                         \
63         rpcsvc                          \
64         sa                              \
65         saf                             \
66         sckmd                           \
67         sf880drd                        \
68         smserverd                       \
69         stmfproxy                       \
70         stmfsvc                         \
71         stmsboot                        \
72         syseventd                       \
73         syslogd                         \
74         utmpd                           \
75         vntsd                           \
76         ypcmd                           \
77         zoneadm                         \
78         zoneadmd
80 MANIFEST_SUBDIRS=                       \
81         boot/scripts                    \
82         cmd-crypto/scripts              \
83         cmd-inet/usr.lib/ilbd           \
84         cmd-inet/usr.lib/in.chargend    \
85         cmd-inet/usr.lib/in.daytimed    \
86         cmd-inet/usr.lib/in.discardd    \
87         cmd-inet/usr.lib/in.echod       \
88         cmd-inet/usr.lib/in.ndpd        \
89         cmd-inet/usr.lib/in.ripngd      \
90         cmd-inet/usr.lib/in.timed       \
91         cmd-inet/usr.lib/inetd          \
92         cmd-inet/usr.lib/mdnsd          \
93         cmd-inet/usr.lib/slpd           \
94         cmd-inet/usr.lib/vrrpd          \
95         cmd-inet/usr.lib/wpad           \
96         cmd-inet/usr.sbin               \
97         cmd-inet/usr.sbin/in.rdisc      \
98         cmd-inet/usr.sbin/in.routed     \
99         cmd-inet/usr.sbin/in.talkd      \
100         cmd-inet/usr.sbin/ipsecutils    \
101         cmd-inet/usr.sbin/routeadm      \
102         dcs/sparc/sun4u                 \
103         dfs.cmds/sharemgr               \
104         fs.d/autofs                     \
105         fs.d/nfs/svc                    \
106         fs.d/smbclnt/svc                \
107         gss/gssd                        \
108         hal/addons/network-devices      \
109         hal/hald/solaris                \
110         halt/smf.$(MACH)                \
111         hostid/smf                      \
112         idmap/idmapd                    \
113         ipf/svc                         \
114         isns/isnsd                      \
115         krb5/kadmin/server              \
116         krb5/krb5kdc                    \
117         krb5/kwarn                      \
118         krb5/slave                      \
119         lp/cmd/lpsched                  \
120         lvm/rpc.mdcommd                 \
121         lvm/rpc.metad                   \
122         lvm/rpc.metamedd                \
123         lvm/rpc.metamhd                 \
124         lvm/md_monitord                 \
125         lvm/util                        \
126         picl/picld                      \
127         pools/poold                     \
128         print/bsd-sysv-commands         \
129         rcap/rcapd                      \
130         rpcsvc/rpc.bootparamd           \
131         sendmail/lib                    \
132         smbsrv/smbd                     \
133         ssh                             \
134         svc/milestone                   \
135         tsol/labeld                     \
136         tsol/tnctl                      \
137         tsol/tnd                        \
138         tsol/tsol-zones                 \
139         vscan/vscand                    \
140         xvm/ipagent                     \
141         ypcmd/yppasswd                  \
142         ypcmd/ypupdated                 \
143         zonestat/zonestatd
145 MISC_SUBDIRS=           \
146         dtrace/test/tst \
147         sgs
149 .KEEP_STATE:
151 # Manifests cannot be checked in parallel, because we are using the global
152 # repository that is in $(SRC)/cmd/svc/seed/global.db.  This is a
153 # repository that is built from the manifests in this workspace, whereas
154 # the build machine's repository may be out of sync with these manifests.
155 # Because we are using a private repository, svccfg-native must start up a
156 # private copy of configd-native.  We cannot have multiple copies of
157 # configd-native trying to access global.db simultaneously.
159 .NO_PARALLEL:
161 check: svccfg_check $(MANIFEST_TOPDIRS) $(MANIFEST_SUBDIRS) $(MISC_SUBDIRS)
163 svccfg_check:
164         @$(ECHO) "building requirements for svccfg check ..."; \
165         (cd $(SRC)/cmd/svc/seed && pwd && $(MAKE) $(MFLAGS) global.db)
167 $(MANIFEST_TOPDIRS) $(MANIFEST_SUBDIRS) $(MISC_SUBDIRS): FRC
168         @cd $@; pwd; $(MAKE) check
170 FRC: