[2626] in Release_Engineering
Re: "delete" project for release 7.3
jik@ATHENA.MIT.EDU (jik@ATHENA.MIT.EDU)
Wed Jun 5 19:11:01 1991
% ls /afs/rel-eng/system/config/$bindir
imake imake.real
% set path = (!$ $path)
set path = ( /afs/rel-eng/system/config/$bindir $path )
% which imake
/afs/rel-eng/system/config/rsaixbin/imake
% imake -I/source/config -DTOPDIR=/source
line 3: cannot find include file Imake.tmpl
imake.real: Signal 2. Stop.
%
I think you're missing a $* at the end of the invocation of
imake.real.
Also, the imake script should exec imake.real, not just run it.