mirror of
https://codeberg.org/redict/redict.git
synced 2025-01-22 16:18:28 -05:00
Explain make distclean which seems not well known
This commit is contained in:
parent
a7722dc31b
commit
219ab66cc8
7
README
7
README
@ -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
|
||||||
---------
|
---------
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user