This is Way Off Topic, but I'm guessing module writers here may be able to
help. I posted this question a few other places first without luck, so I
apologize if it looks familiar.
I'm trying to figure out how to keep MakeMaker from building a Makefile
that access subdirectories. I like keeping the directory structure for
building the related modules, but I'd like to work with them independently.
That is, I'd like to be able to make clean or make test in the top
directory and not have it work on the directories below.
I've set 'NORECURS' => 1, in Makefile.PL and that keeps perl Makefile.PL
from recursing, but the resulting Makefile still contains references to the
subdirectories:
> fgrep bak Makefile
@cd pfe.bak && $(MAKE) all $(PASTHRU)
-cd pfe.bak && $(TEST_F) Makefile && $(MAKE) clean
...
How do you deal with this?
Bill Moseley
mailto:[EMAIL PROTECTED]