Skip to content

Commit

Permalink
export module makefile variables
Browse files Browse the repository at this point in the history
  • Loading branch information
mdavidsaver committed Jul 19, 2018
1 parent 090ba13 commit 7f036e6
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
/dbd/
/include/
/lib/
/cfg/
O.*/
html/
rtf
Expand Down
2 changes: 2 additions & 0 deletions configure/CONFIG_MRFIOC2_MODULE
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
MRFIOC2_MRM_LIBS = evgmrm evrMrm evr mrmShared mrfCommon
MRFIOC2_MRM_DBDS = evgInit.dbd drvemSupport.dbd
3 changes: 3 additions & 0 deletions configure/CONFIG_MRFIOC2_VERSION
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
MRFIOC2_MAJOR_VERSION = 2
MRFIOC2_MINOR_VERSION = 2
MRFIOC2_MAINTENANCE_VERSION = 1
3 changes: 3 additions & 0 deletions configure/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,8 @@ CHECK_RELEASE = YES
TARGETS = $(CONFIG_TARGETS)
CONFIGS += $(subst ../,,$(wildcard $(CONFIG_INSTALLS)))

CFG += CONFIG_MRFIOC2_MODULE
CFG += CONFIG_MRFIOC2_VERSION

include $(TOP)/configure/RULES

2 changes: 1 addition & 1 deletion mrfCommon/src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ USR_CPPFLAGS += -DDEBUG_PRINT

export PERL5LIB=$(EPICS_BASE)/lib/perl

MRF_VERSION = 2.2.1
MRF_VERSION = $(MRFIOC2_MAJOR_VERSION).$(MRFIOC2_MINOR_VERSION).$(MRFIOC2_MAINTENANCE_VERSION)

#---------------------
# Install include files
Expand Down
2 changes: 1 addition & 1 deletion release-checklist.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Change version number
documentation/Doxyfile
documentation/mainpage.h
mrfCommon/src/Makefile
configure/CONFIG_MRFIOC2_VERSION

0 comments on commit 7f036e6

Please sign in to comment.