From 43034a36e132ac4394e26cbfb4d855bd6f5114b3 Mon Sep 17 00:00:00 2001 From: wolfbeast Date: Fri, 27 Apr 2018 19:16:45 +0200 Subject: Remove jemalloc 4 from our tree. --- memory/jemalloc/update.sh | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100755 memory/jemalloc/update.sh (limited to 'memory/jemalloc/update.sh') diff --git a/memory/jemalloc/update.sh b/memory/jemalloc/update.sh deleted file mode 100755 index bd126ec8a..000000000 --- a/memory/jemalloc/update.sh +++ /dev/null @@ -1,20 +0,0 @@ -#!/bin/bash - -set -e - -cd `dirname $0` - -source upstream.info - -rm -rf src -git clone "$UPSTREAM_REPO" src -cd src -git checkout "$UPSTREAM_COMMIT" -autoconf -git describe --long --abbrev=40 > VERSION -rm -rf .git .gitignore .gitattributes autom4te.cache .autom4te.cfg - -cd .. -hg addremove -q src - -echo "jemalloc has now been updated. Don't forget to run hg commit!" -- cgit v1.2.3