From 237c891c5361747809f81160e4a1338681fde4fd Mon Sep 17 00:00:00 2001 From: Nishi Date: Thu, 17 Oct 2024 04:36:30 +0000 Subject: [PATCH] remove module support git-svn-id: file:///raid/svn-personal/tewi/trunk@371 8739d7e6-ffea-ec47-b151-bdff447c6205 --- Koakumafile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Koakumafile b/Koakumafile index 70d6462..650ff48 100644 --- a/Koakumafile +++ b/Koakumafile @@ -40,7 +40,7 @@ proc run {project_name} { set ::env(WATCOM) "/usr/watcom" set ::env(INCLUDE) "/usr/watcom/h" set ::env(PATH) "$::env(PATH):/usr/watcom/binl64" - RunCommand "rm -rf os2" + RunCommand "rm -rf os2 tewidist.zip" RunCommand "make PLATFORM=os2" RunCommand "make PLATFORM=os2 install DESTDIR=os2/" cd os2/C: @@ -55,7 +55,7 @@ proc run {project_name} { set ::env(WATCOM) "/usr/watcom" set ::env(NOVELLNDK) "/usr/novell/clib" set ::env(PATH) "$::env(PATH):/usr/watcom/binl64" - RunCommand "rm -rf netware" + RunCommand "rm -rf netware tewidist.zip" RunCommand "make PLATFORM=netware" RunCommand "make PLATFORM=netware install DESTDIR=netware/" cd netware/SYS: -- 2.43.0