Skip to content
Snippets Groups Projects
Commit a455f7c3 authored by Dirk Zimoch's avatar Dirk Zimoch
Browse files

fix the munch rule for 3.14.8

parent 33bdc54e
No related branches found
No related tags found
No related merge requests found
......@@ -865,8 +865,11 @@ SNCFLAGS += -r
gdc $(*F).gt
# The original EPICS munching rules do not really work well
# Call the native vxWorks munch program
MUNCH_5=tclsh $(VX_DIR)/host/src/hutils/munch.tcl
MUNCH_6=tclsh $(VX_DIR)/host/resource/hutils/tcl/munch.tcl
MUNCH_=$(MUNCH_5)
# VXWORKS_MAJOR_VERSION exsists since EPICS 3.14.12 or so
MUNCH=$(MUNCH_$(VXWORKS_MAJOR_VERSION))
%.munch: CMPLR=TRAD
%.munch: %
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment