help-make
[Top][All Lists]
Advanced

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

Replacement for .if !target(${foo})


From: Larry Owen
Subject: Replacement for .if !target(${foo})
Date: Mon, 7 Oct 2002 12:27:04 -0500
User-agent: Nope

Hello,
   First off, I'm not on list, so please include me 
in on the reply.  Does anyone have a clever way to 
recreate the following bsd make code with gnu make:

.for stage in pre post
.for name in download unpack patch configure \
             build install link package web

.if !target(${stage}-${name})
${stage}-${name}:
        @${DO_NOTHING}
.endif

.endfor
.endfor




reply via email to

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