diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 <config>' (ex: 'make linux-x86')" @echo "(ignore the following error message)" |