Re: [PATCH] fix bug 376 - tiny extra echo in Makefile

From: Muli Ben-Yehuda (mulix@mulix.org)
Date: Thu Feb 20 2003 - 10:49:52 EST


On Thu, Feb 20, 2003 at 09:38:58AM -0600, Kai Germaschewski wrote:
> On Thu, 20 Feb 2003, Muli Ben-Yehuda wrote:
>
> > --- 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
>
> The thing is, I cannot reproduce it here.
>
> Also, the entire rule_vmlinux__ is invoked with a '@' in front, so nothing
> there should be echoed. However, for the original submitter that obviously
> doesn't work, the ". $(src)..." line is echoed to. What version of "make"
> is used?

Burton, which make version are you using? on which distro?

FWIW, I can't reproduce it here on RH 7.3 with make 3.79.1. Trying on
debian unstable now.

-- 
Muli Ben-Yehuda
http://www.mulix.org

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Sun Feb 23 2003 - 22:00:29 EST