On Fri, Mar 09, 2018 at 10:05:32AM +0100, Bernhard Fisseni wrote: > A question about cleaning: My groff installation directory is still > mostly `groff-1.22.3.rc1.24-ea225-dirty`, though it was clean (or > rather: lacking "-dirty") occasionally while recompiling several times > to compose this reply with the same build instructions. I rebuilt with: > > $ git reset --hard && git clean -f && make distclean > $ ./bootstrap && ./configure --with-gs=/usr/bin/gs --prefix=$HOME \ > && make -j9 install > > Could building be done even less dirty?
The problem I described in https://lists.gnu.org/archive/html/groff/2018-03/msg00025.html means that running "./bootstrap" after "make distclean" currently results in the tree appearing to be dirty. Either of the fixes I suggested there would deal with that. In the meantime, "git checkout -- doc/automake_migration_tests.txt" after "make distclean" should work around it. -- Colin Watson [cjwat...@debian.org]