Skip to content
Snippets Groups Projects
Commit 092883f6 authored by rds's avatar rds
Browse files

64bit compile in all builds

parent 08123d68
No related branches found
No related tags found
No related merge requests found
......@@ -136,7 +136,7 @@ EOF
for host in $ZMAP_BUILD_MACHINES;
do
HOST_UNAME=$(ssh $host 'uname -ms | sed -e "/ /_/g"')
HOST_UNAME=$(ssh $host 'uname -ms | sed -e "s/ /_/g"')
cat >> README <<EOF
ZMap.$host/ - build dir from $host
$HOST_UNAME/ - prefix install for OS $HOST_UNAME
......@@ -173,7 +173,7 @@ Roy Storey (Sanger Institute, UK) rds@sanger.ac.uk
Description:
Created: Tue Mar 4 10:32:15 2008 (rds)
CVS info: $Id: zmap_handle_release_tar.sh,v 1.6 2008-08-19 14:03:33 rds Exp $
CVS info: $Id: zmap_handle_release_tar.sh,v 1.7 2008-08-19 15:25:52 rds Exp $
--------------------------------------------------------------------
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment