vim/src/xxd
Yee Cheng Chin d91124f926
patch 9.1.0846: debug symbols for xxd are not cleaned in Makefile
Problem:  debug symbols for xxd are not cleaned in Makefile
Solution: remove  xxd.dSYM in xxds Makefile, call xxd clean target from
          main Makefile (Yee Cheng Chin)

Remove xxd.dSYM folder when calling `make clean`. On macOS, when
compiling with debug info, clang will generate a "dSYM" folder that
contains debug symbols for the executable because unlike Linux, the
DWARF data is not embedded in the executable itself.

closes: #16010

Signed-off-by: Yee Cheng Chin <ychin.git@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
2024-11-07 22:11:06 +01:00
..
Make_amiga.mak
Make_ming.mak patch 9.1.0623: Mingw: errors when trying to delete non-existing files 2024-07-26 19:07:48 +02:00
Make_mvc.mak patch 9.1.0530: xxd: MSVC warning about non-ASCII character 2024-07-04 19:35:48 +02:00
Make_vms.mms
Makefile patch 9.1.0846: debug symbols for xxd are not cleaned in Makefile 2024-11-07 22:11:06 +01:00
xxd.c patch 9.1.0793: xxd: -e does add one extra space 2024-10-19 15:54:57 +02:00