From marcolz@office-install1.ilse.net  Wed Feb 12 07:01:42 2003
Return-Path: <marcolz@office-install1.ilse.net>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 1705C37B401
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 12 Feb 2003 07:01:42 -0800 (PST)
Received: from office-install1.ilse.net (ipv6-router.ilse.nl [62.69.162.169])
	by mx1.FreeBSD.org (Postfix) with ESMTP id A6AD243FBF
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 12 Feb 2003 07:01:40 -0800 (PST)
	(envelope-from marcolz@office-install1.ilse.net)
Received: from office-install1.ilse.net (localhost.ilse.net [127.0.0.1])
	by office-install1.ilse.net (8.12.6/8.12.6) with ESMTP id h1CF19ow035354;
	Wed, 12 Feb 2003 16:01:09 +0100 (CET)
	(envelope-from marcolz@office-install1.ilse.net)
Received: (from marcolz@localhost)
	by office-install1.ilse.net (8.12.6/8.12.6/Submit) id h1CF18qb035353;
	Wed, 12 Feb 2003 16:01:08 +0100 (CET)
Message-Id: <200302121501.h1CF18qb035353@office-install1.ilse.net>
Date: Wed, 12 Feb 2003 16:01:08 +0100 (CET)
From: Marc Olzheim <marcolz@office-install1.ilse.net>
Reply-To: Marc Olzheim <marcolz@office-install1.ilse.net>
To: FreeBSD-gnats-submit@freebsd.org
Cc: marcolz@ilse.nl
Subject: make -q only does what the manpage says in NonCompat mode.
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         48210
>Category:       bin
>Synopsis:       make -q only does what the manpage says in NonCompat mode.
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    ru
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Feb 12 07:10:03 PST 2003
>Closed-Date:    Fri Oct 03 14:36:06 PDT 2003
>Last-Modified:  Fri Oct 03 14:36:06 PDT 2003
>Originator:     Marc Olzheim
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
ilse technology
>Environment:
FreeBSD 2 - 5

>Description:
	The manpage states:
     -q      Do not execute any commands, but exit 0 if the specified targets
             are up-to-date and 1, otherwise.

	This, however, is only true when Compat is off, i.e., only if -j is used.
	If -j is not used, or -B is used, Compat mode is on and it make will
	return -1.
>How-To-Repeat:
	"make -q" or "make -j1 -q".
>Fix:

	Fix the manpage ?


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-doc->freebsd-bugs 
Responsible-Changed-By: ru 
Responsible-Changed-When: Fri Oct 3 14:33:38 PDT 2003 
Responsible-Changed-Why:  
Fixed category. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=48210 
State-Changed-From-To: open->closed 
State-Changed-By: ru 
State-Changed-When: Fri Oct 3 14:34:27 PDT 2003 
State-Changed-Why:  
Fixed in 5.1-CURRENT; -q now works as documented in the compat mode too. 


Responsible-Changed-From-To: freebsd-bugs->ru 
Responsible-Changed-By: ru 
Responsible-Changed-When: Fri Oct 3 14:34:27 PDT 2003 
Responsible-Changed-Why:  

http://www.freebsd.org/cgi/query-pr.cgi?pr=48210 
>Unformatted:
