[294] in Zephyr_Bugs
config.Imakefile and such...
daemon@ATHENA.MIT.EDU (Derek Atkins)
Fri Jul 12 23:10:26 1991
Date: Fri, 12 Jul 91 19:52:20 PDT
From: warlord@baraka.Eng.Sun.COM (Derek Atkins)
To: bug-zephyr@MIT.EDU
When you change the configuration so that it builds imake for
you (because you dont have it already), it builds it fine, but it
never uses the BUILDTOP path to execute it....
if you change it:
#ifndef OTHER_IMAKE
IMAKE=$(BUILDTOP)/imake/imake -I$(BUILDTOP)/config -TImake.template
#else
IMAKE=imake -I$(BUILDTOP)/config -TImake.template
#endif
It will solve the problem.....
---------------------
The Imakefile for zstat has a strange entry in it:
depend::
(cd ../../server; make src)
This causes the build to lose!
If I find more as I continue to try the build, Ill send more reports...
BTW -- This is from /mit/zephyr/src --- NOT from athena-dist....
Happy hacking.
-derek