From 53a2982970631e031e2c83b90721d32211943580 Mon Sep 17 00:00:00 2001 From: Matthieu Patou Date: Wed, 24 Mar 2010 16:47:24 +0300 Subject: [PATCH] s4: complete the build instruction because the problem with the idl_full cames very often --- howto4.txt | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/howto4.txt b/howto4.txt index e33d040324..af82548d3a 100644 --- a/howto4.txt +++ b/howto4.txt @@ -59,6 +59,24 @@ Run this:: $ ./configure $ make + +Step 2bis: recompile Samba4 +--------------------------- + +This part only apply for those who are recompiling samba 4 after updating the code (with rsync or git). + +Due to some imperfection in the our build system it recommended to do the following sequence after updating the code: + + $ cd samba4/source + $ make clean + $ ./autogen.sh + $ ./configure + $ make idl_full + $ make + +Not all the steps are needed everytime but doing so insure that you won't have old compiled objects mixed with new code. +It also insure that change in the idl are correctly catched up. + Step 3: install Samba4 ---------------------- -- 2.34.1