clarity fix
authorDavid Schleef <ds@schleef.org>
Fri, 12 Jan 2001 22:44:24 +0000 (22:44 +0000)
committerDavid Schleef <ds@schleef.org>
Fri, 12 Jan 2001 22:44:24 +0000 (22:44 +0000)
scripts/Configure

index 758f82bc38b7e205d88b6d4df68332855e50d7b0..225c58bc5235f60a7f78456dffb215ac0a5d4eb4 100755 (executable)
@@ -432,8 +432,11 @@ mv .tmpconfig .config
 mv .tmpconfig.h include/modbuild/config.h
 
 echo 
-echo "Makefiles for ${project} should now be configured.  Run 'make' to compile,"
-echo "and then 'make install' to install."
+echo "Makefiles for ${project} should now be configured."
+echo "Run 'make dep ; make' to compile, and then 'make install' to install."
 echo 
+echo "If ${project} has never been installed on your system,"
+echo "then run 'make dev' to build the device nodes '/dev/comedi*'."
+echo
 
 exit 0