https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62157

--- Comment #7 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The trunk branch has been updated by Andrew Pinski <pins...@gcc.gnu.org>:

https://gcc.gnu.org/g:32377c101934477e3d27fec9c6a22f1c97ccf730

commit r12-5566-g32377c101934477e3d27fec9c6a22f1c97ccf730
Author: Andrew Pinski <apin...@marvell.com>
Date:   Sun Nov 28 01:14:59 2021 +0000

    Fix PR 62157: disclean in libsanitizer not working

    So what is happening is DIST_SUBDIRS contains the conditional
    directories which is wrong, so we need to force DIST_SUBDIRS
    to be the same as SUBDIRS as recommened by the automake manual.

    OK? Bootstrapped and tested on x86_64-linux-gnu with no regressions.
    Also now make distclean works inside libsanitizer directory.

    libsanitizer/ChangeLog:

            PR sanitizer/62157
            * Makefile.am: Force DIST_SUBDIRS to be SUBDIRS.
            * Makefile.in: Regenerate.
            * asan/Makefile.in: Likewise.
            * hwasan/Makefile.in: Likewise.
            * interception/Makefile.in: Likewise.
            * libbacktrace/Makefile.in: Likewise.
            * lsan/Makefile.in: Likewise.
            * sanitizer_common/Makefile.in: Likewise.
            * tsan/Makefile.in: Likewise.
            * ubsan/Makefile.in: Likewise.

Reply via email to