pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/meta-pkgs/boost boost: faster "find"
details: https://anonhg.NetBSD.org/pkgsrc/rev/8c081508df1f
branches: trunk
changeset: 382365:8c081508df1f
user: adam <adam%pkgsrc.org@localhost>
date: Mon Jul 02 20:32:09 2018 +0000
description:
boost: faster "find"
diffstat:
meta-pkgs/boost/Makefile.common | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 262fd090ca64 -r 8c081508df1f meta-pkgs/boost/Makefile.common
--- a/meta-pkgs/boost/Makefile.common Mon Jul 02 19:39:26 2018 +0000
+++ b/meta-pkgs/boost/Makefile.common Mon Jul 02 20:32:09 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.73 2018/04/30 00:21:12 ryoon Exp $
+# $NetBSD: Makefile.common,v 1.74 2018/07/02 20:32:09 adam Exp $
#
# used by devel/boost-build/Makefile
# used by devel/boost-docs/Makefile
@@ -89,7 +89,7 @@
# We can't do this at post-extract because the extract cookie will get a future
# timestamp than the sources. If this happens, print-PLIST does not work.
pre-configure:
- ${FIND} ${WRKSRC} -type f -exec ${TOUCH} {} \;
+ ${FIND} ${WRKSRC} -type f -exec ${TOUCH} {} +
# Generate a new user.hpp or use the installed one, depending on the package
# we are building.
Home |
Main Index |
Thread Index |
Old Index