Fix the 3.15 'make inc' build target

Now generates and installs dbd, header and html files.
No compilation involved/required.
This commit is contained in:
Andrew Johnson
2021-03-10 22:05:39 -06:00
parent 9184983cf0
commit c359b49aed
5 changed files with 12 additions and 4 deletions
+3
View File
@@ -19,7 +19,10 @@ BPT_DBD += bptTypeJdegC.dbd
BPT_DBD += bptTypeJdegF.dbd
BPT_DBD += bptTypeKdegC.dbd
BPT_DBD += bptTypeKdegF.dbd
ifneq (inc,$(strip $(MAKECMDGOALS)))
DBD += $(BPT_DBD)
endif
PROD_HOST += makeBpt
+2
View File
@@ -86,6 +86,8 @@ CLEANS += epics-base-$(T_A).pc@
include $(TOP)/configure/RULES
inc: $(INSTALLS_PERL_MODULES) $(INSTALL_SCRIPTS)
epics-base-$(T_A).pc@: ../epics-base-arch.pc@
@$(RM) $@
@$(CP) $< $@