summaryrefslogtreecommitdiff
path: root/INSTALL.REPO
diff options
context:
space:
mode:
authorNoam Postavsky <npostavs@gmail.com>2017-10-10 05:36:59 -0400
committerNoam Postavsky <npostavs@gmail.com>2017-10-10 05:36:59 -0400
commitc9be9a36784796beb71e3925ab22975d47d6ed82 (patch)
tree0698ca2c834e02056dad1643bcdc48de1f584380 /INSTALL.REPO
parent5d51403ceb9b86a1bfa66f00c7af39f1200e65f1 (diff)
downloademacs-c9be9a36784796beb71e3925ab22975d47d6ed82.tar.gz
; INSTALL.REPO: Add -d to "thorough cleaning" suggestion.
Diffstat (limited to 'INSTALL.REPO')
-rw-r--r--INSTALL.REPO2
1 files changed, 1 insertions, 1 deletions
diff --git a/INSTALL.REPO b/INSTALL.REPO
index ac991f7ee26..a5b60cf6cb1 100644
--- a/INSTALL.REPO
+++ b/INSTALL.REPO
@@ -54,7 +54,7 @@ If CPU time is not an issue, 'make bootstrap' is a more thorough way
to rebuild, avoiding spurious problems.
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
are some faster methods for a couple of particular error cases: