Source-Changes-HG archive

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

[src/trunk]: src/regress/lib/libc Since the regex test is gone, don't try to ...



details:   https://anonhg.NetBSD.org/src/rev/a495213ce59f
branches:  trunk
changeset: 760593:a495213ce59f
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Sat Jan 08 18:42:47 2011 +0000

description:
Since the regex test is gone, don't try to descend into its SUBDIR

diffstat:

 regress/lib/libc/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (12 lines):

diff -r bd221667ff22 -r a495213ce59f regress/lib/libc/Makefile
--- a/regress/lib/libc/Makefile Sat Jan 08 18:13:42 2011 +0000
+++ b/regress/lib/libc/Makefile Sat Jan 08 18:42:47 2011 +0000
@@ -1,6 +1,6 @@
-#      $NetBSD: Makefile,v 1.77 2011/01/08 07:02:17 pgoyette Exp $
+#      $NetBSD: Makefile,v 1.78 2011/01/08 18:42:47 pgoyette Exp $
 
-SUBDIR+= citrus divrem getaddrinfo int_fmtio locale regex
+SUBDIR+= citrus divrem getaddrinfo int_fmtio locale
 
 .include <bsd.own.mk>
 .include <bsd.sys.mk>



Home | Main Index | Thread Index | Old Index