From a455f7c32a9fa7919d33164300b0924e3980f611 Mon Sep 17 00:00:00 2001 From: Dirk Zimoch Date: Fri, 18 Mar 2016 17:01:29 +0100 Subject: [PATCH] fix the munch rule for 3.14.8 --- App/tools/driver.makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/App/tools/driver.makefile b/App/tools/driver.makefile index 5539033..953871d 100644 --- a/App/tools/driver.makefile +++ b/App/tools/driver.makefile @@ -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: %