From: Bruno Haible Date: Thu, 10 Oct 2024 19:42:53 +0000 (+0200) Subject: build: Remove left-over files from the C# compiler of 'dotnet'. X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=8c84af74e66fd34d926ab1f9bb719a7883538b39;p=thirdparty%2Fgettext.git build: Remove left-over files from the C# compiler of 'dotnet'. * gettext-tools/src/Makefile.am (CLEANFILES): Add msgfmt.net.pdb, msgunfmt.net.pdb. --- 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