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

Koakumafile

index 018ce2c1c4ebb15fd224ccea3ce10f02d1c609bb..bbd351dcbe2d13a7bbb3de338d9fc393a5abbc94 100644 (file)
@@ -46,8 +46,10 @@ proc run {project_name} {
                        RunCommand "doas cp Server/tewi.pkg /raid/ftp/pub/tewi/ps3/tewidistps3-[exec make get-version]-nossl.pkg"
                        return
                } elseif { "$project_name" == "Tewi-MinGW-32" || "$project_name" == "Tewi-MinGW-64" } {
-                       RunCommand "rm -rf openssl"
-                       RunCommand "git clone https://github.com/clamwin/openssl"
+                       if { $once == 1 } {
+                               RunCommand "rm -rf openssl"
+                               RunCommand "git clone https://github.com/clamwin/openssl"
+                       }
                        set bits 32
                        if { "$project_name" == "Tewi-MinGW-32" } {
                                foreach filen [glob openssl/lib/mingw/x86/*] {