[SCM] Samba Shared Repository - branch master updated - release-4-0-0alpha7-2366-g2dd921c

Jelmer Vernooij jelmer at samba.org
Wed Jun 17 19:02:17 GMT 2009


The branch, master has been updated
       via  2dd921c7746b810c50bb1fb97168b8b81013aaef (commit)
       via  8b82e3b1e3eccf3f3b75aa138c409cfb0da2dc45 (commit)
      from  832b929ddec9d5fa24b90850aec4cb26d76f50fb (commit)

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


- Log -----------------------------------------------------------------
commit 2dd921c7746b810c50bb1fb97168b8b81013aaef
Author: Jelmer Vernooij <jelmer at samba.org>
Date:   Wed Jun 17 21:00:22 2009 +0200

    Only install an explicit set of scripts during "make install", rather than
    whatever happens to be in the source tree.

commit 8b82e3b1e3eccf3f3b75aa138c409cfb0da2dc45
Author: Jelmer Vernooij <jelmer at samba.org>
Date:   Wed Jun 17 20:52:43 2009 +0200

    Make fullschema script executable.

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

Summary of changes:
 source4/Makefile                 |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)
 mode change 100644 => 100755 source4/scripting/bin/fullschema


Changeset truncated at 500 lines:

diff --git a/source4/Makefile b/source4/Makefile
index 2a3ad2d..62fb9d4 100644
--- a/source4/Makefile
+++ b/source4/Makefile
@@ -111,7 +111,14 @@ libgpodir := libgpo
 
 include data.mk
 
-$(foreach SCRIPT,$(wildcard scripting/bin/*),$(eval $(call binary_install_template,$(SCRIPT))))
+INSTALL_SCRIPTS = $(addprefix scripting/bin/, \
+	autoidl \
+	samba3dump \
+	rpcclient \
+	smbstatus \
+	epdump)
+
+$(foreach SCRIPT,$(INSTALL_SCRIPTS),$(eval $(call binary_install_template,$(SCRIPT))))
 
 $(DESTDIR)$(bindir)/%: scripting/bin/% installdirs
 	@mkdir -p $(@D)
diff --git a/source4/scripting/bin/fullschema b/source4/scripting/bin/fullschema
old mode 100644
new mode 100755


-- 
Samba Shared Repository


More information about the samba-cvs mailing list