Skip to content

Commit

Permalink
Merge pull request #20 from epics-motor/issue19
Browse files Browse the repository at this point in the history
moved iocsh to newportApp dir; install iocsh files. Fixes #19
  • Loading branch information
kmpeters authored May 15, 2023
2 parents 022c28f + 58db91a commit f83d4a5
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ db/
dbd/
html/
include/
/iocsh/
lib/
templates/
cdCommands
Expand Down
1 change: 1 addition & 0 deletions newportApp/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ DIRS := $(DIRS) $(filter-out $(DIRS), $(wildcard *Src*))
DIRS := $(DIRS) $(filter-out $(DIRS), $(wildcard *db*))
DIRS := $(DIRS) $(filter-out $(DIRS), $(wildcard *Db*))
DIRS := $(DIRS) $(filter-out $(DIRS), $(wildcard *op*))
DIRS := $(DIRS) $(filter-out $(DIRS), $(wildcard *iocsh*))
include $(TOP)/configure/RULES_DIRS
6 changes: 6 additions & 0 deletions newportApp/iocsh/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
TOP = ../..
include $(TOP)/configure/CONFIG

#IOCSH += EXAMPLE_controller.substitutions

include $(TOP)/configure/RULES
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit f83d4a5

Please sign in to comment.