summaryrefslogtreecommitdiff
path: root/howto4.txt
diff options
context:
space:
mode:
authorMatthias Dieter Wallnöfer <mwallnoefer@yahoo.de>2010-03-29 19:45:33 +0200
committerMatthias Dieter Wallnöfer <mwallnoefer@yahoo.de>2010-03-29 19:50:46 +0200
commite1714121b109db6e23f368bb78f07876c27379a4 (patch)
treefbd50b914f47f34669ddfe6e20a8aea6a91ecef7 /howto4.txt
parent53a2982970631e031e2c83b90721d32211943580 (diff)
downloadsamba-e1714121b109db6e23f368bb78f07876c27379a4.tar.gz
samba-e1714121b109db6e23f368bb78f07876c27379a4.tar.bz2
samba-e1714121b109db6e23f368bb78f07876c27379a4.zip
howto4.txt - improve the content of chapter 2bis
Diffstat (limited to 'howto4.txt')
-rw-r--r--howto4.txt11
1 files changed, 7 insertions, 4 deletions
diff --git a/howto4.txt b/howto4.txt
index af82548d3a..71b712e598 100644
--- a/howto4.txt
+++ b/howto4.txt
@@ -63,9 +63,11 @@ Run this::
Step 2bis: recompile Samba4
---------------------------
-This part only apply for those who are recompiling samba 4 after updating the code (with rsync or git).
+This only applies for those who are recompiling Samba4 after updating the code
+(using "rsync" or "git").
-Due to some imperfection in the our build system it recommended to do the following sequence after updating the code:
+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
@@ -74,8 +76,9 @@ Due to some imperfection in the our build system it recommended to do the follow
$ 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.
+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
----------------------