sd: remove 'ssd' driver support
[unleashed/tickless.git] / usr / src / cmd / Makefile.check
blob8e5bdee326e2cb00e897ef0bdc237ff64f9ce4bd
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
23 # Copyright (c) 2009, 2010, Oracle and/or its affiliates. All rights reserved.
24 # Copyright 2014 Garrett D'Amore <garrett@damore.org>
25 # Copyright 2017 Nexenta Systems, Inc.
28 include ../Makefile.master
31 # Commands providing manifests must offer a check target.  A recursive check
32 # target across all commands directories is not currently provided.
34 MANIFEST_TOPDIRS=                       \
35         acctadm                         \
36         auditd                          \
37         bnu                             \
38         consadm                         \
39         coreadm                         \
40         cron                            \
41         cvcd                            \
42         dispadmin                       \
43         drd                             \
44         dumpadm                         \
45         fcinfo                          \
46         fcoesvc                         \
47         fm                              \
48         ibd_upgrade                     \
49         intrd                           \
50         iscsid                          \
51         iscsitsvc                       \
52         kbd                             \
53         keyserv                         \
54         ldapcachemgr                    \
55         ldmad                           \
56         dlmgmtd                         \
57         ndmpd                           \
58         nscd                            \
59         oplhpd                          \
60         pools                           \
61         power                           \
62         rmvolmgr                        \
63         rpcbind                         \
64         rpcsvc                          \
65         sa                              \
66         saf                             \
67         sckmd                           \
68         sf880drd                        \
69         smserverd                       \
70         stmfproxy                       \
71         stmfsvc                         \
72         stmsboot                        \
73         syseventd                       \
74         syslogd                         \
75         utmpd                           \
76         vntsd                           \
77         ypcmd                           \
78         zoneadm                         \
79         zoneadmd
81 MANIFEST_SUBDIRS=                       \
82         boot/scripts                    \
83         cmd-crypto/scripts              \
84         cmd-inet/usr.lib/ilbd           \
85         cmd-inet/usr.lib/in.chargend    \
86         cmd-inet/usr.lib/in.daytimed    \
87         cmd-inet/usr.lib/in.discardd    \
88         cmd-inet/usr.lib/in.echod       \
89         cmd-inet/usr.lib/in.ndpd        \
90         cmd-inet/usr.lib/in.ripngd      \
91         cmd-inet/usr.lib/in.timed       \
92         cmd-inet/usr.lib/inetd          \
93         cmd-inet/usr.lib/mdnsd          \
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         dfs.cmds/sharemgr               \
102         fs.d/autofs                     \
103         fs.d/nfs/svc                    \
104         fs.d/smbclnt/svc                \
105         gss/gssd                        \
106         hal/addons/network-devices      \
107         hal/hald/solaris                \
108         halt/smf.$(MACH)                \
109         hostid/smf                      \
110         idmap/idmapd                    \
111         ipf/svc                         \
112         isns/isnsd                      \
113         krb5/kadmin/server              \
114         krb5/krb5kdc                    \
115         krb5/kwarn                      \
116         krb5/slave                      \
117         picl/picld                      \
118         rcap/rcapd                      \
119         rpcsvc/rpc.bootparamd           \
120         smbsrv/smbd                     \
121         svc/milestone                   \
122         vscan/vscand                    \
123         ypcmd/yppasswd                  \
124         ypcmd/ypupdated                 \
125         zonestat/zonestatd
127 MISC_SUBDIRS=           \
128         dtrace/test/tst \
129         sgs
131 .KEEP_STATE:
133 # Manifests cannot be checked in parallel, because we are using the global
134 # repository that is in $(SRC)/cmd/svc/seed/global.db.  This is a
135 # repository that is built from the manifests in this workspace, whereas
136 # the build machine's repository may be out of sync with these manifests.
137 # Because we are using a private repository, svccfg-native must start up a
138 # private copy of configd-native.  We cannot have multiple copies of
139 # configd-native trying to access global.db simultaneously.
141 .NO_PARALLEL:
143 check: svccfg_check $(MANIFEST_TOPDIRS) $(MANIFEST_SUBDIRS) $(MISC_SUBDIRS)
145 svccfg_check:
146         @$(ECHO) "building requirements for svccfg check ..."; \
147         (cd $(SRC)/cmd/svc/seed && pwd && $(MAKE) $(MFLAGS) global.db)
149 $(MANIFEST_TOPDIRS) $(MANIFEST_SUBDIRS) $(MISC_SUBDIRS): FRC
150         @cd $@; pwd; $(MAKE) check
152 FRC: