summaryrefslogtreecommitdiff
path: root/usr/src/Makefile
diff options
context:
space:
mode:
authorGarrett D'Amore <Garrett.Damore@Sun.COM>2009-10-09 17:01:12 -0700
committerGarrett D'Amore <Garrett.Damore@Sun.COM>2009-10-09 17:01:12 -0700
commit5bbb4db2c3f208d12bf0fd11769728f9e5ba66a2 (patch)
treeff1164c9871a611c7597916b0395e944697a5431 /usr/src/Makefile
parent28863dd2d94fb78bea3941334d3783f014da7403 (diff)
downloadillumos-joyent-5bbb4db2c3f208d12bf0fd11769728f9e5ba66a2.tar.gz
PSARC 2009/539 Removal of ucb headers and lint libraries
6889898 ucb lint libraries and headers should go go go
Diffstat (limited to 'usr/src/Makefile')
-rw-r--r--usr/src/Makefile11
1 files changed, 4 insertions, 7 deletions
diff --git a/usr/src/Makefile b/usr/src/Makefile
index 931e28aef3..9e4f144937 100644
--- a/usr/src/Makefile
+++ b/usr/src/Makefile
@@ -42,7 +42,7 @@ i386_SUBDIRS= psm grub
SUBDIRS= $(COMMON_SUBDIRS) $($(MACH)_SUBDIRS)
-HDRSUBDIRS= uts head lib cmd ucbhead
+HDRSUBDIRS= uts head lib cmd
# UCB headers are bug-for-bug compatible and not checkable against the header
# standards.
@@ -52,7 +52,7 @@ CHKHDRSUBDIRS= head uts lib
#
# Headers that can be built in parallel
#
-PARALLEL_HEADERS = sysheaders userheaders libheaders ucbheaders cmdheaders
+PARALLEL_HEADERS = sysheaders userheaders libheaders cmdheaders
#
# Directories that can be built in parallel
@@ -150,13 +150,13 @@ closedbins: FRC $(ROOTDIRS)
.PARALLEL: $(PARALLEL_HEADERS) DUMMY
.PARALLEL: $(PARALLEL_DIRS) DUMMY
-$(SUBDIRS) head ucbhead pkgdefs: FRC
+$(SUBDIRS) head pkgdefs: FRC
@cd $@; pwd; $(MAKE) $(TARGET)
# librpcsvc has a dependency on headers installed by
# userheaders, hence the .WAIT before libheaders.
sgs: rootdirs .WAIT sysheaders userheaders .WAIT \
- libheaders ucbheaders cmdheaders
+ libheaders cmdheaders
#
# Top-level setup target to setup the development environment that includes
@@ -193,9 +193,6 @@ libheaders: FRC
sysheaders: FRC
@cd uts; pwd; $(MAKE) install_h
-ucbheaders: FRC
- @cd ucbhead; pwd; $(MAKE) install_h
-
cmdheaders: FRC
@cd cmd/fm; pwd; $(MAKE) install_h
@cd cmd/mdb; pwd; $(MAKE) install_h