Re: [PATCH 11/11] gnulib-tool: fall back into copy if symbolic link is not supported

2015-11-07 Thread KO Myung-Hun
Updated. Process a relative path of SRC correctly. KO Myung-Hun wrote: > And warn about it only once. > > * gnulib-tool (first_fall_back_to_cp_warn): New. Indicator for only > once warning about falling back to cp -p. > (func_ln_s): New. Fall back into cp -p if ln -s fails. And warn about > this

[PATCH 11/11] gnulib-tool: fall back into copy if symbolic link is not supported

2015-11-06 Thread KO Myung-Hun
And warn about it only once. * gnulib-tool (first_fall_back_to_cp_warn): New. Indicator for only once warning about falling back to cp -p. (func_ln_s): New. Fall back into cp -p if ln -s fails. And warn about this only once. (func_ln): Replace ln -s with func_ln_s. --- ChangeLog | 11 ++

[PATCH 11/11] gnulib-tool: fall back into copy if symbolic link is not supported

2015-07-21 Thread KO Myung-Hun
And warn about it only once. * gnulib-tool (first_fall_back_to_cp_warn): New. Indicator for only once warning about falling back to cp -p. (func_ln_s): New. Fall back into cp -p if ln -s fails. And warn about this only once. (func_ln): Replace ln -s with func_ln_s. --- gnulib-tool | 28 ++