summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2015-06-10 15:18:10 +0200
committerEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2015-06-10 15:18:10 +0200
commitc6d019061adc350816b53cbd4c237044e084d1db (patch)
treeffb4d77b693ad104126da3b19091700fee171da1
parentea6170527b5d52f027e0ef666f72016570c88961 (diff)
added "sudo ldconfig" to Makefile to force that shared library cache is updated
-rw-r--r--.gitignore2
-rw-r--r--Makefile1
2 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 8e44606..44e22f9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,5 @@
*.a
*.so
*.txt
+*.a.*
+*.so.*
diff --git a/Makefile b/Makefile
index 0f9c1bd..57c4a93 100644
--- a/Makefile
+++ b/Makefile
@@ -260,6 +260,7 @@ install:
${CP} ${HHVM_STATIC_LIBRARY} ${INSTALL_LIB}/; \
${LN} ${INSTALL_LIB}/${HHVM_STATIC_LIBRARY} ${INSTALL_LIB}/libhhvmcpp.a; \
fi
+ sudo ldconfig
test:
mkdir -p tests/include/zts/phpcpp