From a63f51340b540074dd98bfc7201e2221c5671d28 Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Fri, 17 Sep 1999 03:15:37 +0000 Subject: * A few script fixes and updates for 3.78. --- Makefile.DOS.template | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'Makefile.DOS.template') diff --git a/Makefile.DOS.template b/Makefile.DOS.template index 80cb22a..7970c92 100644 --- a/Makefile.DOS.template +++ b/Makefile.DOS.template @@ -471,10 +471,14 @@ dist-hook: # Note: check-loadavg is NOT a prerequisite of check-local, since # there's no uptime utility, and the test it does doesn't make sense # on MSDOS anyway. -check-local: check-loadavg check-regression - @echo "=========================" \ - echo "Regression passed: GNU Make $(VERSION) ($(MAKE_HOST)) built with $(CC)"; \ - echo "=========================" +check-local: check-shell check-regression + @banner=" Regression PASSED: GNU Make $(VERSION) ($(MAKE_HOST)) built with $(CC) "; \ + dashes=`echo "$$banner" | sed s/./=/g`; \ + echo; \ + echo "$$dashes"; \ + echo "$$banner"; \ + echo "$$dashes"; \ + echo .PHONY: check-loadavg check-shell check-regression -- cgit v1.2.3