wrong name for build script
authorJonathan Rajotte Julien <jonathan.rajotte-julien@efficios.com>
Mon, 12 Jan 2015 21:06:01 +0000 (16:06 -0500)
committerJonathan Rajotte Julien <jonathan.rajotte-julien@efficios.com>
Mon, 12 Jan 2015 21:06:01 +0000 (16:06 -0500)
userspace-rcu/liburcu-0.7.sh [deleted file]
userspace-rcu/liburcu-0.8.sh [deleted file]
userspace-rcu/liburcu-stable-0.7.sh [new file with mode: 0755]
userspace-rcu/liburcu-stable-0.8.sh [new file with mode: 0755]

diff --git a/userspace-rcu/liburcu-0.7.sh b/userspace-rcu/liburcu-0.7.sh
deleted file mode 100755 (executable)
index 41da104..0000000
+++ /dev/null
@@ -1,34 +0,0 @@
-# Create build directory
-rm -rf $WORKSPACE/build
-mkdir -p $WORKSPACE/build
-
-PREFIX="$WORKSPACE/build"
-
-./bootstrap
-
-CONF_OPTS=""
-
-case "$conf" in
-static)
-    echo "Static build"
-    CONF_OPTS="--enable-static --disable-shared"
-    ;;
-tls_fallback)  
-    echo  "Using pthread_getspecific() to emulate TLS"
-    CONF_OPTS="--disable-compiler-tls"
-    ;;
-*)
-    echo "Standard build"
-    CONF_OPTS=""
-    ;;
-esac
-
-./configure --prefix=$PREFIX $CONF_OPTS
-
-make
-make install
-make clean
-
-# Cleanup rpath and libtool .la files
-find $WORKSPACE/build/lib -name "*.so" -exec chrpath --delete {} \;
-find $WORKSPACE/build/lib -name "*.la" -exec rm -f {} \;
diff --git a/userspace-rcu/liburcu-0.8.sh b/userspace-rcu/liburcu-0.8.sh
deleted file mode 100755 (executable)
index 41da104..0000000
+++ /dev/null
@@ -1,34 +0,0 @@
-# Create build directory
-rm -rf $WORKSPACE/build
-mkdir -p $WORKSPACE/build
-
-PREFIX="$WORKSPACE/build"
-
-./bootstrap
-
-CONF_OPTS=""
-
-case "$conf" in
-static)
-    echo "Static build"
-    CONF_OPTS="--enable-static --disable-shared"
-    ;;
-tls_fallback)  
-    echo  "Using pthread_getspecific() to emulate TLS"
-    CONF_OPTS="--disable-compiler-tls"
-    ;;
-*)
-    echo "Standard build"
-    CONF_OPTS=""
-    ;;
-esac
-
-./configure --prefix=$PREFIX $CONF_OPTS
-
-make
-make install
-make clean
-
-# Cleanup rpath and libtool .la files
-find $WORKSPACE/build/lib -name "*.so" -exec chrpath --delete {} \;
-find $WORKSPACE/build/lib -name "*.la" -exec rm -f {} \;
diff --git a/userspace-rcu/liburcu-stable-0.7.sh b/userspace-rcu/liburcu-stable-0.7.sh
new file mode 100755 (executable)
index 0000000..41da104
--- /dev/null
@@ -0,0 +1,34 @@
+# Create build directory
+rm -rf $WORKSPACE/build
+mkdir -p $WORKSPACE/build
+
+PREFIX="$WORKSPACE/build"
+
+./bootstrap
+
+CONF_OPTS=""
+
+case "$conf" in
+static)
+    echo "Static build"
+    CONF_OPTS="--enable-static --disable-shared"
+    ;;
+tls_fallback)  
+    echo  "Using pthread_getspecific() to emulate TLS"
+    CONF_OPTS="--disable-compiler-tls"
+    ;;
+*)
+    echo "Standard build"
+    CONF_OPTS=""
+    ;;
+esac
+
+./configure --prefix=$PREFIX $CONF_OPTS
+
+make
+make install
+make clean
+
+# Cleanup rpath and libtool .la files
+find $WORKSPACE/build/lib -name "*.so" -exec chrpath --delete {} \;
+find $WORKSPACE/build/lib -name "*.la" -exec rm -f {} \;
diff --git a/userspace-rcu/liburcu-stable-0.8.sh b/userspace-rcu/liburcu-stable-0.8.sh
new file mode 100755 (executable)
index 0000000..41da104
--- /dev/null
@@ -0,0 +1,34 @@
+# Create build directory
+rm -rf $WORKSPACE/build
+mkdir -p $WORKSPACE/build
+
+PREFIX="$WORKSPACE/build"
+
+./bootstrap
+
+CONF_OPTS=""
+
+case "$conf" in
+static)
+    echo "Static build"
+    CONF_OPTS="--enable-static --disable-shared"
+    ;;
+tls_fallback)  
+    echo  "Using pthread_getspecific() to emulate TLS"
+    CONF_OPTS="--disable-compiler-tls"
+    ;;
+*)
+    echo "Standard build"
+    CONF_OPTS=""
+    ;;
+esac
+
+./configure --prefix=$PREFIX $CONF_OPTS
+
+make
+make install
+make clean
+
+# Cleanup rpath and libtool .la files
+find $WORKSPACE/build/lib -name "*.so" -exec chrpath --delete {} \;
+find $WORKSPACE/build/lib -name "*.la" -exec rm -f {} \;
This page took 0.044707 seconds and 4 git commands to generate.