From 2f2d8924c14600111f73270757d1794d28fc259a Mon Sep 17 00:00:00 2001 From: Ron Sluiter Date: Tue, 17 Feb 2004 21:50:11 +0000 Subject: [PATCH] Default to not buiding motorExApp and iocBoot. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 7361a508..5d3c764e 100644 --- a/Makefile +++ b/Makefile @@ -3,6 +3,6 @@ TOP = . include $(TOP)/configure/CONFIG DIRS := $(DIRS) $(filter-out $(DIRS), configure) DIRS := $(DIRS) $(filter-out $(DIRS), motorApp) -DIRS := $(DIRS) $(filter-out $(DIRS), motorExApp) -DIRS := $(DIRS) $(filter-out $(DIRS), iocBoot) +#DIRS := $(DIRS) $(filter-out $(DIRS), motorExApp) +#DIRS := $(DIRS) $(filter-out $(DIRS), iocBoot) include $(TOP)/configure/RULES_TOP