Bug in pattern specific variable values

2000-02-15 Thread Darren Hiebert
Two %.z: VAL = Three export VAL one two %.z: @ echo "\$$VAL = $$VAL" @ echo "$$(VAL) = $(VAL)" # End -- Darren Hiebert <[EMAIL PROTECTED]> XonTech, Inc. (256) 971-2977

Bug in target-specific variables

2000-02-16 Thread Darren Hiebert
e1 is still executed even though the value of VALUE is rule2. # Begin Makefile VALUE = rule1 r2: VALUE = rule2 rule1 rule2: @ echo "$@ executed" show_value: @ echo "VALUE = $(VALUE)" r1 r2: show_value $(VALUE) # End Makefile -- Darren Hiebert <[EMAIL PROTECTED]> XonTech, Inc. (256) 971-2977

make-3.79: Date bug on IRIX 6.5

2000-05-15 Thread Darren Hiebert
may be demonstrated by uncommenting the DATE macro in the above makefile. Note that this bug does not appear with make-3.77 or make-3.78.1 on IRIX 6.5. Nor does it appear on Linux with any version of make. -- Darren Hiebert <[EMAIL PROTECTED]> XonTech, Inc. (256) 971-2977

Re: make-3.79: Date bug on IRIX 6.5

2000-05-15 Thread Darren Hiebert
r implying that this behavior is new to make-3.79. Is there a later version of GNU cp which copies across the nanosecond field also? It seems that even the SGI versions do not. -- Darren Hiebert <[EMAIL PROTECTED]> XonTech, Inc. (256) 971-2977

Re: make-3.79: Date bug on IRIX 6.5

2000-05-15 Thread Darren Hiebert
hanks for your prompt responses and great help! -- Darren Hiebert <[EMAIL PROTECTED]> XonTech, Inc. (256) 971-2977

[bug #18617] Better debugging facilities: tracing rule invocation.

2007-01-04 Thread Darren Hiebert
Follow-up Comment #1, bug #18617 (project make): I would like to piggyback on this enhancement request. I would like to see some manner of printing out the fully resolved makefile that make processes after evaluating $(foreach), $(eval), and ($call) functions. For example, consider this complicat

Make-3.81beta2 hangs in infinite loop

2005-05-25 Thread Darren Hiebert (Contractor)
I am using make-3.81beta2 and have run into a situation in which make gets stuck in an infinite loop in the function update_goal_chain() in remake.c. I attached a debugger to the make process and stepped through this function. I found that 'lastgoal' was non-null and that update_file() always retu

Re: Schedule for GNU make 3.81

2005-11-10 Thread Darren Hiebert (Contractor)
March 1, 2005. May I ask what happened to this release schedule? What is currently holding up the release? -- Darren Hiebert Phone: 256-964-5830 Pager: 877-214-3485 XonTech Systems Missle Defense Division Northrop Grumman Mission Systems ___ Bug-make