Commit 5165fb98 authored by Jungtaek Lim's avatar Jungtaek Lim Committed by antirez
Browse files

Explain make distclean which seems not well known

parent 22a0fe8d
...@@ -26,6 +26,13 @@ After building Redis is a good idea to test it, using: ...@@ -26,6 +26,13 @@ After building Redis is a good idea to test it, using:
% make test % 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 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