From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Craven Subject: Re: [PATCH] Clean all .go in clean-go Date: Thu, 1 Sep 2016 12:03:24 +0200 Message-ID: References: <20160831232034.13748-1-ericbavier@openmailbox.org> <8760qgjugu.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:38581) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bfOqK-0000Hn-D8 for guix-devel@gnu.org; Thu, 01 Sep 2016 06:03:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bfOqD-0000BY-Q0 for guix-devel@gnu.org; Thu, 01 Sep 2016 06:03:31 -0400 Received: from mail-yw0-x22f.google.com ([2607:f8b0:4002:c05::22f]:33103) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bfOqD-0000BS-KO for guix-devel@gnu.org; Thu, 01 Sep 2016 06:03:25 -0400 Received: by mail-yw0-x22f.google.com with SMTP id r9so47294968ywg.0 for ; Thu, 01 Sep 2016 03:03:25 -0700 (PDT) In-Reply-To: <8760qgjugu.fsf@gnu.org> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Mathieu Lirzin Cc: guix-devel , Eric Bavier > Using wildcards can be tempting in such cases but it can lead to accidental file deletions which is worse IMO. If you name what ever file *.go inside of your guix source tree, it's kind of your on fault. > Thinking this might be because of an ABI break I ran `make clean-go && make` before trying again, with the same result. mmh, I usually just do make clean && make, do you save that much time using make clean-go?