summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDan Nicholson <dbn.lists@gmail.com>2008-05-06 15:46:40 -0700
committerDan Nicholson <dbn.lists@gmail.com>2008-05-06 15:46:40 -0700
commit38c5b148531b1f470956bb9d66757e7301ce0535 (patch)
tree6663967abb727516ede8c5f9766f0c295f06babf /Makefile
parent8eee0146f28285bdc778051afd89088685f2c3b6 (diff)
Update make output for autoconf help
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c69dfcec796..df0a0e91e3d 100644
--- a/Makefile
+++ b/Makefile
@@ -63,9 +63,13 @@ $(TOP)/configs/current:
@echo
@echo
@echo "Please choose a configuration from the following list:"
- @ls -1 $(TOP)/configs | grep -v "current\|default\|CVS"
+ @ls -1 $(TOP)/configs | grep -v "current\|default\|CVS\|autoconf.*"
@echo
@echo "Then type 'make <config>' (ex: 'make linux-x86')"
+ @echo
+ @echo "Or, run './configure' then 'make'"
+ @echo "See './configure --help' for details"
+ @echo
@echo "(ignore the following error message)"
@exit 1