]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
build: Remove left-over files from the C# compiler of 'dotnet'.
authorBruno Haible <bruno@clisp.org>
Thu, 10 Oct 2024 19:42:53 +0000 (21:42 +0200)
committerBruno Haible <bruno@clisp.org>
Thu, 10 Oct 2024 19:42:53 +0000 (21:42 +0200)
* gettext-tools/src/Makefile.am (CLEANFILES): Add msgfmt.net.pdb,
msgunfmt.net.pdb.

.gitignore
gettext-tools/src/Makefile.am

index a6e84a141596f86877ff5f090db9d0e51f094708..6454ba76c9327108f09490213094c1e6965c6ccc 100644 (file)
@@ -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
index 07392c1bef2651856b9691fd5bd64a424c85959a..27fbd8b3bfaf1b272d75a85b12ab9967c9c3a8c0 100644 (file)
@@ -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