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

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

bug#6246: 24.0.50; Circular dependencies in lib-src/Makefile.in


From: Jan Djärv
Subject: bug#6246: 24.0.50; Circular dependencies in lib-src/Makefile.in
Date: Sat, 22 May 2010 14:05:09 +0200
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.9) Gecko/20100423 Thunderbird/3.0.4

2010-05-22 09:54, Eli Zaretskii skrev:
Building Emacs outside of the source tree triggers the following
warnings from Make:

   make[2]: Circular /home/e/eliz/bzr/emacs/trunk/lib-src/rcs2log<- 
/home/e/eliz/bzr/emacs/trunk/lib-src/rcs2log dependency dropped.
   make[2]: Circular /home/e/eliz/bzr/emacs/trunk/lib-src/vcdiff<- 
/home/e/eliz/bzr/emacs/trunk/lib-src/vcdiff dependency dropped.
   make[2]: Circular /home/e/eliz/bzr/emacs/trunk/lib-src/rcs-checkin<- 
/home/e/eliz/bzr/emacs/trunk/lib-src/rcs-checkin dependency dropped.
   make[2]: Circular /home/e/eliz/bzr/emacs/trunk/lib-src/grep-changelog<- 
/home/e/eliz/bzr/emacs/trunk/lib-src/grep-changelog dependency dropped.

I think the problem is that we have both VPATH and an explicit
dependency for these files in lib-src/Makefile.in.



I seen this but ignored it. These scripts doesn't seem to be very important, I never had any problems running an uninstalled emacs without them. I don't use RCS, vcdiff seems to be used only for SCCS, and I didn't find any usage of grep-changelog.

I have checked in a fix.

        Jan D.






reply via email to

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