Source-Changes-HG archive

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

[src/netbsd-3]: src/usr.bin/make/unit-tests Pull up revision 1.16 (requested ...



details:   https://anonhg.NetBSD.org/src/rev/3c07634f5526
branches:  netbsd-3
changeset: 576392:3c07634f5526
user:      tron <tron%NetBSD.org@localhost>
date:      Sat Jul 02 16:22:22 2005 +0000

description:
Pull up revision 1.16 (requested by rpaulo in ticket #491):
Add a unit-test for comments.
Addition to PR bin/17732.
Approved by sjg and christos.

diffstat:

 usr.bin/make/unit-tests/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r d5eaac9735f1 -r 3c07634f5526 usr.bin/make/unit-tests/Makefile
--- a/usr.bin/make/unit-tests/Makefile  Sat Jul 02 16:12:13 2005 +0000
+++ b/usr.bin/make/unit-tests/Makefile  Sat Jul 02 16:22:22 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14.2.2 2005/06/16 09:53:24 tron Exp $
+# $NetBSD: Makefile,v 1.14.2.3 2005/07/02 16:22:22 tron Exp $
 #
 # Unit tests for make(1)
 # The main targets are:
@@ -19,6 +19,7 @@
 # Simple sub-makefiles - we run them as a black box
 # keep the list sorted.
 SUBFILES= \
+       comment \
        cond1 \
        modmatch \
        modts \



Home | Main Index | Thread Index | Old Index