changeset 6428:1a59ba7d32f0

[project @ 2007-03-21 18:57:07 by jwe]
author jwe
date Wed, 21 Mar 2007 18:57:07 +0000
parents 38df68789f30
children 6ff2d413cf58
files ChangeLog octMakefile.in
diffstat 2 files changed, 10 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Wed Mar 21 18:30:52 2007 +0000
+++ b/ChangeLog	Wed Mar 21 18:57:07 2007 +0000
@@ -1,3 +1,7 @@
+2007-03-21  Paul Kienzle <pkienzle@users.sf.net>
+
+	* octMakefile.in (all): Print message after successful build.
+
 2007-03-05  John W. Eaton  <jwe@octave.org>
 
 	* configure.in (GLPK_PRE_4_14): Rename from GLPK_PRE_4_15.
--- a/octMakefile.in	Wed Mar 21 18:30:52 2007 +0000
+++ b/octMakefile.in	Wed Mar 21 18:57:07 2007 +0000
@@ -56,6 +56,12 @@
 SHELL_SCRIPTS = octave-bug octave-config mkoctfile run-octave
 
 all: $(SHELL_SCRIPTS) $(filter-out libcruft liboctave, $(SUBDIRS)) dist-info-files
+	@echo "Octave successfully built.  Now choose from the following:"
+	@echo ""
+	@echo "   ./run-octave    - to run in place"
+	@echo "   make check      - to run the tests"
+	@echo "   make install    - to install"
+	@echo ""
 .PHONY: all
 
 src: liboctave