help-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: fail, if a target was not generated


From: Torsten Mohr
Subject: Re: fail, if a target was not generated
Date: Sat, 15 Oct 2005 09:34:00 +0200
User-agent: KMail/1.8

Hi,

> Well, of course you can do it in the shell:
>
>  $(OUTPUT) : $(INPUT)
>         -command -o $@ -c $<
>         @[ -f $@ -a $@ -nt $< ]
>
> It seems like there should be a way to get make to do this, since that's
> what make does, but I can't think of one offhand.

thanks for that answer.

I did not post this on the win32 mailing list as i thought there
could maybe be something in make available.

Is there something possible directly within "make"?


Best regards,
Torsten.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]