[SCM] Samba Shared Repository - branch master updated - release-4-0-0alpha7-1698-gcf9636e

Jelmer Vernooij jelmer at samba.org
Tue May 19 21:33:44 GMT 2009


The branch, master has been updated
       via  cf9636ea99bb5063a8c7d771c1e29f684b4b753a (commit)
      from  ae386415b6fd15081f3b94faec917dafdeee1f93 (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit cf9636ea99bb5063a8c7d771c1e29f684b4b753a
Author: Jelmer Vernooij <jelmer at samba.org>
Date:   Tue May 19 23:31:34 2009 +0200

    tevent/python: Makefile was still trying to build some non AC_SUBST python targets
    
    Signed-Off-By: Jelmer Vernooij <jelmer at samba.org>

-----------------------------------------------------------------------

Summary of changes:
 lib/tevent/Makefile.in |    8 +-------
 1 files changed, 1 insertions(+), 7 deletions(-)


Changeset truncated at 500 lines:

diff --git a/lib/tevent/Makefile.in b/lib/tevent/Makefile.in
index d188e6b..253b1e1 100644
--- a/lib/tevent/Makefile.in
+++ b/lib/tevent/Makefile.in
@@ -22,11 +22,6 @@ SHLD_FLAGS = @SHLD_FLAGS@
 PACKAGE_VERSION = @PACKAGE_VERSION@
 PICFLAG = @PICFLAG@
 SHLIBEXT = @SHLIBEXT@
-PYTHON = @PYTHON@
-PYTHON_CONFIG = @PYTHON_CONFIG@
-PYTHON_BUILD_TARGET = @PYTHON_BUILD_TARGET@
-PYTHON_INSTALL_TARGET = @PYTHON_INSTALL_TARGET@
-PYTHON_CHECK_TARGET = @PYTHON_CHECK_TARGET@
 LIB_PATH_VAR = @LIB_PATH_VAR@
 teventdir = @teventdir@
 
@@ -49,7 +44,7 @@ default: all
 include $(teventdir)/tevent.mk
 include $(teventdir)/rules.mk
 
-all:: showflags dirs $(PROGS) $(TEVENT_SOLIB) libtevent.a $(PYTHON_BUILD_TARGET)
+all:: showflags dirs $(PROGS) $(TEVENT_SOLIB) libtevent.a
 
 install:: all
 $(TEVENT_SOLIB): $(TEVENT_OBJ)
@@ -66,7 +61,6 @@ shared-build: all
 
 check: test
 
-test:: $(PYTHON_CHECK_TARGET)
 installcheck:: test install
 
 clean::


-- 
Samba Shared Repository


More information about the samba-cvs mailing list