From 38c5b148531b1f470956bb9d66757e7301ce0535 Mon Sep 17 00:00:00 2001 From: Dan Nicholson Date: Tue, 6 May 2008 15:46:40 -0700 Subject: Update make output for autoconf help --- Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'Makefile') 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 ' (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 -- cgit v1.2.3