This is an automated email from the git hooks/post-receive script.

guillem pushed a commit to branch main
in repository dpkg.

View the commit online:
https://git.dpkg.org/cgit/dpkg/dpkg.git/commit/?id=266c62412918f40b6966d699b08dc48354ceac4e

commit 266c62412918f40b6966d699b08dc48354ceac4e
Author: Guillem Jover <[email protected]>
AuthorDate: Sun Jul 28 14:58:02 2024 +0200

    build: Remove generated spacesyms.o and spacesyms.c on clean
    
    Both these files are generated, so we should be cleaning them up.
---
 scripts/Makefile.am | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/scripts/Makefile.am b/scripts/Makefile.am
index 25d286b2e..12cf18a26 100644
--- a/scripts/Makefile.am
+++ b/scripts/Makefile.am
@@ -436,6 +436,8 @@ test_data_objects = \
        t/Dpkg_Shlibs/libobjdump.basictags-mips.so \
        t/Dpkg_Shlibs/libobjdump.patterns.so \
        t/Dpkg_Shlibs/libobjdump.spacesyms.so \
+       t/Dpkg_Shlibs/spacesyms.c \
+       t/Dpkg_Shlibs/spacesyms.o \
        # EOL
 
 CLEANFILES += \

-- 
Dpkg.Org's dpkg

Reply via email to