On Wed, Sep 26, 2018 at 1:38 AM, Rainer Orth <r...@cebitec.uni-bielefeld.de> wrote: > >> On Sep 24 2018, Ian Lance Taylor <i...@golang.org> wrote: >> >>> * Makefile.am (mostlyclean-local): Run chmod on check-go-dir to >>> make sure it is writable. >>> (check-go-tools): Likewise. >> >> $ make check-gotools >> make[1]: Entering directory `/usr/local/gcc/gcc-20180926/Build/gotools' >> chmod -R u+w check-go-dir >> chmod: cannot access `check-go-dir': No such file or directory >> make[1]: *** [check-go-tool] Error 1 >> make[1]: Leaving directory `/usr/local/gcc/gcc-20180926/Build/gotools' >> make: *** [check-gotools] Error 2 > > I noticed the same when finding that gotools.{sum,log} hadn't been > generated. > > The following patch fixed it for me. > > Rainer > > -- > ----------------------------------------------------------------------------- > Rainer Orth, Center for Biotechnology, Bielefeld University > > > 2018-09-26 Rainer Orth <r...@cebitec.uni-bielefeld.de> > > * Makefile.am (mostlyclean-local): Ignore chmod errors. > (check-go-tool): Likewise. > * Makefile.in: Regenerate.
This is OK. Thanks for writing it. Please go ahead and commit. Ian