From f10b2af0f8234d99c76cf7dd2e8c95ad6c3c4678 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Wed, 3 Aug 2005 02:52:13 +0000 Subject: r8973: nicer output metze (This used to be commit ea78b57ed8ab3488a7b7ca4d5ead1ec4d0f10931) --- source4/build/smb_build/makefile.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/build') diff --git a/source4/build/smb_build/makefile.pm b/source4/build/smb_build/makefile.pm index 09b5677c21..9ac68499ae 100644 --- a/source4/build/smb_build/makefile.pm +++ b/source4/build/smb_build/makefile.pm @@ -430,7 +430,7 @@ sub _prepare_mergedobj_rule($) $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"; -- cgit