Author: jelmer Date: 2007-11-19 18:20:29 +0000 (Mon, 19 Nov 2007) New Revision: 26033
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=26033 Log: provisioning requires python, so build it by default. Modified: branches/4.0-python/ branches/4.0-python/source/main.mk Changeset: Property changes on: branches/4.0-python ___________________________________________________________________ Name: bzr:revision-info ...skipped... Name: bzr:file-ids ...skipped... Name: bzr:revision-id:v3-trunk0 ...skipped... Modified: branches/4.0-python/source/main.mk =================================================================== --- branches/4.0-python/source/main.mk 2007-11-19 18:20:25 UTC (rev 26032) +++ branches/4.0-python/source/main.mk 2007-11-19 18:20:29 UTC (rev 26033) @@ -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 pythonmods # 'make testsuite' creates all binaries which are
