diff options
author | Stefan Metzmacher <metze@samba.org> | 2005-08-03 02:52:13 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:31:01 -0500 |
commit | f10b2af0f8234d99c76cf7dd2e8c95ad6c3c4678 (patch) | |
tree | d82e55e6ce8b0d8c8d230a7697752dbb92d453c7 | |
parent | 88632d832f0becc9aadfefc6d49a2c3593f58a2c (diff) | |
download | samba-f10b2af0f8234d99c76cf7dd2e8c95ad6c3c4678.tar.gz samba-f10b2af0f8234d99c76cf7dd2e8c95ad6c3c4678.tar.bz2 samba-f10b2af0f8234d99c76cf7dd2e8c95ad6c3c4678.zip |
r8973: nicer output
metze
(This used to be commit ea78b57ed8ab3488a7b7ca4d5ead1ec4d0f10931)
-rw-r--r-- | source4/build/smb_build/makefile.pm | 2 |
1 files changed, 1 insertions, 1 deletions
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"; |