Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-patch] Committed [2.1] [HEAD] MBS bug fixes for 2.1 & Head


Thanks Leo.

Sean Evoy
Rational Software - IBM Software Group
Ottawa, Ontario, Canada



"Treggiari, Leo" <leo.treggiari@xxxxxxxxx>
Sent by: cdt-patch-admin@xxxxxxxxxxx

12/04/2004 11:05 PM

Please respond to
cdt-patch

To
<cdt-patch@xxxxxxxxxxx>
cc
Subject
[cdt-patch] MBS bug fixes for 2.1 & Head





Attached are patches for MBS Core, Tests, and UI.
 
This patch contains fixes for the following MBS bugzillas:
 
Fixed:
44568 - [Managed Build] -Xlinker option requires space separator
80119 - [Managed Build] Error in the Xlinker option's generated output
 
The code and the manifest file have been changed to correctly deal with
the -Xlinker option.  Multiple entries have separate -Xlinker options,
and there is a space between -Xlinker and the value.  The space is
handled by the new option.command functionality - "${VALUE}".
 
77399 - Managed Make Builder mangles subdir.mk if configuration of
        linked resource was changed
 
This was partially fixed before and was partially a user error.
Code has been added to output an error message to the console when
MBS sees a duplicate identifier in the loaded manifest files.
 
Partial fix:
80067 - [Managed Build] Wrong command for building in MMS
 
A fix has been added so that a command is not stored with a Tool
unless the user changes the value - i.e the Tool will inherit the
value from its suoer-class.  There is still an error with the Gnu
makefile generator when a configuration tool and a resource
configuration tool have different commands specified by the user.
This will be fixed later.
 
Thanks,
Leo
 [attachment "mbs_ui_patch.txt" deleted by Sean Evoy/Ottawa/IBM] [attachment "mbs_core_patch.txt" deleted by Sean Evoy/Ottawa/IBM] [attachment "mbs_core_tests_patch.txt" deleted by Sean Evoy/Ottawa/IBM]

Back to the top