Date: Fri, 30 Apr 2004 14:26:37 +0200 From: Oliver Eikemeier <eikemeier@fillmore-labs.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/66109: [PATCH] bsd.port.mk: inconsistent use of `::' targets Message-ID: <409245FD.8070409@fillmore-labs.com> Resent-Message-ID: <200404301230.i3UCU5hR098304@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 66109 >Category: ports >Synopsis: [PATCH] bsd.port.mk: inconsistent use of `::' targets >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Apr 30 05:30:05 PDT 2004 >Closed-Date: >Last-Modified: >Originator: Oliver Eikemeier >Release: FreeBSD 4.10-STABLE i386 >Organization: Fillmore Labs - http://www.fillmore-labs.com >Environment: System: FreeBSD nuuk.fillmore-labs.com 4.10-STABLE >Description: `::' targets should be used consistently, so that they can be used even after their default definition, like in "Makefile error: unable to parse MLINKS." >How-To-Repeat: >Fix: Index: bsd.port.mk =================================================================== RCS file: /home/ncvs/ports/Mk/bsd.port.mk,v retrieving revision 1.488 diff -u -r1.488 bsd.port.mk --- bsd.port.mk 19 Apr 2004 23:39:52 -0000 1.488 +++ bsd.port.mk 30 Apr 2004 12:14:08 -0000 @@ -2264,7 +2280,7 @@ .endif .if !target(check-makefile) -check-makefile: +check-makefile:: @${DO_NADA} .endif @@ -2301,12 +2317,12 @@ .endif .if !target(check-makevars) -check-makevars: +check-makevars:: @${DO_NADA} .endif .if !target(check-depends) -check-depends: +check-depends:: @${DO_NADA} .endif >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?409245FD.8070409>