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!


_______________________________________________
Help-make mailing list
Help-make@gnu.org
https://lists.gnu.org/mailman/listinfo/help-make

Reply via email to