Source-Changes-HG archive

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

[src/netbsd-6]: src Pull up following revision(s) (requested by veego in tick...



details:   https://anonhg.NetBSD.org/src/rev/c9db1d25e874
branches:  netbsd-6
changeset: 774085:c9db1d25e874
user:      riz <riz%NetBSD.org@localhost>
date:      Wed May 09 20:06:36 2012 +0000

description:
Pull up following revision(s) (requested by veego in ticket #238):
        Makefile: revision 1.292
Add usr.bin to the exclude list for make includes.
This is no longer needed after flex was moved to the external framework.

diffstat:

 Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 882f2424da20 -r c9db1d25e874 Makefile
--- a/Makefile  Wed May 09 20:03:53 2012 +0000
+++ b/Makefile  Wed May 09 20:06:36 2012 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.291 2012/01/24 17:37:34 abs Exp $
+#      $NetBSD: Makefile,v 1.291.2.1 2012/05/09 20:06:36 riz Exp $
 
 #
 # This is the top-level makefile for building NetBSD. For an outline of
@@ -563,7 +563,7 @@
 # (Tells <bsd.subdir.mk> not to recurse for them.)
 #
 
-.for dir in bin etc distrib games libexec regress sbin usr.sbin tools
+.for dir in bin etc distrib games libexec regress sbin usr.bin usr.sbin tools
 includes-${dir}: .PHONY
        @true
 .endfor



Home | Main Index | Thread Index | Old Index