File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- /jemalloc / autom4te.cache /
2- /jemalloc / config.stamp
3- /jemalloc / config.log
4- /jemalloc / config.status
5- /jemalloc / configure
6- /jemalloc / doc /html.xsl
7- /jemalloc / doc /manpages.xsl
8- /jemalloc / doc /jemalloc.xml
9- /jemalloc / doc /jemalloc.html
10- /jemalloc / doc /jemalloc.3
11- /jemalloc / lib /
12- /jemalloc / Makefile
13- /jemalloc / include /jemalloc /internal /jemalloc_internal \. h
14- /jemalloc / include /jemalloc /jemalloc \. h
15- /jemalloc / include /jemalloc /jemalloc_defs \. h
16- /jemalloc / test /jemalloc_test \. h
17- /jemalloc / src /* . [od ]
18- /jemalloc / test /* . [od ]
19- /jemalloc / test /* .out
20- /jemalloc / test /[a-z ]*
21- ! / jemalloc / test /* .c
22- ! / jemalloc / test /* .exp
23- /jemalloc / VERSION
1+ /autom4te.cache /
2+ /config.stamp
3+ /config.log
4+ /config.status
5+ /configure
6+ /doc /html.xsl
7+ /doc /manpages.xsl
8+ /doc /jemalloc.xml
9+ /doc /jemalloc.html
10+ /doc /jemalloc.3
11+ /lib /
12+ /Makefile
13+ /include /jemalloc /internal /jemalloc_internal \. h
14+ /include /jemalloc /jemalloc \. h
15+ /include /jemalloc /jemalloc_defs \. h
16+ /test /jemalloc_test \. h
17+ /src /* . [od ]
18+ /test /* . [od ]
19+ /test /* .out
20+ /test /[a-z ]*
21+ ! test /* .c
22+ ! test /* .exp
23+ /VERSION
Original file line number Diff line number Diff line change @@ -688,7 +688,7 @@ dnl jemalloc configuration.
688688dnl
689689
690690dnl Set VERSION if source directory has an embedded git repository.
691- if test -d "${srcroot}../. git" ; then
691+ if test -d "${srcroot}.git" ; then
692692 git describe --long --abbrev=40 > ${srcroot}VERSION
693693fi
694694jemalloc_version=`cat ${srcroot}VERSION`
You can’t perform that action at this time.
0 commit comments