Commit 219ab66c authored by Jungtaek Lim's avatar Jungtaek Lim
Browse files

Explain make distclean which seems not well known

parent a7722dc3
......@@ -26,6 +26,13 @@ After building Redis is a good idea to test it, using:
% make test
Fixing build problems with dependencies
—--------
Redis has some dependencies which are included to deps directory.
“make” doesn’t rebuild deps though sources of dependencies are changed, and “make clean” cleans up src directory only.
Only “make distclean” cleans up deps build output.
So if build errors occur with deps you can try “make distclean” and “make” again.
Fixing problems building 32 bit binaries
---------
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment