Source-Changes-HG archive

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

[src/trunk]: src unhook flex for now



details:   https://anonhg.NetBSD.org/src/rev/286cd8cc271d
branches:  trunk
changeset: 748524:286cd8cc271d
user:      christos <christos%NetBSD.org@localhost>
date:      Mon Oct 26 04:10:12 2009 +0000

description:
unhook flex for now

diffstat:

 compat/external/lib/Makefile |  4 ++--
 distrib/sets/lists/man/mi    |  4 ++--
 external/bsd/Makefile        |  4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diffs (50 lines):

diff -r bb5f75d0061e -r 286cd8cc271d compat/external/lib/Makefile
--- a/compat/external/lib/Makefile      Mon Oct 26 04:09:45 2009 +0000
+++ b/compat/external/lib/Makefile      Mon Oct 26 04:10:12 2009 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.10 2009/10/26 01:22:41 christos Exp $
+#      $NetBSD: Makefile,v 1.11 2009/10/26 04:10:39 christos Exp $
 
 #
 # This Makefile exists to provide a single point to build
@@ -20,7 +20,7 @@
 
 SUBDIR+= ../bsd/bind/lib
 SUBDIR+= ../bsd/file/lib
-SUBDIR+= ../bsd/flex/lib
+#SUBDIR+= ../bsd/flex/lib
 
 .if ${MKBINUTILS} != "no" && ${HAVE_BINUTILS} == "219"
 SUBDIR+=        ../gpl3/binutils/lib
diff -r bb5f75d0061e -r 286cd8cc271d distrib/sets/lists/man/mi
--- a/distrib/sets/lists/man/mi Mon Oct 26 04:09:45 2009 +0000
+++ b/distrib/sets/lists/man/mi Mon Oct 26 04:10:12 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: mi,v 1.1170 2009/10/26 01:59:35 christos Exp $
+# $NetBSD: mi,v 1.1171 2009/10/26 04:11:09 christos Exp $
 #
 # Note: don't delete entries from here - mark them as "obsolete" instead.
 #
@@ -15,7 +15,7 @@
 ./usr/share/info/dc.info                       man-util-info           info
 ./usr/share/info/diff.info                     man-util-info           info
 ./usr/share/info/dir                           man-info-share          info
-./usr/share/info/flex.info                     man-computil-info       info
+#./usr/share/info/flex.info                    man-computil-info       info
 ./usr/share/info/g++FAQ.info                   man-obsolete            obsolete
 ./usr/share/info/g77.info                      comp-obsolete           gcc=4,obsolete
 ./usr/share/info/g77.info                      man-fortran-info        gcc=3,gcccmds,info
diff -r bb5f75d0061e -r 286cd8cc271d external/bsd/Makefile
--- a/external/bsd/Makefile     Mon Oct 26 04:09:45 2009 +0000
+++ b/external/bsd/Makefile     Mon Oct 26 04:10:12 2009 +0000
@@ -1,8 +1,8 @@
-#      $NetBSD: Makefile,v 1.14 2009/10/26 01:18:00 christos Exp $
+#      $NetBSD: Makefile,v 1.15 2009/10/26 04:10:12 christos Exp $
 
 .include <bsd.own.mk>
 
-SUBDIR+= am-utils bind dhcpcd fetch file flex libarchive mdocml pkg_install top
+SUBDIR+= am-utils bind dhcpcd fetch file libarchive mdocml pkg_install top
 .if (${MKATF} != "no")
 SUBDIR+= atf
 .endif



Home | Main Index | Thread Index | Old Index