1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-02-14 19:32:10 +02:00
Files
coreutils/gl/modules/targetdir
Paul Eggert 30c932a309 cp,mv,install: modularize targetdir
Move target directory code out of system.h to a new targetdir module.
This doesn’t change functionality.
* bootstrap.conf (gnulib_modules): Add targetdir.
* src/cp.c, src/install.c, src/mv.c: Include targetdir.h.
* src/system.h (must_be_working_directory, target_directory_operand)
(targetdir_dirfd_valid): Move from here ...
* gl/lib/targetdir.c, gl/lib/targetdir.h, gl/modules/targetdir:
... to these new files.
2022-04-12 23:57:15 -07:00

26 lines
241 B
Plaintext

Description:
Target directory operands
Files:
lib/targetdir.c
lib/targetdir.h
Depends-on:
attribute
fcntl-h
stdbool
configure.ac:
Makefile.am:
lib_SOURCES += targetdir.c targetdir.h
Include:
"targetdir.h"
License:
GPL
Maintainer:
all