Print this page
195 Need replacement for nfs/lockd+klm
Reviewed by: Gordon Ross <gordon.ross@nexenta.com>
Reviewed by: Jeremy Jones <jeremy@delphix.com>
Reviewed by: Jeff Biseda <jbiseda@delphix.com>
*** 32,42 ****
include $(SRC)/Makefile.master
SUBDIR1= exportfs nfsd rquotad \
statd nfsstat mountd dfshares \
nfsfind nfs4cbd share
! SUBDIR2= clear_locks umount showmount \
mount dfmounts nfslog nfsmapid \
nfsref rp_basic
SUBDIR3= etc svc
SUBDIRS= $(SUBDIR1) $(SUBDIR2) $(SUBDIR3)
--- 32,44 ----
include $(SRC)/Makefile.master
SUBDIR1= exportfs nfsd rquotad \
statd nfsstat mountd dfshares \
nfsfind nfs4cbd share
!
! # These do "make catalog"
! SUBDIR2= clear_locks lockd umount showmount \
mount dfmounts nfslog nfsmapid \
nfsref rp_basic
SUBDIR3= etc svc
SUBDIRS= $(SUBDIR1) $(SUBDIR2) $(SUBDIR3)
*** 44,58 ****
# for messaging catalog files
#
POFILES= $(SUBDIR2:%=%/%.po)
POFILE= nfs.po
- LOCKD= $(CLOSED)/cmd/fs.d/nfs/lockd
- $(CLOSED_BUILD)CLOSED_SUBDIR2= $(LOCKD)
- $(CLOSED_BUILD)POFILES += $(LOCKD)/lockd.po
- $(CLOSED_BUILD)SUBDIRS += $(CLOSED_SUBDIR2)
-
all:= TARGET= all
install:= TARGET= install
clean:= TARGET= clean
clobber:= TARGET= clobber
lint:= TARGET= lint
--- 46,55 ----
*** 62,72 ****
.PARALLEL: $(SUBDIRS)
all install clean clobber lint: $(SUBDIRS)
! catalog: $(SUBDIR2) $(CLOSED_SUBDIR2)
$(RM) $(POFILE)
cat $(POFILES) > $(POFILE)
$(SUBDIRS): FRC
@cd $@; pwd; $(MAKE) $(TARGET)
--- 59,69 ----
.PARALLEL: $(SUBDIRS)
all install clean clobber lint: $(SUBDIRS)
! catalog: $(SUBDIR2)
$(RM) $(POFILE)
cat $(POFILES) > $(POFILE)
$(SUBDIRS): FRC
@cd $@; pwd; $(MAKE) $(TARGET)