[bug #15913] Target-specific immediate append operator not working as expected

2006-03-14 Thread Paul D. Smith
Update of bug #15913 (project make): Status:None => Fixed Open/Closed:Open => Closed Fixed Release:None => CVS

[bug #15913] Target-specific immediate append operator not working as expected

2006-03-01 Thread anonymous
URL: <http://savannah.gnu.org/bugs/?func=detailitem&item_id=15913> Summary: Target-specific immediate append operator not working as expected Project: make Submitted by: None Submitted on: Mon 02/27/06 at 13:47

[bug #15913] Target-specific immediate append operator not working as expected

2006-02-28 Thread Paul D. Smith
Update of bug #15913 (project make): Assigned to:None => psmith ___ Follow-up Comment #1: Please see this reply I sent to the original message on the bug-make mailing list: http://www.mai

Re: Target specific immediate append operator not working as expected

2006-02-21 Thread Paul D. Smith
%% <[EMAIL PROTECTED]> writes: lm> There is some weirdness going on with the append operator and lm> target-specific contexts. lm> The append operator should act immediately if the variable was lm> originally assigned with an immediate assignment but this does not lm> happen if the vari

Target specific immediate append operator not working as expected

2006-02-20 Thread lasse.makholm
There is some weirdness going on with the append operator and target-specific contexts. The append operator should act immediately if the variable was originally assigned with an immediate assignment but this does not happen if the variable was globally assigned and the append is target-specific,