NetBSD-Bugs archive

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

PR/47933 CVS commit: pkgsrc/audio/nas



The following reply was made to PR bin/47933; it has been noted by GNATS.

From: "Christos Zoulas" <christos%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/47933 CVS commit: pkgsrc/audio/nas
Date: Mon, 15 Jul 2013 15:55:31 -0400

 Module Name:   pkgsrc
 Committed By:  christos
 Date:          Mon Jul 15 19:55:31 UTC 2013
 
 Modified Files:
        pkgsrc/audio/nas: Makefile
 
 Log Message:
 remove gmake from TOOLS. NAS uses imake and imake forces the use of
 /usr/bin/make in all Makefiles. Fixes PR/47933.
 gmake saw $MAKELEVEL being set, and passed -w to recursive makes (so
 directory enter and exit events are printed). Imake forces our make
 to be used, and our make does not understand -w (yet)
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.92 -r1.93 pkgsrc/audio/nas/Makefile
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index