Changeset 286 in Main for trunk


Ignore:
Timestamp:
Oct 9, 2024, 11:56:39 AM (5 weeks ago)
Author:
Nishi
Message:

build stuff

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Koakumafile

    r285 r286  
    6464                        RunCommand "doas mkdir -p /raid/f/g/tewi/$win"
    6565                        RunCommand "doas mkdir -p /raid/ftp/pub/tewi/$win"
    66                         RunCommand "doas cp install-ssl.exe /raid/f/g/tewi/$win/tewiinst$bits-[exec make get-version]-ssl.exe"
    67                         RunCommand "doas cp install-nossl.exe /raid/f/g/tewi/$win/tewiinst$bits-[exec make get-version]-nossl.exe"
    68                         RunCommand "doas cp install-ssl.exe /raid/ftp/pub/tewi/$win/tewiinst$bits-[exec make get-version]-ssl.exe"
    69                         RunCommand "doas cp install-nossl.exe /raid/ftp/pub/tewi/$win/tewiinst$bits-[exec make get-version]-nossl.exe"
    70                         return
     66                        RunCommand "doas cp install-ssl.exe /raid/f/g/tewi/$win/tewiinst$bits-[exec make get-version]-ssl$suf.exe"
     67                        RunCommand "doas cp install-nossl.exe /raid/f/g/tewi/$win/tewiinst$bits-[exec make get-version]-nossl$suf.exe"
     68                        RunCommand "doas cp install-ssl.exe /raid/ftp/pub/tewi/$win/tewiinst$bits-[exec make get-version]-ssl$suf.exe"
     69                        RunCommand "doas cp install-nossl.exe /raid/ftp/pub/tewi/$win/tewiinst$bits-[exec make get-version]-nossl$suf.exe"
     70                        if { $once == 0 } {
     71                                return
     72                        }
     73                        set once 0
     74                        continue
    7175                } else {
    7276                        RunCommand "make"
Note: See TracChangeset for help on using the changeset viewer.