From da60a71393f046c92b844f5f5d889e17b106d2e4 Mon Sep 17 00:00:00 2001 From: Nikolaus Rath Date: Fri, 11 Aug 2017 10:42:58 +0200 Subject: Don't pass --update to cp Doesn't work on FreeBSD, and not strictly necessary. --- ChangeLog.rst | 2 ++ test/meson.build | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/ChangeLog.rst b/ChangeLog.rst index 95a98b0..c01bb56 100644 --- a/ChangeLog.rst +++ b/ChangeLog.rst @@ -5,6 +5,8 @@ Unreleased Changes flag had no effect in the previous versions of libfuse 3.x; now ACLs should actually work. +* Fixed a number of compilation problems under FreeBSD. + libfuse 3.1.1 (2017-08-06) ========================== diff --git a/test/meson.build b/test/meson.build index ecff313..e50251c 100644 --- a/test/meson.build +++ b/test/meson.build @@ -15,7 +15,7 @@ test_scripts = [ 'conftest.py', 'pytest.ini', 'test_examples.py', 'util.py', 'test_ctests.py' ] td += custom_target('test_scripts', input: test_scripts, output: test_scripts, build_by_default: true, - command: ['cp', '-fPu', '--preserve=mode', + command: ['cp', '-fP', '--preserve=mode', '@INPUT@', meson.current_build_dir() ]) # Provide something helpful when running 'ninja test' -- cgit v1.2.3