From 868e4fe0bcab2dac12495dad2be336c51bbaeb6f Mon Sep 17 00:00:00 2001 From: tv Date: Fri, 10 Nov 2006 17:34:09 +0000 Subject: Use find -print | xargs rather than find -exec. --- meta-pkgs/boost/Makefile.common | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'meta-pkgs') diff --git a/meta-pkgs/boost/Makefile.common b/meta-pkgs/boost/Makefile.common index 5ba11f02d88..783a596e6ee 100644 --- a/meta-pkgs/boost/Makefile.common +++ b/meta-pkgs/boost/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.8 2006/06/25 17:06:08 rillig Exp $ +# $NetBSD: Makefile.common,v 1.9 2006/11/10 17:41:13 tv Exp $ # BOOST_PACKAGE?= undefined @@ -37,7 +37,7 @@ GCC_REQD+= 3.2 # if using gcc; ignored otherwise # future timestamp than the sources. If this happens, print-PLIST does # not work. pre-configure: - @cd ${WRKSRC} && ${FIND} . -type f -exec ${TOUCH} {} \; + @cd ${WRKSRC} && ${FIND} . -type f -print | ${XARGS} ${TOUCH} # Generate a new user.hpp or use the installed one, depending on the # package we are building. -- cgit v1.2.3