> From: Per Jessen <[EMAIL PROTECTED]> > Date: Fri, 29 Feb 2008 18:38:09 +0100 > Y-Perjessen: Fri Feb 29 18:38:09 CET 2008 > > Eli Zaretskii wrote: > > > Can you show a self-contained excerpt from this Makefile, where all > > the dependencies and the corresponding rules of a single > > xx/yy/EMAILADDR.send target are spelled out? > > I've put one together : > > http://jessen.ch/files/makefile-for-eli > > This one still has includes for the userdeps.* files, but I thought it > might be helpful to show how they are built.
It also lacks the crucial rules and dependencies to produce `userlist', which is a prerequisite for `all'. > http://jessen.ch/files/makefile-for-eli2 > > This one is completely self-contained. I cannot fetch this one: I get 404. > > Also, are there any recursive Make invocations in this Makefile, and > > if so, can you show the targets/rules which run them? > > Nope, no recursive stuff at all. There is one re-execute when the > userdeps file is built and included. Yes, that's what made me think there was some recursion. I see my mistake now. _______________________________________________ Help-make mailing list Help-make@gnu.org http://lists.gnu.org/mailman/listinfo/help-make