Source
xxxxxxxxxx
--- src/Makefile 2006-08-27 16:20:05.000000000 +0200
+++ src/Makefile 2006-08-27 16:44:37.000000000 +0200
# Build the entire system for the first time
world:
- cd config; sh autoconf $(CC)
cd runtime; make all
cp runtime/camlrunm$(EXE) .
cd mosmlyac; make all
cd compiler; make install
cd toolssrc; make install
cd lex; make install
- (cd $(INCDIR)/..; rm -f config; ln -s include config)
cd doc; make install
# Remove all generated files