Subject: Re: make install failure in xsrc
To: None <lainestump@rcn.com>
From: Izumi Tsutsui <tsutsui@ceres.dti.ne.jp>
List: current-users
Date: 11/05/2000 12:32:15
In <wkn1ff1pkm.fsf@idris.laine.org>
lainestump@rcn.com wrote:

> I've been getting this for awhile, and a cvs update last night didn't
> solve it. Is something broken in the makefiles, or do I have something
> locally corrupt (in other words - is anybody else getting this error?)

You have to "make all" before "make install" to build xsrc/contrib
and xsrc/local. "make" does only enter into xsrc/xc.
I don't know if this is correct behavior, though.

(I think just "make build" is recommended.)
---
% pwd
/work/xsrc
% make -n
rm -f xc/xmakefile
cd xc && make World
% make -n all
rm -f xc/xmakefile
cd xc && make World
if [ ! -f contrib/Makefile ]; then  cd contrib && PATH=../xc/config/imake:$PATH  sh ../xc/config/util/xmkmf -a ../xc ../contrib;  fi
cd contrib && make
if [ ! -f local/Makefile ]; then  cd local && PATH=../xc/config/imake:$PATH  sh ../xc/config/util/xmkmf -a ../xc ../local;  fi
cd local && make
% make -n install
cd xc && make install && make install.man
cd contrib && make install && make install.man
cd local && make install && make install.man
% make -n build
make cleandir all install
% 
---
Izumi Tsutsui
tsutsui@ceres.dti.ne.jp