From 65eaa9330e188d30cb12a3d4cdcf27c0166efbc0 Mon Sep 17 00:00:00 2001 From: Mario Fetka Date: Mon, 27 May 2024 17:35:34 +0200 Subject: [PATCH] Prepare Archie Repo --- build.sh | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/build.sh b/build.sh index 9a1a1b4..99ecf98 100755 --- a/build.sh +++ b/build.sh @@ -76,6 +76,16 @@ cd ${BERKDB_ROOT}/PORT/${SYSTYPE} CC="gcc" make 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 " Building ${PROSPERO_ROOT}"