mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-19 08:10:32 +01:00
omit CVS from configs list
This commit is contained in:
parent
26f334a679
commit
22388c1902
1 changed files with 1 additions and 1 deletions
2
Makefile
2
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 <config>' (ex: 'make linux-x86')"
|
||||
@echo "(ignore the following error message)"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue