From 0347cbbcbc524aae946cf46b9cc412136503f101 Mon Sep 17 00:00:00 2001 From: Nishi Date: Wed, 9 Oct 2024 02:56:39 +0000 Subject: [PATCH] build stuff git-svn-id: file:///raid/svn-personal/tewi/trunk@286 8739d7e6-ffea-ec47-b151-bdff447c6205 --- Koakumafile | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/Koakumafile b/Koakumafile index 988aec4..018ce2c 100644 --- a/Koakumafile +++ b/Koakumafile @@ -63,11 +63,15 @@ proc run {project_name} { RunCommand "./installer.sh $win" RunCommand "doas mkdir -p /raid/f/g/tewi/$win" RunCommand "doas mkdir -p /raid/ftp/pub/tewi/$win" - RunCommand "doas cp install-ssl.exe /raid/f/g/tewi/$win/tewiinst$bits-[exec make get-version]-ssl.exe" - RunCommand "doas cp install-nossl.exe /raid/f/g/tewi/$win/tewiinst$bits-[exec make get-version]-nossl.exe" - RunCommand "doas cp install-ssl.exe /raid/ftp/pub/tewi/$win/tewiinst$bits-[exec make get-version]-ssl.exe" - RunCommand "doas cp install-nossl.exe /raid/ftp/pub/tewi/$win/tewiinst$bits-[exec make get-version]-nossl.exe" - return + RunCommand "doas cp install-ssl.exe /raid/f/g/tewi/$win/tewiinst$bits-[exec make get-version]-ssl$suf.exe" + RunCommand "doas cp install-nossl.exe /raid/f/g/tewi/$win/tewiinst$bits-[exec make get-version]-nossl$suf.exe" + RunCommand "doas cp install-ssl.exe /raid/ftp/pub/tewi/$win/tewiinst$bits-[exec make get-version]-ssl$suf.exe" + RunCommand "doas cp install-nossl.exe /raid/ftp/pub/tewi/$win/tewiinst$bits-[exec make get-version]-nossl$suf.exe" + if { $once == 0 } { + return + } + set once 0 + continue } else { RunCommand "make" return -- 2.45.2