Subversion Repositories Tewi

Rev

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

Rev 354 Rev 361
Line 1... Line 1...
1
# $Id: Koakumafile 354 2024-10-16 08:42:57Z nishi $
1
# $Id: Koakumafile 361 2024-10-17 00:37:10Z 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 49... Line 49...
49
			RunCommand "doas mkdir -p /raid/f/g/tewi/os2"
49
			RunCommand "doas mkdir -p /raid/f/g/tewi/os2"
50
			RunCommand "doas mkdir -p /raid/ftp/pub/tewi/os2"
50
			RunCommand "doas mkdir -p /raid/ftp/pub/tewi/os2"
51
			RunCommand "doas cp tewidist.zip /raid/f/g/tewi/os2/tewidistos2-[exec make get-version]-nossl.zip"
51
			RunCommand "doas cp tewidist.zip /raid/f/g/tewi/os2/tewidistos2-[exec make get-version]-nossl.zip"
52
			RunCommand "doas cp tewidist.zip /raid/ftp/pub/tewi/os2/tewidistos2-[exec make get-version]-nossl.zip"
52
			RunCommand "doas cp tewidist.zip /raid/ftp/pub/tewi/os2/tewidistos2-[exec make get-version]-nossl.zip"
53
			return
53
			return
-
 
54
		} elseif { "$project_name" == "Tewi-NetWare" } {
-
 
55
			set ::env(WATCOM) "/usr/watcom"
-
 
56
			set ::env(NOVELLNDK) "/usr/novell/clib"
-
 
57
			set ::env(PATH) "$::env(PATH):/usr/watcom/binl64"
-
 
58
			RunCommand "rm -rf netware"
-
 
59
			RunCommand "make PLATFORM=netware"
-
 
60
			RunCommand "make PLATFORM=netware install DESTDIR=netware/"
-
 
61
			cd netware/SYS:
-
 
62
			RunCommand "zip -rv ../../tewidist.zip Tewi"
-
 
63
			cd ../..
-
 
64
			RunCommand "doas mkdir -p /raid/f/g/tewi/netware"
-
 
65
			RunCommand "doas mkdir -p /raid/ftp/pub/tewi/netware"
-
 
66
			RunCommand "doas cp tewidist.zip /raid/f/g/tewi/netware/tewidistnw-[exec make get-version]-nossl.zip"
-
 
67
			RunCommand "doas cp tewidist.zip /raid/ftp/pub/tewi/os2/tewidistnw-[exec make get-version]-nossl.zip"
-
 
68
			return
54
		} elseif { "$project_name" == "Tewi-PSP" } {
69
		} elseif { "$project_name" == "Tewi-PSP" } {
55
			RunCommand "./psp.sh"
70
			RunCommand "./psp.sh"
56
			RunCommand "doas mkdir -p /raid/f/g/tewi/psp"
71
			RunCommand "doas mkdir -p /raid/f/g/tewi/psp"
57
			RunCommand "doas mkdir -p /raid/ftp/pub/tewi/psp"
72
			RunCommand "doas mkdir -p /raid/ftp/pub/tewi/psp"
58
			RunCommand "doas cp tewidist.zip /raid/f/g/tewi/psp/tewidistpsp-[exec make get-version]-nossl.zip"
73
			RunCommand "doas cp tewidist.zip /raid/f/g/tewi/psp/tewidistpsp-[exec make get-version]-nossl.zip"