Subversion Repositories DevTools

Rev

Rev 5741 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5741 Rev 5941
Line 2... Line 2...
2
#	Update the BIN files in JATS
2
#	Update the BIN files in JATS
3
 
3
 
4
JATSBASE=../..
4
JATSBASE=../..
5
function copyFile
5
function copyFile
6
{
6
{
-
 
7
	if [ -f $1 ] ; then 
7
	echo "$1 ---> $2"
8
		echo "$1 ---> $2"
8
	rm -f $2
9
		rm -f $2
9
	cp $1 $2
10
		cp $1 $2
10
	chmod a+x,u+w $2
11
		chmod a+x,u+w $2
-
 
12
	else
-
 
13
		echo "$1 ---> $2 NOT Copied - no source"
-
 
14
	fi
11
}
15
}
12
 
16
 
13
#set -x
17
#set -x
14
copyFile pkg/timeout/bin/SOLARIS10_SPARC32D/timeout   	${JATSBASE}/BIN.solaris10_sparc32/timeout
18
copyFile pkg/timeout/bin/SOLARIS10_SPARC32D/timeout   	${JATSBASE}/BIN.solaris10_sparc32/timeout
15
copyFile pkg/timeout/bin/LINUX_I386D/timeout  			${JATSBASE}/BIN.linux_i386/timeout
19
copyFile pkg/timeout/bin/LINUX_I386D/timeout  			${JATSBASE}/BIN.linux_i386/timeout