From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from emagii.se (www.emagii.com [185.133.207.17]) by sourceware.org (Postfix) with ESMTPS id 0FC973858D33 for ; Thu, 16 Feb 2023 08:37:40 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 0FC973858D33 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=emagii.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=emagii.com Received: from [10.175.196.145] (84-55-68-216.customers.ownit.se [84.55.68.216]) by emagii.se (Postfix) with ESMTPSA id C2F781201D3; Thu, 16 Feb 2023 09:37:38 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=emagii.com; s=default; t=1676536659; bh=r9rblUa1SYqrTbBqYGFdmKY0Mr8njL054crwrNoy86c=; h=To:From:Subject; b=AArFYdHdfWzDBERC+q6PN4gL884pnP3L/lKx4UEqQdy02ophyLJflR33BVF/lwoVF 9VdcsENvb9ILn2Rik7AfytMQ9x4G6xKRVDM1BMAlTYy8NxNTfckK9iRE89bn5d0ea4 PIm/vP6GC+cwPQflZ2cWxgK28HkdQurGJ1CdB3tg= Authentication-Results: emagii.beebytevps.io; spf=pass (sender IP is 84.55.68.216) smtp.mailfrom=binutils@emagii.com smtp.helo=[10.175.196.145] Received-SPF: pass (emagii.beebytevps.io: connection is authenticated) Message-ID: Date: Thu, 16 Feb 2023 09:37:38 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.7.1 To: binutils@sourceware.org, Nick Clifton Content-Language: sv-FI From: Ulf Samuelsson Subject: The binutils ".gitignore" seems outdated & "make distclean" does not clean everything Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-PPP-Message-ID: <167653665902.3879772.9403093329276411918@localhost.localdomain> X-PPP-Vhost: emagii.com X-Spam-Status: No, score=-3.8 required=5.0 tests=BAYES_00,BODY_8BITS,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,SPF_HELO_FAIL,SPF_PASS,TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: I cloned the latest git Ran a build script. ================= #!/bin/bash DEST_DIR=/home/ulf/projects/binutils/bin mkdir        -p $DEST_DIR rm             -fr $DEST_DIR/* ./configure --prefix $DEST_DIR make -j 32 make install ================= and then $ git status The result: On branch CRC Untracked files:     Makefile     bfd/Makefile     bfd/doc/.dirstamp     bfd/elf32-aarch64.c     bfd/elf32-loongarch.c     bfd/elf32-riscv.c     bfd/elf64-aarch64.c     bfd/elf64-loongarch.c     bfd/elf64-riscv.c     bfd/po/Makefile     bfd/po/Makefile.in     binutils/Makefile     binutils/bfdtest1     binutils/bfdtest2     binutils/doc/.dirstamp     binutils/po/Makefile     binutils/po/Makefile.in     binutils/testsuite/.dirstamp     binutils/testsuite/gentestdlls     etc/Makefile     gas/Makefile     gas/config/.dirstamp     gas/doc/.dirstamp     gas/po/Makefile     gas/po/Makefile.in     gdb/config.lt     gdb/doc/GDBvn.texi     gdb/doc/gcore.1     gdb/doc/gdb-add-index.1     gdb/doc/gdb-cfg.texi     gdb/doc/gdb.1     gdb/doc/gdbinit.5     gdb/doc/gdbserver.1     gdb/doc/version.subst     gdb/gdb-gdb.py     gdbserver/version-generated.cc     gdbsupport/Makefile     gnulib/Makefile     gnulib/Makefile.gnulib.inc     gnulib/import/Makefile     gnulib/import/alloca.h     gnulib/import/arpa/     gnulib/import/ctype.h     gnulib/import/dirent.h     gnulib/import/fcntl.h     gnulib/import/glob-libc.gl.h     gnulib/import/glob.h     gnulib/import/glthread/.dirstamp     gnulib/import/inttypes.h     gnulib/import/limits.h     gnulib/import/locale.h     gnulib/import/malloc/.dirstamp     gnulib/import/malloc/scratch_buffer.gl.h     gnulib/import/math.h     gnulib/import/netdb.h     gnulib/import/signal.h     gnulib/import/stdio.h     gnulib/import/stdlib.h     gnulib/import/string.h     gnulib/import/strings.h     gnulib/import/sys/     gnulib/import/time.h     gnulib/import/unistd.h     gnulib/import/wchar.h     gnulib/import/wctype.h     gprof/Makefile     gprof/po/Makefile     gprof/po/Makefile.in     gprofng/Makefile     gprofng/Simple.class     gprofng/doc/Makefile     gprofng/doc/gprofng.1     gprofng/dummy.c     gprofng/gp-display-html/Makefile     gprofng/gp-display-html/gp-display-html     gprofng/gp-display-html/gp-display-html.1     gprofng/libcollector/Makefile     gprofng/libcollector/lib-config.h     gprofng/src/Makefile     gprofng/src/QLParser.tab.cc     gprofng/src/QLParser.tab.hh     gprofng/src/gp-archive     gprofng/src/gp-archive.1     gprofng/src/gp-collect-app     gprofng/src/gp-collect-app.1     gprofng/src/gp-display-src     gprofng/src/gp-display-src.1     gprofng/src/gp-display-text     gprofng/src/gp-display-text.1     gprofng/src/gprofng     gprofng/src/stack.hh     intl/Makefile     ld/Makefile     ld/po/Makefile     ld/po/Makefile.in     libbacktrace/Makefile     libbacktrace/backtrace-supported.h     libbacktrace/gstdint.h     libbacktrace/install-debuginfo-for-buildid.sh     libctf/Makefile     libctf/config.lt     libctf/doc/.dirstamp     libdecnumber/Makefile     libiberty/Makefile     libiberty/testsuite/Makefile     libsframe/Makefile     libsframe/doc/.dirstamp     opcodes/Makefile     opcodes/po/Makefile     opcodes/po/Makefile.in     readline/Makefile     sim/Makefile     sim/arch-subdir.mk     sim/common/.dirstamp     sim/common/version.c-stamp     zlib/Makefile If I then do a $ make distclean I get: On branch CRC     removed:     sim/ppc/.gdbinit Untracked files:     gdb/config.lt     gdb/doc/GDBvn.texi     gdb/doc/gcore.1     gdb/doc/gdb-add-index.1     gdb/doc/gdb.1     gdb/doc/gdbinit.5     gdb/doc/gdbserver.1     gdb/doc/version.subst     gprofng/Simple.class     gprofng/doc/gprofng.1     gprofng/dummy.c     gprofng/gp-display-html/gp-display-html.1     gprofng/src/QLParser.tab.cc     gprofng/src/QLParser.tab.hh     gprofng/src/gp-archive.1     gprofng/src/gp-collect-app.1     gprofng/src/gp-display-src.1     gprofng/src/gp-display-text.1     gprofng/src/stack.hh     libbacktrace/gstdint.h ========== Looks like they need some maintenance. Best Regards Ulf Samuelsson