From 397c37d211de908cbdb479e930d5e9bd30935606 Mon Sep 17 00:00:00 2001 From: Ron Sluiter Date: Thu, 20 Oct 2005 21:11:10 +0000 Subject: [PATCH] Using #! for user selectable lines. --- Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 5d3c764e..92f29a4a 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,9 @@ #Makefile at top of application tree +# "#!" marks lines that can be uncommented. 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