[SCM] Samba Shared Repository - branch master updated - tevent-0-9-8-312-gf07e77e

Stefan Metzmacher metze at samba.org
Mon Sep 14 23:50:02 MDT 2009


The branch, master has been updated
       via  f07e77e13ff86c76644660e2d574e663c9ffdeb8 (commit)
      from  ffe831452b4251dec3049ab08b125d1fade5fa21 (commit)

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


- Log -----------------------------------------------------------------
commit f07e77e13ff86c76644660e2d574e663c9ffdeb8
Author: Stefan Metzmacher <metze at samba.org>
Date:   Tue Sep 15 07:48:50 2009 +0200

    s4:heimdal_build: fix one more problem with automatic dependecies
    
    metze

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

Summary of changes:
 source4/heimdal_build/asn1_deps.pl |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source4/heimdal_build/asn1_deps.pl b/source4/heimdal_build/asn1_deps.pl
index 504f66d..b71abc7 100755
--- a/source4/heimdal_build/asn1_deps.pl
+++ b/source4/heimdal_build/asn1_deps.pl
@@ -31,7 +31,7 @@ my $output_file = "$dirname/" . $prefix . "_asn1_files";
 print "basics:: $header\n";
 print "$output_file: \$(heimdalsrcdir)/$file \$(ASN1C)\n";
 print "\t\@echo \"Compiling ASN1 file \$(heimdalsrcdir)/$file\"\n";
-print "\t\@\$(heimdalbuildsrcdir)/asn1_compile_wrapper.sh \$(builddir) $dirname \$(ASN1C) \$(call abspath,\$(heimdalsrcdir)/$file) $prefix $options --one-code-file\n\n";
+print "\t\@\$(heimdalbuildsrcdir)/asn1_compile_wrapper.sh \$(builddir) $dirname \$(ASN1C) \$(call abspath,\$(heimdalsrcdir)/$file) $prefix $options --one-code-file && touch $output_file\n";
 print "$headerx: $output_file\n";
 print "$header: $headerx\n";
 print "\t\@cp $headerx $header\n";


-- 
Samba Shared Repository


More information about the samba-cvs mailing list