[tex-live] Compile problem with source.development@today:06:00
Thomas Esser
te@dbs.uni-hannover.de
Mon, 16 Dec 2002 21:50:14 +0100
> I do have a request: a make clean that produces a true clean setup. The
> current setup may break if you do
If you don't need the cjkutils, you can just do
p4 sync
(rm -rf /else/where; mkdir -p /else/where; cd /else/where;
/texlive/Build/source.development/configure; make)
p4 sync with earlier date
(rm -rf /else/where; mkdir -p /else/where; cd /else/where;
/texlive/Build/source.development/configure; make)
Once I have cleaned up the cjkutils part, the whole TeX Live can be build
outside the source tree.
Thomas