|
From: | Paul Smith |
Subject: | Re: one question about makefile |
Date: | Thu, 24 Jan 2013 00:18:38 -0500 |
On Thu, 2013-01-24 at 12:20 +0800, MorrisLin wrote: > Hi all, > > Could someone help me to clarify what does "|" meaning in makefile > statement? > > target: dep1 | dep2 > echo "test" You can look up "order-only prerequisites" in the GNU make manual. Let us know if that is not sufficient. Cheers!
[Prev in Thread] | Current Thread | [Next in Thread] |