From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=unavailable autolearn_force=no version=3.4.4 Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!.POSTED!not-for-mail From: Simon Wright Newsgroups: comp.lang.ada Subject: Re: There's a problem with gnatclean on Windows GNAT Community 2018 Date: Tue, 19 Jun 2018 16:26:47 +0100 Organization: A noiseless patient Spider Message-ID: References: <59ec22fd-ccb4-41aa-90cb-36a86cdb36e4@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: reader02.eternal-september.org; posting-host="c7204ae936eb84a46623de32f4a07e59"; logging-data="32717"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX189EGa7x8ml2vC2mwhvYVbpVANlxYRjGxk=" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (darwin) Cancel-Lock: sha1:eUq6czUCwuVNPu14cePdKqy3DDc= sha1:4pC0aAQv/kovpqIHcefNPKr36mo= Xref: reader02.eternal-september.org comp.lang.ada:53162 Date: 2018-06-19T16:26:47+01:00 List-Id: juan.delapuente@gmail.com writes: > The fix for MacOS (both native and arm-eabi: Thanks for this. And maybe Linux too? > $ cd > $ find . -iname "*.ali" -exec chmod -w {} \; I said $ find -name \*.ali | sudo xargs chmod -w Would be surprised to find (library) ALI files with mixed-case filenames!