Source-Changes-HG archive

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

[src/trunk]: src back to old lex



details:   https://anonhg.NetBSD.org/src/rev/0d2da44047f2
branches:  trunk
changeset: 748522:0d2da44047f2
user:      christos <christos%NetBSD.org@localhost>
date:      Mon Oct 26 04:08:25 2009 +0000

description:
back to old lex

diffstat:

 lib/Makefile       |  6 +++---
 tools/lex/Makefile |  5 +++--
 2 files changed, 6 insertions(+), 5 deletions(-)

diffs (38 lines):

diff -r 48978afeeca8 -r 0d2da44047f2 lib/Makefile
--- a/lib/Makefile      Mon Oct 26 03:51:42 2009 +0000
+++ b/lib/Makefile      Mon Oct 26 04:08:25 2009 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.144 2009/10/26 01:18:46 christos Exp $
+#      $NetBSD: Makefile,v 1.145 2009/10/26 04:08:25 christos Exp $
 #      from: @(#)Makefile      5.25.1.1 (Berkeley) 5/7/91
 
 .include <bsd.own.mk>
@@ -6,12 +6,12 @@
 SUBDIR=        csu libc .WAIT libarch \
        libbsdmalloc libbluetooth libbz2 \
        libcompat libcrypt \
-       libcurses libevent libintl libkvm libm \
+       libcurses libevent libintl libkvm libl libm \
        libossaudio libpcap libpci libpmc libposix libprop libpthread \
        libpthread_dbg libpuffs libresolv librmt librpcsvc librt \
        libterm libusbhid libutil libwrap liby libz
 
-SUBDIR+=../external/bsd/flex/lib
+#SUBDIR+=../external/bsd/flex/lib
 
 # libform and libmenu need libcurses
 SUBDIR+=       .WAIT libform libmenu 
diff -r 48978afeeca8 -r 0d2da44047f2 tools/lex/Makefile
--- a/tools/lex/Makefile        Mon Oct 26 03:51:42 2009 +0000
+++ b/tools/lex/Makefile        Mon Oct 26 04:08:25 2009 +0000
@@ -1,7 +1,8 @@
-#      $NetBSD: Makefile,v 1.5 2009/10/26 01:19:02 christos Exp $
+#      $NetBSD: Makefile,v 1.6 2009/10/26 04:08:55 christos Exp $
 
 HOSTPROGNAME=  ${_TOOL_PREFIX}lex
-HOST_SRCDIR=   external/bsd/flex/bin
+HOST_SRCDIR=   usr.bin/lex
+#HOST_SRCDIR=  external/bsd/flex/bin
 
 .include "${.CURDIR}/../Makefile.host"
 



Home | Main Index | Thread Index | Old Index