On Fri, Nov 07, 2008 at 01:23:07AM -0700, Jim Walker wrote: > Paul Cunningham wrote: > >1. usr/src/cmd/quilt/Makefile.sfw > > > Where is the unpack of the tarball? (or is it too early > > in the morning!). > > > 71 $(VER)/configure.ac: $(VER)/.patched > > This .patched target (in parent dir) magically > unpacks the tarball and applies the patches.
Yes, that was kind of cool. _After_ I figured out that I had to stop using my $APP variable and use $VER instead, to trigger the .patched rule. Dean
