[SCM] Samba Shared Repository - branch v4-0-test updated - release-4-0-0alpha3-1675-gc0a84c2

Jelmer Vernooij jelmer at samba.org
Wed May 21 18:47:04 GMT 2008


The branch, v4-0-test has been updated
       via  c0a84c2b4698f6ac9b555cc74bed52e5930804d9 (commit)
       via  28e04f751f1d509da2c821f33df79b2a0c2d5a1a (commit)
      from  f29e9009310e4a6d575651dd9ba41ffc90bfb386 (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v4-0-test


- Log -----------------------------------------------------------------
commit c0a84c2b4698f6ac9b555cc74bed52e5930804d9
Author: Jelmer Vernooij <jelmer at samba.org>
Date:   Wed May 21 20:46:16 2008 +0200

    Refuse to install autogenerated proto header files.

commit 28e04f751f1d509da2c821f33df79b2a0c2d5a1a
Author: Jelmer Vernooij <jelmer at samba.org>
Date:   Wed May 21 20:44:36 2008 +0200

    Ignore generated netlogon headers.

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

Summary of changes:
 .gitignore                     |    2 ++
 source/script/installheader.pl |    2 ++
 2 files changed, 4 insertions(+), 0 deletions(-)


Changeset truncated at 500 lines:

diff --git a/.gitignore b/.gitignore
index 5ed4eed..75949c6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -194,3 +194,5 @@ source/apidocs
 source/mkconfig.mk
 source/data.mk
 source/librpc/idl-deps
+source/libcli/netlogon_proto.h
+source/libcli/ndr_netlogon_proto.h
diff --git a/source/script/installheader.pl b/source/script/installheader.pl
index d1f96b2..6b10bde 100755
--- a/source/script/installheader.pl
+++ b/source/script/installheader.pl
@@ -60,6 +60,8 @@ sub install_header($$)
 
 	while (<IN>) {
 		$lineno++;
+		die("Will not install autogenerated header $src") if (/This file was automatically generated by mkproto.pl. DO NOT EDIT/);
+
 		if (/^#include \"(.*)\"/) {
 			print OUT "#include <" . rewrite_include("$src:$lineno", $1) . ">\n";
 		} else {


-- 
Samba Shared Repository


More information about the samba-cvs mailing list