emacs-pretest-bug
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: make relinks emacs even if it's not necessary


From: Han Boetes
Subject: Re: make relinks emacs even if it's not necessary
Date: Tue, 28 Oct 2003 10:53:43 +0059
User-agent: Mutt/1.5.4i

It gets weirder.

suppose the following:

  cd ~/src/emacs/
  ./configure --with-x
  make
  cd src
  make


And you will see `make' will relink emacs. So will each successive `make'
result in relinking emacs.

  make -t


Still the same story.

  make -t ; make -t

I don't what greater magic just happened here but from now on `make'
believes it's OK.

I bet it has something to do with one of the two `touch stamp-oldxmenu'
lines in `src/Makefile.in'. Since it only happens if you build with X
support.

This happens both with bsd-make and gmake.




# Han




reply via email to

[Prev in Thread] Current Thread [Next in Thread]