[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Cancelling implicit rules
From: |
Thorstein Thorsteinsson |
Subject: |
Cancelling implicit rules |
Date: |
Mon, 30 Oct 2000 14:13:05 +0100 |
To the gnumake developers:
If I understand correctly, the following example does
not work according to the description in the manual.
I am trying to override the implicit rules already
defined by gnumake, and instead create my own defining
the sequence %.f -> %.F -> %.o.
In the attached example I do:
> make tmp.o
make: Circular tmp.F <- tmp.f dependency dropped.
make: `tmp.o' is up to date.
>
but tmp.o is not created (because there is still a
%.F -> %.f dependency ?).
My main reason for avoiding a direct %.f -> %.o rule
is that I want to delete %.F in case of errors/interrupts.
Using the target .DELETE_ON_ERROR does not seem to be
applicable, because %.F would not appear as a target (?)
Any help would be much appreciated!
Best wishes,
T.Thorsteinsson
< Õpý9 íÔ=kÃ0`õ¯¸¡Y:(w¶> ?#ÈÐ)º?`%%5©óÿ#µ~?BÓ.J?¾Ï Ç?ÎçM7U¥1öÖ¦ÈR>Ï(
ç8RìÅûÚ5¾1S?8E¶xgÉñ}X^Ô°í-ê?¶ßµÝ5:ºªM7}ZíÚøúÖ{#Í??1?Î_LómþµXQÄÅ::óÏç¯-Ï!,^æËYõu%IÒ}5ÑaF«»õ?îR>!¥û?c:ä#WÇ?4=?1]oý?pAÚÿ¡ÛëXò?ßöÿüÿ_»¼ÿb?Ãþ üÅ
°ûL (
- Cancelling implicit rules,
Thorstein Thorsteinsson <=