Print this page
4027 remove CLOSED_BUILD

*** 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 --- 44,53 ----
*** 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) --- 57,67 ---- .PARALLEL: $(SUBDIRS) all install clean clobber lint: $(SUBDIRS) ! catalog: $(SUBDIR2) $(RM) $(POFILE) cat $(POFILES) > $(POFILE) $(SUBDIRS): FRC @cd $@; pwd; $(MAKE) $(TARGET)