Skip to content

Commit

Permalink
Merge pull request #11 from epics-motor/issue7
Browse files Browse the repository at this point in the history
moved iocsh to newFocusApp dir; install iocsh files.  Fixes #10
  • Loading branch information
kmpeters authored May 15, 2023
2 parents 8d909a3 + 171e4f1 commit 532fb45
Show file tree
Hide file tree
Showing 4 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 newFocusApp/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ DIRS := $(DIRS) $(filter-out $(DIRS), $(wildcard *src*))
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 *iocsh*))
include $(TOP)/configure/RULES_DIRS
6 changes: 6 additions & 0 deletions newFocusApp/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.

0 comments on commit 532fb45

Please sign in to comment.