help-make
[Top][All Lists]
Advanced

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

double-colon rules and multi-arch builds


From: Robert P. J. Day
Subject: double-colon rules and multi-arch builds
Date: Thu, 2 Mar 2006 16:51:43 -0500 (EST)

  ok, i have a far more specific question about double-colon rules.
it has to do with their use in paul's multi-arch build recipe here:

http://make.paulandlesley.org/multi-arch.html#advanced

  part of that makefile are the rules:

 Makefile : ;
 %.mk :: ;

 % :: $(OBJDIR) ; :

and the question is simply, do either of those last two rules
*require* the double colon as opposed to a single colon?  i'm not
interested in issues of efficiency, just in absolute requirement.

rday




reply via email to

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