Makefile (549e0fd3) Makefile (b30d1939)
1#
2# CDDL HEADER START
3#
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.
7#
8# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE

--- 15 unchanged lines hidden (view full) ---

24# Copyright 2020 Joyent, Inc.
25# Copyright (c) 2012, 2015 by Delphix. All rights reserved.
26# Copyright (c) 2013 DEY Storage Systems, Inc. All rights reserved.
27# Copyright 2014 Garrett D'Amore <garrett@damore.org>
28# Copyright 2016 Toomas Soome <tsoome@me.com>
29# Copyright 2018 Nexenta Systems, Inc.
30# Copyright 2018 Gary Mills
31# Copyright 2019 Peter Tribble
1#
2# CDDL HEADER START
3#
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.
7#
8# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE

--- 15 unchanged lines hidden (view full) ---

24# Copyright 2020 Joyent, Inc.
25# Copyright (c) 2012, 2015 by Delphix. All rights reserved.
26# Copyright (c) 2013 DEY Storage Systems, Inc. All rights reserved.
27# Copyright 2014 Garrett D'Amore <garrett@damore.org>
28# Copyright 2016 Toomas Soome <tsoome@me.com>
29# Copyright 2018 Nexenta Systems, Inc.
30# Copyright 2018 Gary Mills
31# Copyright 2019 Peter Tribble
32# Copyright 2021 OmniOS Community Edition (OmniOSce) Association.
32#
33
34include ../Makefile.master
35
36#
37# Note that the commands 'lp', and 'perl' are first in
38# the list, violating alphabetical order. This is because they are very
39# long-running and should be given the most wall-clock time for a

--- 186 unchanged lines hidden (view full) ---

226 iscsid \
227 iscsitsvc \
228 isns \
229 itadm \
230 kbd \
231 keyserv \
232 killall \
233 krb5 \
33#
34
35include ../Makefile.master
36
37#
38# Note that the commands 'lp', and 'perl' are first in
39# the list, violating alphabetical order. This is because they are very
40# long-running and should be given the most wall-clock time for a

--- 186 unchanged lines hidden (view full) ---

227 iscsid \
228 iscsitsvc \
229 isns \
230 itadm \
231 kbd \
232 keyserv \
233 killall \
234 krb5 \
234 ksh \
235 kvmstat \
236 last \
237 lastcomm \
238 latencytop \
239 ldap \
240 ldapcachemgr \
241 lgrpinfo \
242 line \

--- 134 unchanged lines hidden (view full) ---

377 sed \
378 sendmail \
379 setfacl \
380 setmnt \
381 setpgrp \
382 setuname \
383 sgs \
384 sh \
235 kvmstat \
236 last \
237 lastcomm \
238 latencytop \
239 ldap \
240 ldapcachemgr \
241 lgrpinfo \
242 line \

--- 134 unchanged lines hidden (view full) ---

377 sed \
378 sendmail \
379 setfacl \
380 setmnt \
381 setpgrp \
382 setuname \
383 sgs \
384 sh \
385 shcomp \
386 sleep \
387 smbios \
388 smbsrv \
389 smserverd \
390 soelim \
391 sort \
392 spell \
393 split \

--- 129 unchanged lines hidden (view full) ---

523# (see previous comment about 'lp'.)
524#
525MSGSUBDIRS= \
526 lp \
527 abi \
528 acctadm \
529 allocate \
530 asa \
385 sleep \
386 smbios \
387 smbsrv \
388 smserverd \
389 soelim \
390 sort \
391 spell \
392 split \

--- 129 unchanged lines hidden (view full) ---

522# (see previous comment about 'lp'.)
523#
524MSGSUBDIRS= \
525 lp \
526 abi \
527 acctadm \
528 allocate \
529 asa \
530 ast \
531 audio \
532 audit \
533 auditconfig \
534 auditd \
535 auditrecord \
536 auditset \
537 auths \
538 autopush \

--- 78 unchanged lines hidden (view full) ---

617 idmap \
618 isaexec \
619 iscsiadm \
620 iscsid \
621 isns \
622 itadm \
623 kbd \
624 krb5 \
531 audio \
532 audit \
533 auditconfig \
534 auditd \
535 auditrecord \
536 auditset \
537 auths \
538 autopush \

--- 78 unchanged lines hidden (view full) ---

617 idmap \
618 isaexec \
619 iscsiadm \
620 iscsid \
621 isns \
622 itadm \
623 kbd \
624 krb5 \
625 ksh \
626 last \
627 ldap \
628 ldapcachemgr \
629 lgrpinfo \
630 locale \
631 lofiadm \
632 logadm \
633 logger \

--- 59 unchanged lines hidden (view full) ---

693 sbdadm \
694 scadm \
695 script \
696 scsi \
697 sdiff \
698 sdpadm \
699 sgs \
700 sh \
625 last \
626 ldap \
627 ldapcachemgr \
628 lgrpinfo \
629 locale \
630 lofiadm \
631 logadm \
632 logger \

--- 59 unchanged lines hidden (view full) ---

692 sbdadm \
693 scadm \
694 script \
695 scsi \
696 sdiff \
697 sdpadm \
698 sgs \
699 sh \
701 shcomp \
702 smbsrv \
703 sort \
704 split \
705 srptadm \
706 stat \
707 stmfadm \
708 stmsboot \
709 strings \

--- 129 unchanged lines hidden (view full) ---

839_msg: $(MSGSUBDIRS) $($(MACH)_MSGSUBDIRS) .WAIT _dc
840
841_dc: $(DCSUBDIRS)
842
843#
844# Dependencies
845#
846fs.d: fstyp
700 smbsrv \
701 sort \
702 split \
703 srptadm \
704 stat \
705 stmfadm \
706 stmsboot \
707 strings \

--- 129 unchanged lines hidden (view full) ---

837_msg: $(MSGSUBDIRS) $($(MACH)_MSGSUBDIRS) .WAIT _dc
838
839_dc: $(DCSUBDIRS)
840
841#
842# Dependencies
843#
844fs.d: fstyp
847ksh: shcomp isaexec
845ast: isaexec
848print: lp
849fmt: mailx
850
851$(FIRST_SUBDIRS) $(BWOSDIRS) $(SUBDIRS) $(AUDITSUBDIRS): FRC
852 @if [ -f $@/Makefile ]; then \
853 cd $@; pwd; $(MAKE) $(TARGET); \
854 else \
855 true; \
856 fi
857
858FRC:
846print: lp
847fmt: mailx
848
849$(FIRST_SUBDIRS) $(BWOSDIRS) $(SUBDIRS) $(AUDITSUBDIRS): FRC
850 @if [ -f $@/Makefile ]; then \
851 cd $@; pwd; $(MAKE) $(TARGET); \
852 else \
853 true; \
854 fi
855
856FRC: