From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id AC2DD3858CDB; Thu, 30 Mar 2023 11:37:31 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org AC2DD3858CDB DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1680176251; bh=leYpTlnusryiHADK82TcOU4PyGj82e7FNola5kBc8z0=; h=From:To:Subject:Date:In-Reply-To:References:From; b=Z7kxIZb0w8PNfIIrJuu9O2hzm9ElIom+kEC4kKoRXNoFPsboyUOHZ8DvCyRrgL1GW wxdd1Hbc9B2BlfoUljFR0pRtesWmcixAFZxjrWLSLADjwwQGcZRp4Q4t5v76awsHow vCgGnLdvTasufxZRJXsj/yW48qfKRxS2ILfPwGTY= From: "redi at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug bootstrap/101834] make distclean forgets ./c++tools/ Date: Thu, 30 Mar 2023 11:37:31 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: bootstrap X-Bugzilla-Version: 11.2.1 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: redi at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D101834 --- Comment #6 from Jonathan Wakely --- Also, after 'make clean' you can no longer do 'make all' c++tools$ make clean all # --enable-maintainer-mode to rebuild /home/jwakely/src/gcc/gcc/c++tools/configure, or make MAINTAINER=3Dtouch # --enable-maintainer-mode to rebuild /home/jwakely/src/gcc/gcc/c++tools/config.h.in, or make MAINTAINER=3Dtouch rm -f g++-mapper-server g++ -g -O2 -fno-exceptions -fno-rtti -I/home/jwakely/src/gcc/gcc/c++tools/../libcody -I/home/jwakely/src/gcc/gcc/c++tools/../include -I/home/jwakely/src/gcc/gcc/c++tools/../gcc -I. -I../gcc \ -MMD -MP -MF server.d -c -o server.o /home/jwakely/src/gcc/gcc/c++tools/server.cc g++ -static-libstdc++ -static-libgcc -o g++-mapper-server server.o resolv= er.o ../libcody/libcody.a ../libiberty/libiberty.a=20 g++-mapper-server ../gcc/g++-mapper-server make: g++-mapper-server: No such file or directory make: *** [Makefile:101: ../gcc/g++-mapper-server] Error 127=