From 250f283f36e76b761c019c787c8e8283a7dc341a Mon Sep 17 00:00:00 2001
From: Martin Stjernholm <mast@lysator.liu.se>
Date: Sat, 1 May 2004 14:53:44 +0200
Subject: [PATCH] Fiddled a little with some messages.

Rev: src/modules/Makefile.in:1.49
Rev: src/modules/common_module_makefile.in:1.29
Rev: src/post_modules/Makefile.in:1.14
---
 src/modules/Makefile.in               | 8 ++++----
 src/modules/common_module_makefile.in | 4 ++--
 src/post_modules/Makefile.in          | 4 ++--
 3 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/src/modules/Makefile.in b/src/modules/Makefile.in
index 9d30b364e3..4b9b58ee26 100644
--- a/src/modules/Makefile.in
+++ b/src/modules/Makefile.in
@@ -1,4 +1,4 @@
-# $Id: Makefile.in,v 1.48 2003/12/07 16:14:34 marcus Exp $
+# $Id: Makefile.in,v 1.49 2004/05/01 12:53:44 mast Exp $
 
 @make_variables@
 
@@ -14,7 +14,7 @@ force:
 	@:
 
 $(MODULES): Makefile force
-	  @echo Making $@; \
+	  @echo Making modules/$@; \
 	  ( cd $@ && \
 	    (  rm remake >/dev/null 2>&1 || : ) && \
 	    ( $(MAKE) $(MAKE_FLAGS) || \
@@ -85,7 +85,7 @@ spotless: clean_here
 verify:
 	@for a in $(MODULES) ; do \
 	  ( cd $$a && \
-	    echo verifying $$a && \
+	    echo Verifying $$a && \
 	    ${MAKE} $(MAKE_FLAGS) verify \
 	  ) || exit $$? ; \
 	done
@@ -99,7 +99,7 @@ verbose_verify:
 
 fdtestsuites:
 	@for a in $(MODULES) ; do \
-	  echo $$a ; \
+	  echo Making testsuite in $$a ; \
 	  $(TMP_BINDIR)/mktestsuite $(SRCDIR)/$$a/testsuite.in >$$a/testsuite -DSRCDIR=$(SRCDIR)/$$a || exit $$? ; \
 	done	
 
diff --git a/src/modules/common_module_makefile.in b/src/modules/common_module_makefile.in
index 05adcb7154..0071984afb 100644
--- a/src/modules/common_module_makefile.in
+++ b/src/modules/common_module_makefile.in
@@ -1,5 +1,5 @@
 #
-# $Id: common_module_makefile.in,v 1.28 2004/04/17 16:00:41 marcus Exp $
+# $Id: common_module_makefile.in,v 1.29 2004/05/01 12:53:44 mast Exp $
 #
 # Contains stuff common to both dynamic_module_makefile and
 # static_module_makefile.
@@ -151,7 +151,7 @@ depend: $(SRC_TARGETS) $(PMOD_TARGETS) Makefile
 	@CONFIG_FILES=Makefile CONFIG_HEADERS="" ./config.status
 	@for a in '' $(MODULE_SUBDIRS) ; do \
 	  if test "x$$a" = "x"; then :; else \
-	    echo making depend in $$a; \
+	    echo Making depend in $$a; \
 	    ( cd $$a && { \
 	      rm -f remake; \
 	      $(MAKE) $(MAKE_FLAGS) depend || \
diff --git a/src/post_modules/Makefile.in b/src/post_modules/Makefile.in
index 9a34f4ba57..157ad803b8 100644
--- a/src/post_modules/Makefile.in
+++ b/src/post_modules/Makefile.in
@@ -1,4 +1,4 @@
-# $Id: Makefile.in,v 1.13 2003/12/07 16:14:34 marcus Exp $
+# $Id: Makefile.in,v 1.14 2004/05/01 12:53:44 mast Exp $
 
 @make_variables@
 
@@ -15,7 +15,7 @@ force:
 
 $(MODULES) no : force
 	@if [ "$@" = "no" ]; then :; else \
-	  echo Making $@; \
+	  echo Making post_modules/$@; \
 	  ( cd $@ && \
 	    (  rm remake >/dev/null 2>&1 || : ) && \
 	    ( $(MAKE) $(MAKE_FLAGS) || \
-- 
GitLab