> From: Justin Erenkrantz [mailto:[EMAIL PROTECTED] > Sent: 18 April 2002 20:05 > To: dev@apr.apache.org > Subject: [PATCH] Get dependency generation working with VPATH > > > Since this is a fairly large patch, I'll post it first to give > people a chance to comment. > > This attempts to get "make depend" working when using VPATH. Since > we rely on $(srcdir) to always be defined, I'm adding srcdir and > VPATH to all Makefiles. This also has the (good) side-effect of > making these variables persist across config.status invocations. > > I also switched from using the mkdep.sh script to creating a .deps > file (which is what httpd-2.0 uses). Is there any reason to keep > on using the old way? I much prefer creating a .deps file than > hacking the Makefile. > > Thoughts? -- justin
+1 on using .deps everywhere. I'd like APR and httpd to have a consistent build system. No comments on the rest (no time to review). Sander