Commit 3f4bab62 authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

We should test the build before installation - otherwise bad things may happen

parent 7e4481b0
...@@ -2,5 +2,6 @@ all: ...@@ -2,5 +2,6 @@ all:
tar xf jemalloc-5.2.0.tar.bz2 tar xf jemalloc-5.2.0.tar.bz2
cd jemalloc-5.2.0 && ./configure --prefix=/usr cd jemalloc-5.2.0 && ./configure --prefix=/usr
$(MAKE) -C jemalloc-5.2.0 $(MAKE) -C jemalloc-5.2.0
$(MAKE) -C jemalloc-5.2.0 check
$(MAKE) -C jemalloc-5.2.0 install $(MAKE) -C jemalloc-5.2.0 install
rm -rf jemalloc-5.2.0 rm -rf jemalloc-5.2.0
Markdown is supported
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