help-make
[Top][All Lists]
Advanced

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

Re: optional dependencies?


From: Erik Rull
Subject: Re: optional dependencies?
Date: Wed, 18 Apr 2012 23:12:23 +0200
User-agent: Mozilla/5.0 (Windows NT 5.1; rv:11.0) Gecko/20120312 Firefox/11.0 SeaMonkey/2.8

Paul Wise wrote:
Hi all,


[...]

Perhaps there is a way to build a target after all the other ones? Then
I could just make the target commands handle missing dependencies.

Just define your "final" target like:

target: $(filter-out target,$(MAKECMDGOALS))

Best regards,

Erik



reply via email to

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