https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101834
Bug ID: 101834 Summary: make distclean forgets ./c++tools/ Product: gcc Version: 11.2.1 Status: UNCONFIRMED Severity: normal Priority: P3 Component: other Assignee: unassigned at gcc dot gnu.org Reporter: dilyan.palauzov at aegee dot org Target Milestone: --- On the releases/gcc-11 branch, at commit 990bea6f7e23bd935ad022db6bf4c9de2f74baf3 (HEAD -> releases/gcc-11, origin/releases/gcc-11) Author: GCC Administrator <gccad...@gcc.gnu.org> Date: Sun Aug 8 00:18:08 2021 +0000 Daily bump. diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP index d5d1da952c7..3b0c65fa4e8 100644 --- a/gcc/DATESTAMP +++ b/gcc/DATESTAMP @@ -1 +1 @@ -20210807 +20210808 calling #!/usr/local/bin/bash export CONFIG_SITE="a" mkdir -p build && cd build && ../configure --enable-threads=posix --enable-nls --disable-multilib --enable-interpreter --with-system-zlib --enable-languages=all --enable-targets=all --with-system-unwind --without-x --with-linker-hash-style=gnu --enable-shared --with-build-config=bootstrap-lto\ bootstrap-O3 &> ../c-out && make && make install && make distclean && cd .. && rmdir build ; does not delete: build/c++tools build/c++tools/resolver.o build/c++tools/Makefile build/c++tools/server.d build/c++tools/server.o build/c++tools/resolver.d build/c++tools/config.cache build/c++tools/g++-mapper-server