Subversion Repositories Tewi

Rev

Rev 285 | Rev 287 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 285 Rev 286
Line 1... Line 1...
1
# $Id: Koakumafile 285 2024-10-09 02:54:37Z nishi $
1
# $Id: Koakumafile 286 2024-10-09 02:56:39Z nishi $
2
# vim: syntax=tcl
2
# vim: syntax=tcl
3
 
3
 
4
proc run {project_name} {
4
proc run {project_name} {
5
	set once 1
5
	set once 1
6
	while 1 {
6
	while 1 {
Line 61... Line 61...
61
			}
61
			}
62
			set win "win$bits"
62
			set win "win$bits"
63
			RunCommand "./installer.sh $win"
63
			RunCommand "./installer.sh $win"
64
			RunCommand "doas mkdir -p /raid/f/g/tewi/$win"
64
			RunCommand "doas mkdir -p /raid/f/g/tewi/$win"
65
			RunCommand "doas mkdir -p /raid/ftp/pub/tewi/$win"
65
			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"
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.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.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.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 } {
70
			return
71
				return
-
 
72
			}
-
 
73
			set once 0
-
 
74
			continue
71
		} else {
75
		} else {
72
			RunCommand "make"
76
			RunCommand "make"
73
			return
77
			return
74
		}
78
		}
75
		file mkdir workdir
79
		file mkdir workdir