Subject: pkg/4877: IGNOREFILES produce warnings from make
To: None <gnats-bugs@gnats.netbsd.org>
From: Manuel Bouyer <bouyer@antioche.lip6.fr>
List: netbsd-bugs
Date: 01/23/1998 16:27:18
>Number:         4877
>Category:       pkg
>Synopsis:       IGNOREFILES produce warnings from make
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    gnats-admin (GNATS administrator)
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Fri Jan 23 07:35:00 1998
>Last-Modified:
>Originator:     
>Organization:

LIP6, Universite Paris VI.     

>Release:        NetBSD 1.3
>Environment:

Stock NetBSD 1.3/i386

>Description:
	When a package puts all its distfile in IGNOREFILES, make complain
	something like "no output from shell". The fact is that, in this case,
	the shell doesn't echo anything on stdout.
>How-To-Repeat:
	Type 'make' in the xcolors pkgsrc I just commited.
>Fix:
	
--- bsd.port.mk.orig	Fri Jan 23 16:08:55 1998
+++ bsd.port.mk	Fri Jan 23 16:07:51 1998
@@ -701,6 +701,8 @@
 		done; \
 		if [ "$$ignore" = 0 ]; then \
 			echo "$$file"; \
+		else \
+			echo ""; \
 		fi; \
 	done
 .else
>Audit-Trail:
>Unformatted: