summaryrefslogtreecommitdiffstats
path: root/jemalloc/Makefile.in
diff options
context:
space:
mode:
authorJason Evans <je@facebook.com>2010-03-02 21:01:16 (GMT)
committerJason Evans <je@facebook.com>2010-03-02 21:01:16 (GMT)
commita40bc7afe8ae71b05eba81805c87d92e9bf6ce27 (patch)
tree1d4debec1893cc5e69b5c7b4774db1948f46951f /jemalloc/Makefile.in
parent22ca855e8fbf4c592f5e46aaec381b68de60c71a (diff)
downloadjemalloc-0.0.0.zip
jemalloc-0.0.0.tar.gz
jemalloc-0.0.0.tar.bz2
Add release versioning support.0.0.0
Base version string on 'git describe --long', and provide cpp macros in jemalloc.h. Add the version mallctl.
Diffstat (limited to 'jemalloc/Makefile.in')
-rw-r--r--jemalloc/Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/jemalloc/Makefile.in b/jemalloc/Makefile.in
index 788fedc..96f1e74 100644
--- a/jemalloc/Makefile.in
+++ b/jemalloc/Makefile.in
@@ -100,6 +100,7 @@ distclean: clean
relclean: distclean
rm -rf @objroot@autom4te.cache
rm -f @objroot@configure
+ rm -f @srcroot@VERSION
#===============================================================================
# Re-configuration rules.