; INSTALL.REPO: Add -d to "thorough cleaning" suggestion.

This commit is contained in:
Noam Postavsky 2017-10-10 05:36:59 -04:00
parent 5d51403ceb
commit c9be9a3678

View file

@ -54,7 +54,7 @@ If CPU time is not an issue, 'make bootstrap' is a more thorough way
to rebuild, avoiding spurious problems. to rebuild, avoiding spurious problems.
Occasionally, there are changes that 'make bootstrap' won't be able to Occasionally, there are changes that 'make bootstrap' won't be able to
handle. The most thorough cleaning can be achieved by 'git clean -fx' handle. The most thorough cleaning can be achieved by 'git clean -fdx'
which will leave you with only files from the git repository. Here which will leave you with only files from the git repository. Here
are some faster methods for a couple of particular error cases: are some faster methods for a couple of particular error cases: