Github user micah commented on the pull request:
https://github.com/apache/couchdb/pull/302#issuecomment-114619060
> @micah can you show em the commands you used to get to having these files
leftover?
$ make -j1 distclean
$ ./configure --build=x86_64-linux-gnu --prefix=/usr
--includedir=\${prefix}/include --mandir=\${prefix}/share/man
--infodir=\${prefix}/share/info --sysconfdir=/etc --localstatedir=/var
--disable-silent-rules --libdir=\${prefix}/lib/x86_64-linux-gnu
--libexecdir=\${prefix}/lib/x86_64-linux-gnu --disable-maintainer-mode
--disable-dependency-tracking --prefix=/usr
$ make -j1
$ make -j1 check
$ /usr/bin/make
DESTDIR=/home/micah/debian/couchdb/couchdb-2.0/debian/couchdb install
$ make -j1 distclean
Then I start over and my build process complains because local changes were
detected, the modified files are:
couchdb-2.0/share/www/script/test/lorem.txt
couchdb-2.0/share/www/script/test/lorem_b64.txt
(in otherwords, they exist when they do not exist in the dist tarball)
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---