From 45b87d7448cd5f91400a93a362a3a84515f4d085 Mon Sep 17 00:00:00 2001 From: kpetersn Date: Thu, 25 Apr 2019 17:20:54 -0500 Subject: [PATCH 1/2] Added build rule to allow *.req files to be installed when building against base 3.14 --- motorApp/Db/Makefile | 36 ++++++++++++++++++++++++++++-------- 1 file changed, 28 insertions(+), 8 deletions(-) diff --git a/motorApp/Db/Makefile b/motorApp/Db/Makefile index c740677f..a25d43a8 100644 --- a/motorApp/Db/Makefile +++ b/motorApp/Db/Makefile @@ -15,15 +15,30 @@ include $(TOP)/configure/CONFIG #---------------------------------------------------- # Create and install (or just install) # databases, templates, substitutions like this -DB += motor.db -DB += basic_motor.db -DB += basic_asyn_motor.db -DB += TransPos.db -DB += motorUtil.db -DB += asyn_motor.db -DB += profileMoveController.template -DB += profileMoveAxis.template DB += asyn_auto_power.db +DB += asyn_motor.db +DB += asyn_motor_positions.req +DB += asyn_motor_settings.req +DB += basic_asyn_motor.db +DB += basic_motor.db +DB += basic_motor_settings.req +DB += coordTrans2D.db +DB += motor.db +DB += motor_positions.req +DB += motor_settings.req +DB += motorUtil.db +DB += profileMoveAxis.template +DB += profileMoveAxis_settings.req +DB += profileMoveController.template +DB += profileMoveController_settings.req +DB += pseudoMotor.db +DB += pseudoMotor_settings.req +DB += SoftMotorEx.db +DB += softMotorTest.db +DB += sumDiff2D.db +DB += trajectoryScan.db +DB += trajectoryScan_settings.req +DB += TransPos.db #---------------------------------------------------- # Declare template files which do not show up in DB @@ -32,3 +47,8 @@ DB += asyn_auto_power.db include $(TOP)/configure/RULES #---------------------------------------- # ADD RULES AFTER THIS LINE + +ifeq ($(BASE_3_14),YES) +# Only needed for 3.14 build rules: +vpath %.req $(USR_VPATH) $(GENERIC_SRC_DIRS) +endif From fb8832b9029effbf019aa47d257e82a0190e5295 Mon Sep 17 00:00:00 2001 From: kpetersn Date: Thu, 25 Apr 2019 17:24:37 -0500 Subject: [PATCH 2/2] Updated motorAerotech and motorNewport to include rule to allow building against base 3.14 --- modules/motorAerotech | 2 +- modules/motorNewport | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/motorAerotech b/modules/motorAerotech index f7cdc80b..8234d387 160000 --- a/modules/motorAerotech +++ b/modules/motorAerotech @@ -1 +1 @@ -Subproject commit f7cdc80bee82cfe8bee4c3ffc4916d8b9845407a +Subproject commit 8234d387e24408191495551e45713d115d995639 diff --git a/modules/motorNewport b/modules/motorNewport index c1f3bacc..cdd60e59 160000 --- a/modules/motorNewport +++ b/modules/motorNewport @@ -1 +1 @@ -Subproject commit c1f3baccdb96e12c487bfd39d81b30964f9087c5 +Subproject commit cdd60e596f2e2855af6fd76c4320e7ed6102542f