[m-rev.] for review: mmake error redirection

Zoltan Somogyi zs at cs.mu.OZ.AU
Fri Sep 13 13:32:26 AEST 2002


On 12-Sep-2002, Fergus Henderson <fjh at cs.mu.OZ.AU> wrote:
> +ERR_REDIRECT = > $(*F).err 2>&1
> +
>  $(s_dates_subdir)%.s_date : %.m
>  	$(MCG) $(ALL_GRADEFLAGS) --target-code-only $(ALL_MCGFLAGS) \
> -		$(*F) > $(*F).err 2>&1
> +		$(*F) $(ERR_REDIRECT)

I am concerned about whether make will expand $(*F) after expanding
$(ERR_REDIRECT). However, if you have tested this and it works, then the change
is fine.

Zoltan.
--------------------------------------------------------------------------
mercury-reviews mailing list
post:  mercury-reviews at cs.mu.oz.au
administrative address: owner-mercury-reviews at cs.mu.oz.au
unsubscribe: Address: mercury-reviews-request at cs.mu.oz.au Message: unsubscribe
subscribe:   Address: mercury-reviews-request at cs.mu.oz.au Message: subscribe
--------------------------------------------------------------------------



More information about the reviews mailing list