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 .= "[EMAIL PROTECTED] \"Linking subsystem $ctx->{NAME}\"\n";
+       $output .= "[EMAIL PROTECTED] \"Pre-Linking $ctx->{TYPE} 
$ctx->{NAME}\"\n";
        $output .= "[EMAIL PROTECTED](LD) -r \$($ctx->{TYPE}_$ctx->{NAME}_OBJS) 
-o $ctx->{TARGET}\n";
        $output .= "\n";
 

Reply via email to