From 22388c1902b4d00d1def0b416e690c58cadf69da Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Fri, 26 Mar 2004 15:31:44 +0000 Subject: [PATCH] omit CVS from configs list --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a2476770a73..9832d4c6acf 100644 --- a/Makefile +++ b/Makefile @@ -36,7 +36,7 @@ $(TOP)/configs/current: @echo @echo @echo "Please choose a configuration from the following list:" - @ls -1 $(TOP)/configs | grep -v current | grep -v default + @ls -1 $(TOP)/configs | grep -v "current\|default\|CVS" @echo @echo "Then type 'make ' (ex: 'make linux-x86')" @echo "(ignore the following error message)" -- 2.30.2