Explain make distclean which seems not well known

This commit is contained in:
Jungtaek Lim 2015-01-09 00:07:25 +09:00 committed by antirez
parent 198fb1621a
commit eff9e987d3

7
README
View File

@ -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” doesnt 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
--------- ---------