Update make output for autoconf help
authorDan Nicholson <dbn.lists@gmail.com>
Tue, 6 May 2008 22:46:40 +0000 (15:46 -0700)
committerDan Nicholson <dbn.lists@gmail.com>
Tue, 6 May 2008 22:46:40 +0000 (15:46 -0700)
Makefile

index c69dfcec7961e39b772de480cb5d1355a9d17eff..df0a0e91e3d648dd09871aa5b5425d437fdb1e34 100644 (file)
--- 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