emacs-devel
[Top][All Lists]
Advanced

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

Re: Updating deps/*.d files


From: Paul Eggert
Subject: Re: Updating deps/*.d files
Date: Thu, 22 Sep 2011 16:10:25 -0700
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.22) Gecko/20110906 Fedora/3.1.14-1.fc14 Thunderbird/3.1.14

On 09/22/11 14:45, Richard Stallman wrote:
> Is there a make target to update them?
> I can't see one, and it was just a pain in the neck.

There's no make target for them.  We could add one by
appending something like the following to src/autodeps.mk:

dependencies: $(ALLOBJS)

and then one could type "make dependencies".

I'm not sure this would be a good idea, though.
Why was it a pain in the neck?  What happened?
Perhaps we could fix the underlying problem directly,
with no need for a manual "make dependencies" action.



reply via email to

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