I just checked out a completely pristing package tree and did
"make" in the top-level:
[ -d xemacs-packages ] && make -C xemacs-packages autoloads
make[1]: Entering directory
`/afs/informatik.uni-tuebingen.de/pu/src/build/xemacs-package-
source/xemacs-packages'
../iterate.rules:75: xemacs-base/pdepends.mk: No such file or
directory
../iterate.rules:75: fsf-compat/pdepends.mk: No such file or directory
../iterate.rules:75: mail-lib/pdepends.mk: No such file or directory
These messages are normal.
make -w -C docbookide TARGET_BASE=./ \
pdepends.mk
make: getcwd: : No such file or directory
make[2]: Entering an unknown directory
make[2]: getcwd: : No such file or directory
cd: can't cd to ..
cd: can't cd to ..
pwd: .: No such file or directory
rm -f pdepends.mk
Creating pdepends.mk
make[2]: Leaving an unknown directory
make -w -C dictionary TARGET_BASE=./ \
pdepends.mk
make: getcwd: : No such file or directory
make[2]: Entering an unknown directory
make[2]: getcwd: : No such file or directory
... and so on, you get the picture. I'm afraid I'm getting
lost in a twisty maze of GNU make features and make included
stuff. Can somebody help?
These aren't. Something is very strange here. It looks like there are
blank variable substitutions.
Did you copy Local.rules.template to Local.rules? That's the only thing I
can think of.
What version of make are you running?