forked from epics_driver_modules/motorBase
Merge branch 'master' of github.com:epics-modules/motor
This commit is contained in:
@@ -13,9 +13,21 @@ pwd
|
||||
. ./.ci/travis/utils.sh
|
||||
|
||||
# Add SUPPORT to RELEASE.local in the cache directory
|
||||
update_release_local SUPPORT ${CACHEDIR}
|
||||
#!update_release_local SUPPORT ${CACHEDIR}
|
||||
# Copy the RELEASE.local from the cache directory to motor's configure directory
|
||||
[ -e ./configure ] && cp -f ${CACHEDIR}/RELEASE.local ./configure/RELEASE.local
|
||||
#![ -e ./configure ] && cp -f ${CACHEDIR}/RELEASE.local ./configure/RELEASE.local
|
||||
|
||||
echo -e "${ANSI_BLUE}Updated contents of RELEASE.local${ANSI_RESET}"
|
||||
cat ${CACHEDIR}/RELEASE.local
|
||||
#!echo -e "${ANSI_BLUE}Updated contents of RELEASE.local${ANSI_RESET}"
|
||||
#!cat ${CACHEDIR}/RELEASE.local
|
||||
|
||||
# Comment out SUPPORT from motor's RELEASE file
|
||||
sed -i -e "s|^\(SUPPORT=.*\)$|#\1|g" ./configure/RELEASE
|
||||
#
|
||||
echo -e "${ANSI_BLUE}Updated motor/configure/RELEASE${ANSI_RESET}"
|
||||
grep SUPPORT ./configure/RELEASE
|
||||
|
||||
# Comment out SUPPORT from motorOms's RELEASE file
|
||||
sed -i -e "s|^\(SUPPORT=.*\)$|#\1|g" ./modules/motorOms/configure/RELEASE
|
||||
#
|
||||
echo -e "${ANSI_BLUE}Updated motor/modules/motorOms/configure/RELEASE${ANSI_RESET}"
|
||||
grep SUPPORT ./modules/motorOms/configure/RELEASE
|
||||
|
||||
@@ -91,5 +91,8 @@ endif
|
||||
$(ECHO) Creating $@, EPICS_BASE = $(EPICS_BASE)
|
||||
@echo EPICS_BASE = $(EPICS_BASE)>> $@
|
||||
|
||||
$(ECHO) Creating $@, SUPPORT = $(SUPPORT)
|
||||
@echo SUPPORT = $(SUPPORT)>> $@
|
||||
|
||||
realclean:
|
||||
$(RM) $(RELEASE_LOCAL)
|
||||
|
||||
+1
-1
Submodule modules/motorHytec updated: b82e4a4bee...aaa9af21ec
+1
-1
Submodule modules/motorOmsAsyn updated: 4fdd003bce...549bd6dc24
@@ -14,5 +14,6 @@ SoftMotorSrc_DEPEND_DIRS = MotorSrc
|
||||
|
||||
DIRS += op
|
||||
DIRS += Db
|
||||
DIRS += iocsh
|
||||
|
||||
include $(TOP)/configure/RULES_DIRS
|
||||
|
||||
@@ -0,0 +1,4 @@
|
||||
TOP = ../..
|
||||
include $(TOP)/configure/CONFIG
|
||||
|
||||
include $(TOP)/configure/RULES
|
||||
Reference in New Issue
Block a user