From f6ff5cca1917224a810f7f3f8fd77daed79d0959 Mon Sep 17 00:00:00 2001 From: jmmv Date: Sat, 15 Jan 2005 10:50:17 +0000 Subject: - Move all CHECK_FILES_SKIP definitions to a central place in bsd.pkg.mk. - Move the previous block of code down in the file so that all used variables are defined (specially PKG_SYSCONFDIR). Fixes a problem noticed by kristerw@'s bulk build in comms/minicom. - Ignore diff's return code, which aborts make in NetBSD 1.6.2. Also noticed by kristerw@'s bulk build. - Use full paths to do the checks, instead of relative to ${PREFIX}. Less ambiguity. Matches should be turned into regular expressions that anchor to a whole line (tried that, but found some problems). - Turn CHECK_FILES to NO by default. As said in the previous point, there are still some problems that have to be fixed and minor improvements to be done. And I have no time to fix this ATM. Yes, this definitely needs more testing. I'm sorry for all the noise. (But hey! you should set and try this feature locally! ;-) --- mk/texinfo.mk | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'mk/texinfo.mk') diff --git a/mk/texinfo.mk b/mk/texinfo.mk index 6c95fc9aa24..12cd8394778 100644 --- a/mk/texinfo.mk +++ b/mk/texinfo.mk @@ -1,4 +1,4 @@ -# $NetBSD: texinfo.mk,v 1.26 2005/01/14 18:41:00 jmmv Exp $ +# $NetBSD: texinfo.mk,v 1.27 2005/01/15 10:50:18 jmmv Exp $ # # Copyright (c) 2002, 2003 The NetBSD Foundation, Inc. # All rights reserved. @@ -56,11 +56,6 @@ USE_PKGINSTALL= YES # files and the Info dir file. INFO_DIR?= info -# The 'dir' file has to be skipped from the check-files functionality -# because it does not belong to any package (thus it is not registered -# in any PLIST). -CHECK_FILES_SKIP+= ${INFO_DIR}/dir - # Does the system have the install-info command? # Any version will fit (really?). _INSTALL_INFO= -- cgit v1.2.3