|
From: | John Calcote |
Subject: | RE: help make target .INTERMEDIATE .SECONDARY |
Date: | Fri, 14 Mar 2008 12:56:53 -0600 |
User-agent: | Thunderbird 2.0.0.12 (Windows/20080213) |
Hi Vad,
learn make utility.And i want to know more about target modifiers aside from .PHONY, like this:.INTERMEDIATE .SECONDARY Please show me some simple examples of using this targets
Please check out the GNU make manual here: http://www.gnu.org/software/make/manual Look in section 10.4 under intermediate dependencies. .INTERMEDIATE and .SECONDARY both provide a mechanism for you to explicitly declare a target as an intermediate product. Section 10.4 explains why you might want to do this, and what the side effects are. John
[Prev in Thread] | Current Thread | [Next in Thread] |