emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#34254: closed ([PATCH] build: clean-go: Do not war


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#34254: closed ([PATCH] build: clean-go: Do not warn about *.go files in "test-tmp".)
Date: Fri, 08 Feb 2019 03:24:01 +0000

Your message dated Thu, 7 Feb 2019 21:22:56 -0600
with message-id <address@hidden>
and subject line Re: [bug#34254] [PATCH] build: clean-go: Do not warn about 
*.go files in "test-tmp".
has caused the debbugs.gnu.org bug report #34254,
regarding [PATCH] build: clean-go: Do not warn about *.go files in "test-tmp".
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
34254: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=34254
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] build: clean-go: Do not warn about *.go files in "test-tmp". Date: Tue, 29 Jan 2019 23:08:58 -0600
From: Eric Bavier <address@hidden>

* Makefile.am (clean-go): Ignore "test-tmp" directory.
---
 Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile.am b/Makefile.am
index 0590c51519..fec9800ce7 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -318,7 +318,7 @@ nobase_nodist_guileobject_DATA = $(GOBJECTS)
 # Handy way to remove the .go files without removing all the rest.
 clean-go:
        -$(RM) -f $(GOBJECTS)
-       @find . -name '*.go' -print | \
+       @find . -path ./test-tmp -prune -o -name '*.go' -print | \
          if test -t 1; then \
            xargs -r echo -e "\033[31mwarning:\033[0m stray .go files:"; \
          else \
-- 
2.20.1




--- End Message ---
--- Begin Message --- Subject: Re: [bug#34254] [PATCH] build: clean-go: Do not warn about *.go files in "test-tmp". Date: Thu, 7 Feb 2019 21:22:56 -0600
On Wed, 06 Feb 2019 23:04:36 +0100
Ludovic Courtès <address@hidden> wrote:

> address@hidden skribis:
> 
> > From: Eric Bavier <address@hidden>
> >
> > * Makefile.am (clean-go): Ignore "test-tmp" directory.  
> 
> Neat, go for it!  This had been annoying me for a while actually…
> 
> Thanks,
> Ludo’.

Pushed to master in 92becc3f15ce196a94274f80ee0b6594774856fa

`~Eric

Attachment: pgpfc5O3nxt1f.pgp
Description: OpenPGP digital signature


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]