Module Name:    src
Committed By:   tsutsui
Date:           Wed Feb  3 12:58:54 UTC 2010

Modified Files:
        src/tools/compile_et: Makefile

Log Message:
No need to compile strlcpy.c and strlcat.c here.

They are in libnbcompat.a, not in src/lib/libc/string
(moved into src/common/lib/libc/string), and
strlcpy.c and strlcat.c derived from crypto/dist/heimdal/lib/roken
won't include the target functions if nbtool_config.h defines
HAVE_STRLCPY and HAVE_STRLCAT.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/tools/compile_et/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/compile_et/Makefile
diff -u src/tools/compile_et/Makefile:1.5 src/tools/compile_et/Makefile:1.6
--- src/tools/compile_et/Makefile:1.5	Sun Nov 16 14:14:18 2003
+++ src/tools/compile_et/Makefile	Wed Feb  3 12:58:53 2010
@@ -1,14 +1,10 @@
-#	$NetBSD: Makefile,v 1.5 2003/11/16 14:14:18 lukem Exp $
+#	$NetBSD: Makefile,v 1.6 2010/02/03 12:58:53 tsutsui Exp $
 
 HOSTPROGNAME=	${_TOOL_PREFIX}compile_et
 HOST_SRCDIR=	usr.bin/compile_et
 HOST_SRCS=	getarg.c print_version.c warnerr.c strupr.c get_window_size.c
 HOST_CPPFLAGS=	-I${DIST}/heimdal/lib/roken
 
-# uncommon library functions
-.PATH: ${.CURDIR}/../../lib/libc/string
-HOST_SRCS+=	strlcpy.c strlcat.c
-
 make-print-version.lo: ${.CURDIR}/../../include/heimdal/version.h
 make-print-version: make-print-version.lo
 	${_MKTARGET_LINK}

Reply via email to