From: Jean-Claude Wippler Date: Thu, 5 Apr 2007 00:08:39 +0000 (+0000) Subject: Changed "Sh" to "Run", and added explicit "Run sh" calls for all shell scripts, X-Git-Url: http://privyetmir.co.uk/gitweb?a=commitdiff_plain;h=c736158e848e1be66293a4b7e1ed5c0e393471d6;p=kitgen Changed "Sh" to "Run", and added explicit "Run sh" calls for all shell scripts, such as the configure scripts. This is needed for MSYS/Mingw. git-svn-id: svn://svn.equi4.com/kitgen/trunk@1394 9e558909-932a-0410-a563-af77432da1eb --- diff --git a/extdefs/vfs.kbs b/extdefs/vfs.kbs index b5a2acb..0cc31d4 100644 --- a/extdefs/vfs.kbs +++ b/extdefs/vfs.kbs @@ -3,9 +3,9 @@ Version 1.3 Sources cvs tclvfs.cvs.sourceforge.net:/cvsroot/tclvfs Build { - Sh [Srcdir]/configure --with-tcl=[Libdir] - Sh make install-binaries - Sh strip -x [Unglob ../lib/vfs1*/libvfs1*] + Run sh [Srcdir]/configure --with-tcl=[Libdir] + Run make install-binaries + Run strip -x [Unglob ../lib/vfs1*/libvfs1*] } Result [Unglob ../lib/vfs1*] \ No newline at end of file diff --git a/extdefs/vlerq.kbs b/extdefs/vlerq.kbs index 9656f9f..80cf81c 100644 --- a/extdefs/vlerq.kbs +++ b/extdefs/vlerq.kbs @@ -3,9 +3,9 @@ Version 4.1 Sources fetch http://www.equi4.com/pub/vq/vqtcl.tgz Build { - Sh [Srcdir]/configure --with-tcl=[Libdir] - Sh make install-binaries - Sh strip -x [Unglob ../lib/vqtcl4*/libvqtcl4*] + Run sh [Srcdir]/configure --with-tcl=[Libdir] + Run make install-binaries + Run strip -x [Unglob ../lib/vqtcl4*/libvqtcl4*] } Result [Unglob ../lib/vqtcl4*]