Cleanup temporary build files
authorChristian Göttsche <cgzones@googlemail.com>
Mon, 14 Aug 2023 14:25:09 +0000 (16:25 +0200)
committerNoah Meyerhans <noahm@debian.org>
Sun, 10 Mar 2024 06:31:22 +0000 (22:31 -0800)
Forwarded: https://github.com/dovecot/core/pull/207

Support building twice:

    dpkg-source: info: local changes detected, the modified files are:
     source/src/plugins/quota/rquota.h.tmp
     source/src/plugins/quota/rquota_xdr.c.tmp

Gbp-Pq: Name Cleanup-temporary-build-files.patch

src/plugins/quota/Makefile.am

index ad08d507ba60881914e1f3e75853a70666de077c..b695d8aeab453efb5eeb855eedc4bc379d241863 100644 (file)
@@ -127,7 +127,7 @@ clean-generic:
        if [ "$(top_srcdir)" != "$(top_builddir)" ]; then \
          rm -f $(top_builddir)/src/plugins/quota/rquota.x; \
        fi; \
-       rm -f rquota_xdr.c rquota.h
+       rm -f rquota_xdr.c rquota_xdr.c.tmp rquota.h rquota.h.tmp
 
 test_programs = \
        test-quota-util