1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-03-02 19:15:18 +02:00
Files
coreutils/gl/modules
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
..
2021-04-26 23:32:45 -07:00
2022-04-12 23:57:15 -07:00