diff options
| author | Josef 'Jeff' Sipek <jeffpc@josefsipek.net> | 2013-10-15 00:21:04 -0400 |
|---|---|---|
| committer | Richard Lowe <richlowe@richlowe.net> | 2013-10-23 19:52:25 -0400 |
| commit | c0e7977a434048a8bc7386ea0e8befaa77a646cf (patch) | |
| tree | 283ae7c385818ecd7d479cdfb593604c703193ac /usr/src/lib/Makefile | |
| parent | e7eebcf69de21d2c4df15f003919cdb19b61c694 (diff) | |
| download | illumos-joyent-c0e7977a434048a8bc7386ea0e8befaa77a646cf.tar.gz | |
4027 remove CLOSED_BUILD
4028 remove CLOSED_IS_PRESENT
4029 remove tonic build bits
Reviewed by: Andy Stormont <andyjstormont@gmail.com>
Reviewed by: Richard Lowe <richlowe@richlowe.net>
Approved by: Richard Lowe <richlowe@richlowe.net>
Diffstat (limited to 'usr/src/lib/Makefile')
| -rw-r--r-- | usr/src/lib/Makefile | 16 |
1 files changed, 1 insertions, 15 deletions
diff --git a/usr/src/lib/Makefile b/usr/src/lib/Makefile index 7fb2733cc8..fe1035b59b 100644 --- a/usr/src/lib/Makefile +++ b/usr/src/lib/Makefile @@ -45,13 +45,6 @@ include ../Makefile.master # .PARALLEL: -# -# The $(CLOSED_BUILD) additions to SUBDIRS & MSGSUBDIRS are unfortunate, -# but required due to the "dependencies" of using .WAIT to barrier the -# parallel dmake builds. once 4631488 has been fixed, they can be -# consolidated into one $(CLOSED_BUILD)SUBDIRS += (all closed libs) as -# shown in HDRSUBDIRS -# SUBDIRS= \ common .WAIT \ ../cmd/sgs/libconv \ @@ -183,10 +176,7 @@ SUBDIRS += \ libdhcpdu \ libdhcputil \ libxnet \ - libipsecutil -$(CLOSED_BUILD)SUBDIRS += \ - $(CLOSED)/lib/libike -SUBDIRS += \ + libipsecutil \ nsswitch \ print \ libuutil \ @@ -512,9 +502,6 @@ HDRSUBDIRS= \ libreparse \ $($(MACH)_HDRSUBDIRS) -$(CLOSED_BUILD)HDRSUBDIRS += \ - $(CLOSED)/lib/libike - i386_HDRSUBDIRS= \ libparted \ libfdisk \ @@ -607,7 +594,6 @@ libnsl: libmd5 libmapid: libresolv librdc: libsocket libnsl libnsctl libunistat libdscfg libuuid: libdlpi -$(CLOSED_BUILD)libike: libipsecutil libxnet libcryptoutil libinetutil: libsocket libipsecutil: libtecla libsocket libinstzones: libzonecfg libcontract |
