[156] in Zephyr Mailing List
Re: Imake from hell...
daemon@ATHENA.MIT.EDU (Greg Hudson)
Mon Apr 17 11:08:18 1995
To: mcb@mach.eng.hou.compaq.com (Mike Busby)
Cc: zephyr@MIT.EDU
In-Reply-To: Your message of "Mon, 17 Apr 1995 09:53:37 CDT."
<m0s0sBG-00000CC@mach.eng.hou.compaq.com>
Date: Mon, 17 Apr 1995 11:05:57 EDT
From: Greg Hudson <ghudson@MIT.EDU>
> This is a request for a makefile that works instead of the imake
> garbage that currently exists in the latest zephyr release. If such
> a file exists, I would appreciate a copy.
Although I didn't write the imake "garbage" in the zephyr release, I
can't say I'm terribly inclined to help people who insult the
developers and request complete replacements for pieces of the code
instead of fixes.
At any rate, I suspect you're using the imakefiles wrong if they
aren't working at all for you. The correct invocation, at the top of
the source tree, is:
imake -Iconfig -DTOPDIR=`pwd` -DCURDIR=
(Keep in mind that you're using a source snapshot, not a release. We
do plan to redo the build procedure using autoconf before the next
release.)