svn commit: samba r26206 - in branches/SAMBA_4_0: . source

jelmer at samba.org jelmer at samba.org
Thu Nov 29 17:27:39 GMT 2007


Author: jelmer
Date: 2007-11-29 17:27:39 +0000 (Thu, 29 Nov 2007)
New Revision: 26206

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=26206

Log:
Build python modules as part of make all.
Modified:
   branches/SAMBA_4_0/
   branches/SAMBA_4_0/source/main.mk


Changeset:

Property changes on: branches/SAMBA_4_0
___________________________________________________________________
Name: bzr:revision-info
...skipped...
Name: bzr:revision-id:v3-trunk0
...skipped...

Modified: branches/SAMBA_4_0/source/main.mk
===================================================================
--- branches/SAMBA_4_0/source/main.mk	2007-11-29 16:01:16 UTC (rev 26205)
+++ branches/SAMBA_4_0/source/main.mk	2007-11-29 17:27:39 UTC (rev 26206)
@@ -40,7 +40,7 @@
 modules: $(SHARED_MODULES)
 headers: $(PUBLIC_HEADERS) $(DEFAULT_HEADERS)
 manpages: $(MANPAGES)
-all: showflags $(ALL_PREDEP) bin/asn1_compile bin/compile_et binaries modules
+all: showflags $(ALL_PREDEP) bin/asn1_compile bin/compile_et binaries modules pythonmods
 everything: all libraries headers
 
 # 'make testsuite' creates all binaries which are



More information about the samba-cvs mailing list