# This is a BitKeeper generated patch for the following project:
# Project Name: Linux kernel tree
# This patch format is intended for GNU patch command version 2.5 or higher.
# This patch includes the following deltas:
#	           ChangeSet	1.1004  -> 1.1005 
#	            Makefile	1.362   -> 1.363  
#
# The following is the BitKeeper ChangeSet Log
# --------------------------------------------
# 03/02/20	mulix@alhambra.mulix.org	1.1005
# don't print the echo command when printing 'Generating build number'
# --------------------------------------------
#
diff -Nru a/Makefile b/Makefile
--- a/Makefile	Thu Feb 20 13:40:59 2003
+++ b/Makefile	Thu Feb 20 13:40:59 2003
@@ -325,7 +325,7 @@
 define rule_vmlinux__
 	set -e
 	$(if $(filter .tmp_kallsyms%,$^),,
-	  echo '  Generating build number'
+	  @echo '  Generating build number'
 	  . $(src)/scripts/mkversion > .tmp_version
 	  mv -f .tmp_version .version
 	  $(Q)$(MAKE) $(build)=init
