svn commit: samba r14557 - in branches/SAMBA_4_0/source/heimdal_build: .

jelmer at samba.org jelmer at samba.org
Sun Mar 19 03:24:46 GMT 2006


Author: jelmer
Date: 2006-03-19 03:24:46 +0000 (Sun, 19 Mar 2006)
New Revision: 14557

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=14557

Log:
Add hack for asn1 files

Modified:
   branches/SAMBA_4_0/source/heimdal_build/et_deps.pl


Changeset:
Modified: branches/SAMBA_4_0/source/heimdal_build/et_deps.pl
===================================================================
--- branches/SAMBA_4_0/source/heimdal_build/et_deps.pl	2006-03-19 03:14:56 UTC (rev 14556)
+++ branches/SAMBA_4_0/source/heimdal_build/et_deps.pl	2006-03-19 03:24:46 UTC (rev 14557)
@@ -8,8 +8,7 @@
 
 my $header = $file; $header =~ s/\.et$/.h/;
 my $source = $file; $source =~ s/\.et$/.c/;
-print "$source: $file bin/compile_et\n";
+my $short_header = $header; $short_header =~ s/(.*)\///g;
+print "$short_header $header $source: $file bin/compile_et\n";
 print "\t\@echo \"Compiling error table $file\"\n";
 print "\t\@cd $dirname && ../../../bin/compile_et $basename\n\n";
-
-print "$header: $source\n";



More information about the samba-cvs mailing list