s4: complete the build instruction because the problem with the idl_full cames very...
authorMatthieu Patou <mat@matws.net>
Wed, 24 Mar 2010 13:47:24 +0000 (16:47 +0300)
committerMatthias Dieter Wallnöfer <mwallnoefer@yahoo.de>
Mon, 29 Mar 2010 17:50:46 +0000 (19:50 +0200)
howto4.txt

index e33d0403249b3cb70d4ff56884cc0f448312c23a..af82548d3a53f52785cb0c8a526268ac9f76d66a 100644 (file)
@@ -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
 ----------------------