Prepare Archie Repo

This commit is contained in:
Mario Fetka 2024-05-27 17:35:34 +02:00
parent 106d275b72
commit 65eaa9330e

View File

@ -76,6 +76,16 @@ cd ${BERKDB_ROOT}/PORT/${SYSTYPE}
CC="gcc" make CC="gcc" make
cd ${WORLD_ROOT} cd ${WORLD_ROOT}
echo ""
echo "===================================================================="
echo " Prepare ${ARCHIE_ROOT}"
echo "===================================================================="
echo ""
cd ${ARCHIE_ROOT}
cp Makefile.in Makefile
make all_depend
cd ${WORLD_ROOT}
echo "" echo ""
echo "====================================================================" echo "===================================================================="
echo " Building ${PROSPERO_ROOT}" echo " Building ${PROSPERO_ROOT}"