]> Git repositories of Nishi - tewi.git/commitdiff
build stuff
authorNishi <nishi@nishi.boats>
Wed, 9 Oct 2024 02:56:39 +0000 (02:56 +0000)
committerNishi <nishi@nishi.boats>
Wed, 9 Oct 2024 02:56:39 +0000 (02:56 +0000)
git-svn-id: file:///raid/svn-personal/tewi/trunk@286 8739d7e6-ffea-ec47-b151-bdff447c6205

Koakumafile

index 988aec419af1b204b936dde638705d7f18e8f543..018ce2c1c4ebb15fd224ccea3ce10f02d1c609bb 100644 (file)
@@ -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