Skip to content

Commit

Permalink
Merge pull request #59 from ISISComputingGroup/merge_r7_3_to_master
Browse files Browse the repository at this point in the history
merge in epics-motor R7-3 to our master
  • Loading branch information
FreddieAkeroyd authored Jun 2, 2023
2 parents 407a34f + 78ba65e commit ddcc4e9
Show file tree
Hide file tree
Showing 2,215 changed files with 1,657,752 additions and 16,189 deletions.
164 changes: 0 additions & 164 deletions .ci/travis-prepare.sh

This file was deleted.

9 changes: 9 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,21 @@ O.*
/include/
/lib/
/templates/
bin/
/db/
dbd/
html/
include/
/iocsh/
lib/
templates/
cdCommands
envPaths
dllPath*.bat
auto_settings.sav*
auto_positions.sav*
.ccfxprepdir/
*.local
runIOC.bat
runIOC.sh
relPaths.sh
Expand Down
27 changes: 0 additions & 27 deletions .travis.yml

This file was deleted.

12 changes: 2 additions & 10 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,7 @@ include $(TOP)/configure/CONFIG
DIRS += configure motorApp
motorApp_DEPEND_DIRS = configure

# To build motor examples;
# 1st - uncomment lines below.
# 2nd - uncomment required support module lines at the bottom of
# <motor>/configure/RELEASE.
# 3rd - make clean uninstall
# 4th - make

DIRS += motorExApp iocBoot
motorExApp_DEPEND_DIRS = motorApp
iocBoot_DEPEND_DIRS = motorExApp
DIRS += modules
modules_DEPEND_DIRS = motorApp

include $(TOP)/configure/RULES_TOP
Loading

0 comments on commit ddcc4e9

Please sign in to comment.