diff options
Diffstat (limited to 'usr/src/Makefile')
| -rw-r--r-- | usr/src/Makefile | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/usr/src/Makefile b/usr/src/Makefile index 213f8823c2..5fe34ddd48 100644 --- a/usr/src/Makefile +++ b/usr/src/Makefile @@ -48,7 +48,7 @@ $(SPARC_BLD)psm: stand SUBDIRS= $(COMMON_SUBDIRS) $($(MACH)_SUBDIRS) -HDRSUBDIRS= uts head lib cmd +HDRSUBDIRS= uts head lib cmd ucbhead # UCB headers are bug-for-bug compatible and not checkable against the header # standards. @@ -58,7 +58,7 @@ CHKHDRSUBDIRS= head uts lib # # Headers that can be built in parallel # -PARALLEL_HEADERS = sysheaders userheaders libheaders cmdheaders +PARALLEL_HEADERS = sysheaders userheaders libheaders ucbheaders cmdheaders # # Directories that can be built in parallel @@ -113,7 +113,7 @@ all: mapfiles closedbins sgs .WAIT $(SUBDIRS) pkg # packaging to be pulled from $(SRC) and $(CLOSED) and staged in # $(ROOT)/licenses. # -install: install1 install2 _msg stage-licenses +install: install1 install2 _msg @cd msg; pwd; $(MAKE) _msg @rm -rf "$(ROOT)/catalog" @@ -173,13 +173,13 @@ closedbins: bldtools $(ROOTDIRS) FRC .PARALLEL: $(PARALLEL_HEADERS) DUMMY .PARALLEL: $(PARALLEL_DIRS) DUMMY -$(SUBDIRS) head pkg: FRC +$(SUBDIRS) head ucbhead pkg: 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 cmdheaders + libheaders ucbheaders cmdheaders # # Top-level setup target to setup the development environment that includes @@ -216,7 +216,11 @@ libheaders: bldtools sysheaders: FRC @cd uts; pwd; $(MAKE) install_h +ucbheaders: FRC + @cd ucbhead; pwd; $(MAKE) install_h + cmdheaders: FRC + @cd cmd/devfsadm; pwd; $(MAKE) install_h @cd cmd/fm; pwd; $(MAKE) install_h @cd cmd/mdb; pwd; $(MAKE) install_h |
