Skip to content

Commit 955851f

Browse files
committed
Adjust repo path dependencies.
Update .gitignore and configure.ac to deal with the recent directory restructuring.
1 parent 7427525 commit 955851f

2 files changed

Lines changed: 24 additions & 24 deletions

File tree

.gitignore

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
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

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -688,7 +688,7 @@ dnl jemalloc configuration.
688688
dnl
689689

690690
dnl 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
693693
fi
694694
jemalloc_version=`cat ${srcroot}VERSION`

0 commit comments

Comments
 (0)