From 8c84af74e66fd34d926ab1f9bb719a7883538b39 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Thu, 10 Oct 2024 21:42:53 +0200 Subject: [PATCH] build: Remove left-over files from the C# compiler of 'dotnet'. * gettext-tools/src/Makefile.am (CLEANFILES): Add msgfmt.net.pdb, msgunfmt.net.pdb. --- .gitignore | 2 ++ gettext-tools/src/Makefile.am | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index a6e84a141..6454ba76c 100644 --- a/.gitignore +++ b/.gitignore @@ -707,8 +707,10 @@ autom4te.cache/ /gettext-tools/src/libgettextsrc.la /gettext-tools/src/msgfmt.net.exe /gettext-tools/src/msgfmt.net.exe.mdb +/gettext-tools/src/msgfmt.net.pdb /gettext-tools/src/msgunfmt.net.exe /gettext-tools/src/msgunfmt.net.exe.mdb +/gettext-tools/src/msgunfmt.net.pdb # Executables generated by "make": /gettext-runtime/src/envsubst /gettext-runtime/src/envsubst.exe diff --git a/gettext-tools/src/Makefile.am b/gettext-tools/src/Makefile.am index 07392c1be..27fbd8b3b 100644 --- a/gettext-tools/src/Makefile.am +++ b/gettext-tools/src/Makefile.am @@ -735,8 +735,8 @@ uninstall-java-no: EXTRA_DIST += msgfmt.cs msgunfmt.cs CLEANFILES += \ - msgfmt.net.exe msgfmt.net.exe.mdb \ - msgunfmt.net.exe msgunfmt.net.exe.mdb + msgfmt.net.exe msgfmt.net.exe.mdb msgfmt.net.pdb \ + msgunfmt.net.exe msgunfmt.net.exe.mdb msgunfmt.net.pdb all-local: all-csharp-@BUILDCSHARP@ all-csharp-yes: msgfmt.net.exe msgunfmt.net.exe -- 2.47.2