Re: More parallelism in makefile

Andreas Schwab (schwab@issan.informatik.uni-dortmund.de)
28 Jan 1998 11:49:24 +0100


Michael Elizabeth Chastain <mec@shout.net> writes:

|> Also I've had problems with dynamic % dependencies like this:

|> $(addsuffix _modules,$(SUBDIRS)): %_modules: include/linux/version.h

|> The dependency doesn't have a % substitution, so why not just this:

|> $(addsuffix _modules,$(SUBDIRS)): include/linux/version.h

Because $* will be different.

-- 
Andreas Schwab                                      "And now for something
schwab@issan.informatik.uni-dortmund.de              completely different"
schwab@gnu.org