From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2126) id C3FBE3858D39; Mon, 6 Mar 2023 15:07:16 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org C3FBE3858D39 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1678115236; bh=JFiA6JXh1upoKvjB7r2rwOL7jHl/VOi7h9rEP0WUGxo=; h=From:To:Subject:Date:From; b=p1pxaWkBX08I8zyfMsGmivPaE5aOB01SQia3FZGubJ8vh+kbYUq+UHlti+KXa+bWs 81AnJxUoJuwsw+C+09nS+/JczyRkwU9KmckJw8aA0hy5mtu86eBhsmMmmMLz6Xssrb OsIeEggNSIdfsSBJ+I/frTupEO3q00B+m7hWxcsc= Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: Tom Tromey To: gdb-cvs@sourceware.org Subject: [binutils-gdb] Remove two more files in gdb "distclean" X-Act-Checkin: binutils-gdb X-Git-Author: Tom Tromey X-Git-Refname: refs/heads/master X-Git-Oldrev: a1f4d06969bed2fd4747784d569bfaeb4b50dc80 X-Git-Newrev: 72ee804c9200d4e860c9802e1e1e9b315f221ab8 Message-Id: <20230306150716.C3FBE3858D39@sourceware.org> Date: Mon, 6 Mar 2023 15:07:16 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=3Dbinutils-gdb.git;h=3D72ee804c9200= d4e860c9802e1e1e9b315f221ab8 commit 72ee804c9200d4e860c9802e1e1e9b315f221ab8 Author: Tom Tromey Date: Fri Feb 17 10:00:01 2023 -0700 Remove two more files in gdb "distclean" =20 The recent work to have gdb link via libtool means that there are a couple more generated files in the build directory that should be removed by "distclean". =20 Note that gdb can't really fully implement distclean due to the desire to put certain generated files into the distribution. Still, it can get pretty close. Diff: --- gdb/Makefile.in | 1 + 1 file changed, 1 insertion(+) diff --git a/gdb/Makefile.in b/gdb/Makefile.in index 4691cad4633..6e39383eb93 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -2224,6 +2224,7 @@ distclean: clean rm -f gdb-gdb.py gdb-gdb.gdb rm -f y.output yacc.acts yacc.tmp y.tab.h rm -f config.log config.cache + rm -f config.lt libtool rm -f Makefile rm -rf $(DEPDIR) for i in $(CONFIG_SRC_SUBDIR); do \