NetBSD-Bugs archive

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

PR/43394 CVS commit: src/share/mk



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

From: Julio Merino <jmmv%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/43394 CVS commit: src/share/mk
Date: Tue, 13 Jul 2010 21:11:42 +0000

 Module Name:   src
 Committed By:  jmmv
 Date:          Tue Jul 13 21:11:41 UTC 2010
 
 Modified Files:
        src/share/mk: bsd.test.mk
 
 Log Message:
 Implement Atffile automatic generation.
 
 This change adds the ATFFILE variable, which can take the following values:
 - yes: The source directory contains a static Atffile to be installed.
 - auto: The Atffile is automatically generated.
 - no: Do not install any Atffile (replaces the previous NOATFFILE variable).
 
 The ugly bit of this is that I have to add a TESTS_SUBDIRS variable that
 lists the subdirectories that contain test cases (so that they can be listed
 in the Atffiles, without including auxiliary directories without tests).
 This is a subset of SUBDIR.
 
 Addresses a minor part of PR bin/43394.
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.10 -r1.11 src/share/mk/bsd.test.mk
 
 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