diff --git a/.gitignore b/.gitignore index 013976338..213eb4ae1 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,4 @@ composer.lock gitpush.sh pkg/ bin/ +cbuild diff --git a/build_gluster.sh b/buildandcp.sh similarity index 100% rename from build_gluster.sh rename to buildandcp.sh diff --git a/crossbuild.sh b/crossbuild.sh new file mode 100644 index 000000000..a1c553324 --- /dev/null +++ b/crossbuild.sh @@ -0,0 +1,2 @@ +#!/bin/bash +./cbuild gluster_0.6 src/gapp/gluster/gluster.go \ No newline at end of file