proper way to update using git?

Jeff Sadowski jeff.sadowski at gmail.com
Tue Oct 11 16:53:45 MDT 2011


I realized doing a

git pull;make;make install

created an unusable samba binary aka it doesn't start
so I did a

git pull;make clean;./configure.developer;make;make install

am I doing this right?

should I be using ./configure instead of ./configure.developer?


More information about the samba-technical mailing list