X-Git-Url: http://git.samba.org/samba.git/?p=sfrench%2Fsamba-autobuild%2F.git;a=blobdiff_plain;f=howto4.txt;h=71b712e598100c4d91284633b59dd193e1f75bf1;hp=e33d0403249b3cb70d4ff56884cc0f448312c23a;hb=14718a725b65828c470167b922260840343d9843;hpb=b973c5083699ad2b22c72fafe5c4b77f1f4eeccb diff --git a/howto4.txt b/howto4.txt index e33d0403249..71b712e5981 100644 --- a/howto4.txt +++ b/howto4.txt @@ -59,6 +59,27 @@ Run this:: $ ./configure $ make + +Step 2bis: recompile Samba4 +--------------------------- + +This only applies for those who are recompiling Samba4 after updating the code +(using "rsync" or "git"). + +Due to some imperfections in our actual build system (hope that this changes +soon) it is recommended to perform this after the source upgrade: + + $ cd samba4/source + $ make clean + $ ./autogen.sh + $ ./configure + $ make idl_full + $ make + +Not all the steps are needed every time but doing so makes sure that you won't +have old compiled objects standing in the way and cause malfunctions. +It also makes sure that changes in the IDL files are correctly catched up. + Step 3: install Samba4 ----------------------