Source-Changes-HG archive

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

[src/trunk]: src/sys/modules Descend into the examples to build them all the ...



details:   https://anonhg.NetBSD.org/src/rev/f5dbf0d50629
branches:  trunk
changeset: 338198:f5dbf0d50629
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Thu May 14 01:34:31 2015 +0000

description:
Descend into the examples to build them all the time.  (They will not
be installed, but we still want to make sure they build to avoid any
bit-rot).

diffstat:

 sys/modules/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (16 lines):

diff -r 7d768f4e389b -r f5dbf0d50629 sys/modules/Makefile
--- a/sys/modules/Makefile      Thu May 14 00:59:03 2015 +0000
+++ b/sys/modules/Makefile      Thu May 14 01:34:31 2015 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.153 2015/05/13 02:15:34 pgoyette Exp $
+#      $NetBSD: Makefile,v 1.154 2015/05/14 01:34:31 pgoyette Exp $
 
 .include <bsd.own.mk>
 
@@ -331,4 +331,6 @@
 SUBDIR+=       iscsi
 .endif
 
+SUBDIR+=       examples        # build these regularly to avoid bit-rot
+
 .include <bsd.subdir.mk>



Home | Main Index | Thread Index | Old Index