@@ -135,6 +135,7 @@ RPL_AWK_SRC=$(MISC)/def_awk.c
135135RPL_GREP =$(GEN_ROOT ) /isc_grep
136136RPL_GREP_SRC =$(MISC ) /isc_grep.c
137137
138+ ifeq ($(CLOOP_GENERATION_FLG ) ,Y)
138139updateCloopInterfaces : $(API_H_FILE ) $(API_PAS_FILE ) $(API_C_H_FILE )
139140
140141$(API_H_FILE ) : $(IDL_FILE )
@@ -185,6 +186,7 @@ $(API_PAS_FILE): $(IDL_FILE) $(PASCAL_SOURCES) $(TMP_FUNCS_PAS)
185186 else \
186187 rm -f $(API_PAS_TMP_FILE); \
187188 fi
189+ endif
188190
189191updateBuildNum : $(SRC_ROOT ) /jrd/build_no.h $(GEN_ROOT ) /Make.Version
190192
@@ -205,6 +207,7 @@ ifeq ($(CLIENT_ONLY_FLG),N)
205207 PROGRAM=$(GEN_ROOT)/extern/btyacc/btyacc OBJ_DIR=$(ROOT)/temp/extern/btyacc
206208endif
207209
210+ ifeq ($(CLOOP_GENERATION_FLG ) ,Y)
208211 mkdir -p $(GEN_ROOT)/$(TARGET)/cloop
209212
210213ifeq ($(PLATFORM ) ,DARWIN)
216219endif
217220 cd $(GEN_ROOT)/$(TARGET)/cloop && \
218221 cmake --build .
222+ endif
219223
220224 mkdir -p $(ROOT)/temp/extern/decNumber $(GEN_ROOT)/extern/decNumber
221225 CC="$(CC)" CFLAGS="$(CFLAGS)" AR="$(AR)" $(MAKE) -C $(SRCDIR)/extern/decNumber \
@@ -365,7 +369,9 @@ master_process:
365369 $(MAKE ) updateBuildNum
366370 $(MAKE ) export_lists
367371 $(MAKE ) external
372+ ifeq ($(CLOOP_GENERATION_FLG ) ,Y)
368373 $(MAKE) updateCloopInterfaces
374+ endif
369375 $(MAKE) rest
370376 $(MAKE) yvalve
371377ifeq ($(CLIENT_ONLY_FLG ) ,Y)
@@ -401,7 +407,9 @@ cross1:
401407 $(MAKE ) updateBuildNum
402408 $(MAKE ) export_lists
403409 $(MAKE ) external
410+ ifeq ($(CLOOP_GENERATION_FLG ) ,Y)
404411 $(MAKE) updateCloopInterfaces
412+ endif
405413ifeq ($(CLIENT_ONLY_FLG ) ,N)
406414 $(MAKE) boot
407415 $(MAKE) yvalve
@@ -522,7 +530,9 @@ client_static_process:
522530 $(MAKE ) updateBuildNum
523531 $(MAKE ) export_lists
524532 $(MAKE ) external
533+ ifeq ($(CLOOP_GENERATION_FLG ) ,Y)
525534 $(MAKE) updateCloopInterfaces
535+ endif
526536 $(MAKE) rest
527537 $(MAKE) $(LIBFIREBIRD_STATIC)
528538 $(MAKE) include_generic
@@ -927,7 +937,9 @@ clean_vers:
927937clean_misc :
928938 $(RM ) security.tmp test.header.txt
929939 $(RM ) $(TMP_FUNCS_PAS ) $(RPL_AWK ) $(RPL_GREP )
940+ ifeq ($(CLOOP_GENERATION_FLG ) ,Y)
930941 $(TOUCH) -c -t 200001010000 $(API_H_FILE) $(API_PAS_FILE)
942+ endif
931943
932944
933945ifeq ($(EDITLINE_FLG ) ,Y)
0 commit comments