Specified new version for sinqMotor
This commit is contained in:
11
Makefile
11
Makefile
@ -12,9 +12,6 @@ REQUIRED+=motorBase
|
||||
# Specify the version of motorBase we want to build against
|
||||
motorBase_VERSION=7.2.2
|
||||
|
||||
# Specify the commit / tag of sinqMotor we want to statically link into this driver
|
||||
SINQMOTOR = 0.1
|
||||
|
||||
# These headers allow to depend on this library for derived drivers.
|
||||
HEADERS += src/pmacAsynIPPort.h
|
||||
HEADERS += src/turboPmacAxis.h
|
||||
@ -38,11 +35,3 @@ DBDS += sinqMotor/src/sinqMotor.dbd
|
||||
DBDS += src/turboPmac.dbd
|
||||
|
||||
USR_CFLAGS += -Wall -Wextra -Weffc++ -Wunused-result -Werror # -Wpedantic // Does not work because EPICS macros trigger warnings
|
||||
|
||||
# Check out the correct version of sinqMotor and call this Makefile again with
|
||||
# the originall install command
|
||||
sinqinstall::
|
||||
git submodule update --init --recursive
|
||||
cd sinqMotor && git fetch --tags && git checkout $(SINQMOTOR)
|
||||
cd ..
|
||||
@$(MAKE) install
|
Submodule sinqMotor updated: 5502c39219...5689402375
Reference in New Issue
Block a user