From 6c32c9833f327217218129a7d092e4ac1a12e9e2 Mon Sep 17 00:00:00 2001 From: Marty Kraimer Date: Tue, 14 Oct 1997 14:21:10 +0000 Subject: [PATCH] Add rule to make build faster --- src/makeBaseApp/top/config/RULES.Vx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/makeBaseApp/top/config/RULES.Vx b/src/makeBaseApp/top/config/RULES.Vx index 1e4aaf047..1f7b59b10 100644 --- a/src/makeBaseApp/top/config/RULES.Vx +++ b/src/makeBaseApp/top/config/RULES.Vx @@ -1,3 +1,7 @@ #RULES.Vx include $(EPICS_BASE)/config/RULES.Vx inc:: $(INSTALL_INCREC) +# +# turn off implicit rules search for all binaries in base +# +$(EPICS_BASE_BIN)/* : ;