Module Name:    src
Committed By:   christos
Date:           Sat Aug 17 22:24:02 UTC 2024

Modified Files:
        src/tools: Makefile
        src/tools/awk: Makefile
Added Files:
        src/tools/maketab: Makefile

Log Message:
Add maketab tool and adjust for new awk


To generate a diff of this commit:
cvs rdiff -u -r1.223 -r1.224 src/tools/Makefile
cvs rdiff -u -r1.3 -r1.4 src/tools/awk/Makefile
cvs rdiff -u -r0 -r1.1 src/tools/maketab/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/tools/Makefile
diff -u src/tools/Makefile:1.223 src/tools/Makefile:1.224
--- src/tools/Makefile:1.223	Sat Aug 10 19:49:12 2024
+++ src/tools/Makefile	Sat Aug 17 18:24:01 2024
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.223 2024/08/10 23:49:12 mrg Exp $
+#	$NetBSD: Makefile,v 1.224 2024/08/17 22:24:01 christos Exp $
 
 .include <bsd.own.mk>
 .include <bsd.endian.mk>
@@ -105,7 +105,7 @@ SUBDIR+= cap_mkdb crunchgen ctags gencat
 		makewhatis mtree nbperf .WAIT uudecode
 .endif
 
-SUBDIR+= cat gzip rpcgen join lorder m4 mkdep tsort .WAIT yacc .WAIT awk .WAIT lex
+SUBDIR+= cat gzip rpcgen join lorder m4 mkdep tsort .WAIT yacc .WAIT maketab .WAIT awk .WAIT lex
 .if ${TOOLS_BUILDRUMP} == "no"
 SUBDIR+= xz-include .WAIT grep xz-lib pax .WAIT libprop
 

Index: src/tools/awk/Makefile
diff -u src/tools/awk/Makefile:1.3 src/tools/awk/Makefile:1.4
--- src/tools/awk/Makefile:1.3	Sat Dec 11 23:06:19 2010
+++ src/tools/awk/Makefile	Sat Aug 17 18:24:01 2024
@@ -1,7 +1,7 @@
-#	$NetBSD: Makefile,v 1.3 2010/12/12 04:06:19 christos Exp $
+#	$NetBSD: Makefile,v 1.4 2024/08/17 22:24:01 christos Exp $
 
 HOSTPROGNAME=	${_TOOL_PREFIX}awk
-HOST_SRCDIR=	external/historical/nawk/bin
+HOST_SRCDIR=	external/historical/nawk/bin/awk
 HOST_CPPFLAGS+=	-D__EXTENSIONS__	# for isblank
 
 .include "${.CURDIR}/../Makefile.host"

Added files:

Index: src/tools/maketab/Makefile
diff -u /dev/null src/tools/maketab/Makefile:1.1
--- /dev/null	Sat Aug 17 18:24:02 2024
+++ src/tools/maketab/Makefile	Sat Aug 17 18:24:01 2024
@@ -0,0 +1,8 @@
+#	$NetBSD: Makefile,v 1.1 2024/08/17 22:24:01 christos Exp $
+
+HOSTPROG=       ${_TOOL_PREFIX}maketab
+HOST_SRCDIR=	external/historical/nawk/bin/maketab
+
+realinstall:
+
+.include "${.CURDIR}/../Makefile.host"

Reply via email to