summaryrefslogtreecommitdiff
path: root/usr/src/Makefile
diff options
context:
space:
mode:
authorDan McDonald <danmcd@joyent.com>2021-03-01 11:02:57 -0500
committerDan McDonald <danmcd@joyent.com>2021-03-01 11:02:57 -0500
commit49713c9ca119fd2f1e7a7182fd90921297aa978a (patch)
treeab9d825f07f649c138ba663c0acb82a4fc9685e5 /usr/src/Makefile
parente995d04dc2acdf768fe17d155ce98e9cebe2694e (diff)
parentae5c3fb759f05e5de586c82b204aabe1e336b578 (diff)
downloadillumos-joyent-49713c9ca119fd2f1e7a7182fd90921297aa978a.tar.gz
[illumos-gate merge]
commit ae5c3fb759f05e5de586c82b204aabe1e336b578 13589 ccid: implicit conversion from 'atr_protocol_t' 'uccid_prot_t' commit 8ad466288742ffe497149f668ec1c028def2c686 13585 stmf: array subscript is above array bounds commit 718fc4ac1dfcd860e967fb444c831507f97cd300 13512 ksh's >; is not reliable with `-c' commit 3be0d903330def6576e70a1a8a028f5828c9ea45 13174 mac_prop_info_set_default_fec should be added to mac_prop_info(9F) commit 25a9a7aaf35c7e4a2b5a57d3875af906147710d5 13572 SMB Query FileFsVolumeInformation should allow truncation commit 4d00d81bf82141f996e032f9c53e0e996a5f7204 13501 smbutil view crashes in ndr_clnt_get_frags() commit 7713a0580ffd38602449546f743c4eaccdeff06d 13582 wsdiff does not like non-proto directories commit e39a7b5b5afda54edb90e52709591832137db39f 12849 ixgbe can do unnecessary allocations during tx commit 3a51e5c06fdc66b1c3883ded28372f6ae8e9cedb 13573 stop working around broken _msg makefiles and fix them commit cd93bdd351ff6db57bb306f3135a27aff71919d0 13535 snoop: multiply-defined symbols commit f6e9c6bd978eaf32de099c7f4a16eb9d2f1e5ab1 13541 powertop: symbol 'g_turbo_supported' is multiply-defined commit f641a59486e69100969f92a7ec309574f76b238d 13426 xpv_psm: symbol 'acpi_isop' is multiply-defined
Diffstat (limited to 'usr/src/Makefile')
-rw-r--r--usr/src/Makefile16
1 files changed, 2 insertions, 14 deletions
diff --git a/usr/src/Makefile b/usr/src/Makefile
index 713f5a1424..01ea95b29f 100644
--- a/usr/src/Makefile
+++ b/usr/src/Makefile
@@ -74,16 +74,6 @@ CHKMFSTSUBDIRS= cmd
CHKMANSUBDIRS = man
MSGSUBDIRS= cmd ucbcmd lib data
-DOMAINS= \
- SUNW_OST_ADMIN \
- SUNW_OST_NETRPC \
- SUNW_OST_OSCMD \
- SUNW_OST_OSLIB \
- SUNW_OST_UCBCMD \
- SUNW_OST_ZONEINFO
-
-MSGDDIRS= $(DOMAINS:%=$(MSGROOT)/%)
-MSGDIRS= $(MSGROOT) $(MSGDDIRS) $(MSGROOT)/LC_TIME
all := TARGET= all
install := TARGET= install
@@ -126,7 +116,7 @@ install1: mapfiles closedbins sgs
install2: install1 .WAIT $(SUBDIRS)
-_msg: _msgdirs rootdirs FRC
+_msg: rootdirs FRC
@for m in $(MSGSUBDIRS); do \
cd $$m; pwd; $(MAKE) _msg; cd ..; \
done
@@ -220,9 +210,7 @@ bldtools:
rootdirs: $(ROOTDIRS)
$(INS) -d -m 775 $(ROOT)/var/mail/:saved
-_msgdirs: $(MSGDIRS)
-
-$(ROOTDIRS) $(MSGDIRS):
+$(ROOTDIRS):
$(INS.dir)
userheaders: FRC