Difference between 'update_versions' and 'build all d'

Aar

Verified User
Joined
Feb 10, 2005
Messages
208
Location
Netherlands
Hello,

Can somebody tell me what's the difference between:
Code:
./build update_versions

and:
Code:
./build all d
 
Last edited:
update_versions only builds software that has a newer version available
all rebuilds everything, even if the same version is already installed
 
Back
Top