Makefile (b76c14595f2dd8b4765b40057467eb8796111fde) | Makefile (cf9691b98ccefac465372c1b1b779ed4834d8020) |
---|---|
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 --- 505 unchanged lines hidden (view full) --- 514 man \ 515 abi \ 516 acctadm \ 517 allocate \ 518 asa \ 519 audio \ 520 audit \ 521 auditd \ | 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 --- 505 unchanged lines hidden (view full) --- 514 man \ 515 abi \ 516 acctadm \ 517 allocate \ 518 asa \ 519 audio \ 520 audit \ 521 auditd \ |
522 auditrecord \ |
|
522 auths \ 523 autopush \ 524 avs \ 525 awk \ 526 awk_xpg4 \ 527 backup \ 528 banner \ 529 bart \ 530 basename \ 531 bnu \ 532 bsmconv \ | 523 auths \ 524 autopush \ 525 avs \ 526 awk \ 527 awk_xpg4 \ 528 backup \ 529 banner \ 530 bart \ 531 basename \ 532 bnu \ 533 bsmconv \ |
533 bsmrecord \ | |
534 bsmunconv \ 535 busstat \ 536 cal \ 537 cat \ 538 cdrw \ 539 cfgadm \ 540 checkeq \ 541 checknr \ --- 244 unchanged lines hidden (view full) --- 786 who \ 787 whodo \ 788 write 789 790$(CLOSED_BUILD)DCSUBDIRS += \ 791 $(CLOSED)/cmd/pax 792 793# | 534 bsmunconv \ 535 busstat \ 536 cal \ 537 cat \ 538 cdrw \ 539 cfgadm \ 540 checkeq \ 541 checknr \ --- 244 unchanged lines hidden (view full) --- 786 who \ 787 whodo \ 788 write 789 790$(CLOSED_BUILD)DCSUBDIRS += \ 791 $(CLOSED)/cmd/pax 792 793# |
794# commands that belong only to the basic security module | 794# commands that belong only to audit and device allocation |
795# | 795# |
796BSMSUBDIRS= \ | 796AUDITSUBDIRS= \ |
797 allocate \ 798 amt \ 799 audit \ 800 audit_warn \ 801 auditconfig \ 802 auditd \ | 797 allocate \ 798 amt \ 799 audit \ 800 audit_warn \ 801 auditconfig \ 802 auditd \ |
803 auditrecord \ |
|
803 auditreduce \ 804 auditstat \ 805 praudit \ 806 bsmconv \ | 804 auditreduce \ 805 auditstat \ 806 praudit \ 807 bsmconv \ |
807 bsmrecord \ | |
808 bsmunconv 809 810# 811# commands not owned by the systems group 812# 813BWOSDIRS= 814 815 --- 4 unchanged lines hidden (view full) --- 820lint := TARGET = lint 821_msg := TARGET = _msg 822_dc := TARGET = _dc 823 824.KEEP_STATE: 825 826SUBDIRS = $(COMMON_SUBDIRS) $($(MACH)_SUBDIRS) 827 | 808 bsmunconv 809 810# 811# commands not owned by the systems group 812# 813BWOSDIRS= 814 815 --- 4 unchanged lines hidden (view full) --- 820lint := TARGET = lint 821_msg := TARGET = _msg 822_dc := TARGET = _dc 823 824.KEEP_STATE: 825 826SUBDIRS = $(COMMON_SUBDIRS) $($(MACH)_SUBDIRS) 827 |
828.PARALLEL: $(BWOSDIRS) $(SUBDIRS) $(MSGSUBDIRS) $(BSMSUBDIRS) | 828.PARALLEL: $(BWOSDIRS) $(SUBDIRS) $(MSGSUBDIRS) $(AUDITSUBDIRS) |
829 | 829 |
830all install clean clobber lint: $(FIRST_SUBDIRS) .WAIT $(SUBDIRS) $(BSMSUBDIRS) | 830all install clean clobber lint: $(FIRST_SUBDIRS) .WAIT $(SUBDIRS) \ 831 $(AUDITSUBDIRS) |
831 832# 833# Manifests cannot be checked in parallel, because we are using 834# the global repository that is in $(SRC)/cmd/svc/seed/global.db. 835# For this reason, to avoid .PARALLEL and .NO_PARALLEL conflicts, 836# we spawn off a sub-make to perform the non-parallel 'make check' 837# 838check: --- 10 unchanged lines hidden (view full) --- 849_dc: $(DCSUBDIRS) 850 851# 852# Dependencies 853# 854fs.d: fstyp 855ksh: shcomp isaexec 856 | 832 833# 834# Manifests cannot be checked in parallel, because we are using 835# the global repository that is in $(SRC)/cmd/svc/seed/global.db. 836# For this reason, to avoid .PARALLEL and .NO_PARALLEL conflicts, 837# we spawn off a sub-make to perform the non-parallel 'make check' 838# 839check: --- 10 unchanged lines hidden (view full) --- 850_dc: $(DCSUBDIRS) 851 852# 853# Dependencies 854# 855fs.d: fstyp 856ksh: shcomp isaexec 857 |
857$(FIRST_SUBDIRS) $(BWOSDIRS) $(SUBDIRS) $(BSMSUBDIRS): FRC | 858$(FIRST_SUBDIRS) $(BWOSDIRS) $(SUBDIRS) $(AUDITSUBDIRS): FRC |
858 @if [ -f $@/Makefile ]; then \ 859 cd $@; pwd; $(MAKE) $(TARGET); \ 860 else \ 861 true; \ 862 fi 863 864FRC: | 859 @if [ -f $@/Makefile ]; then \ 860 cd $@; pwd; $(MAKE) $(TARGET); \ 861 else \ 862 true; \ 863 fi 864 865FRC: |