bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

copy-file: Shrink dependencies


From: Bruno Haible
Subject: copy-file: Shrink dependencies
Date: Fri, 26 Jun 2020 16:06:31 +0200
User-agent: KMail/5.1.3 (Linux/4.4.0-179-generic; KDE/5.18.0; x86_64; ; )

The 'copy-file' module does not need the functions defined in copy-acl.c,
set-acl.c, qset-acl.c.


2020-06-26  Bruno Haible  <bruno@clisp.org>

        copy-file: Shrink dependencies.
        * modules/copy-file (Depends-on): Remove acl. Add acl-permissions,
        qcopy-acl.

diff --git a/modules/copy-file b/modules/copy-file
index cc4a3c7..293ad6a 100644
--- a/modules/copy-file
+++ b/modules/copy-file
@@ -7,7 +7,7 @@ lib/copy-file.c
 m4/copy-file.m4
 
 Depends-on:
-acl
+acl-permissions
 binary-io
 close
 copy-file-range
@@ -17,6 +17,7 @@ full-write
 gettext-h
 ignore-value
 open
+qcopy-acl
 quote
 safe-read
 stat-time




reply via email to

[Prev in Thread] Current Thread [Next in Thread]