svn commit: samba r8973 - in branches/SAMBA_4_0/source/build/smb_build: .

metze at samba.org metze at samba.org
Wed Aug 3 02:52:14 GMT 2005


Author: metze
Date: 2005-08-03 02:52:13 +0000 (Wed, 03 Aug 2005)
New Revision: 8973

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

Log:
nicer output

metze
Modified:
   branches/SAMBA_4_0/source/build/smb_build/makefile.pm


Changeset:
Modified: branches/SAMBA_4_0/source/build/smb_build/makefile.pm
===================================================================
--- branches/SAMBA_4_0/source/build/smb_build/makefile.pm	2005-08-03 01:46:33 UTC (rev 8972)
+++ branches/SAMBA_4_0/source/build/smb_build/makefile.pm	2005-08-03 02:52:13 UTC (rev 8973)
@@ -430,7 +430,7 @@
 
 	$output .= "$ctx->{TARGET}: \$($ctx->{TYPE}_$ctx->{NAME}_DEPEND_LIST) \$($ctx->{TYPE}_$ctx->{NAME}_OBJS)\n";
 
-	$output .= "\t\@echo \"Linking subsystem $ctx->{NAME}\"\n";
+	$output .= "\t\@echo \"Pre-Linking $ctx->{TYPE} $ctx->{NAME}\"\n";
 	$output .= "\t@\$(LD) -r \$($ctx->{TYPE}_$ctx->{NAME}_OBJS) -o $ctx->{TARGET}\n";
 	$output .= "\n";
 



More information about the samba-cvs mailing list