Sun Dec 8 10:22:09 2019 UTC ()
regress: comment out two directories without Makefiles


(wiz)
diff -r1.25 -r1.26 pkgsrc/regress/Makefile

cvs diff -r1.25 -r1.26 pkgsrc/regress/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/regress/Attic/Makefile 2019/09/19 23:53:36 1.25
+++ pkgsrc/regress/Attic/Makefile 2019/12/08 10:22:09 1.26
@@ -1,31 +1,31 @@ @@ -1,31 +1,31 @@
1# $NetBSD: Makefile,v 1.25 2019/09/19 23:53:36 rillig Exp $ 1# $NetBSD: Makefile,v 1.26 2019/12/08 10:22:09 wiz Exp $
2# 2#
3# See https://www.netbsd.org/docs/pkgsrc/regression.html for more 3# See https://www.netbsd.org/docs/pkgsrc/regression.html for more
4# information about these tests. 4# information about these tests.
5# 5#
6 6
7COMMENT= Regression tests for pkgsrc infrastructure 7COMMENT= Regression tests for pkgsrc infrastructure
8 8
9SUBDIR+= barrier 9SUBDIR+= barrier
10SUBDIR+= bootstrap-install-sh 10SUBDIR+= bootstrap-install-sh
11SUBDIR+= buildlink-libtool 11SUBDIR+= buildlink-libtool
12SUBDIR+= buildlink-transform 12SUBDIR+= buildlink-transform
13SUBDIR+= buildlink-unwrap 13SUBDIR+= buildlink-unwrap
14SUBDIR+= check-perms 14SUBDIR+= check-perms
15SUBDIR+= check-portability 15SUBDIR+= check-portability
16SUBDIR+= compiler 16SUBDIR+= compiler
17SUBDIR+= env-vars 17SUBDIR+= env-vars
18SUBDIR+= gnu-configure-strict 18#SUBDIR+= gnu-configure-strict
19SUBDIR+= ignore-tools 19SUBDIR+= ignore-tools
20SUBDIR+= infra-unittests 20#SUBDIR+= infra-unittests
21SUBDIR+= make-env-phases 21SUBDIR+= make-env-phases
22SUBDIR+= make-quoting 22SUBDIR+= make-quoting
23SUBDIR+= pkg-options 23SUBDIR+= pkg-options
24SUBDIR+= pkgfail 24SUBDIR+= pkgfail
25SUBDIR+= print-plist 25SUBDIR+= print-plist
26SUBDIR+= print-plist-python 26SUBDIR+= print-plist-python
27SUBDIR+= show-all 27SUBDIR+= show-all
28SUBDIR+= subst 28SUBDIR+= subst
29SUBDIR+= tools 29SUBDIR+= tools
30 30
31.include "../mk/misc/category.mk" 31.include "../mk/misc/category.mk"