Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make the clean target remove perl6_group.* and src/binder/bind.o #1969

Closed
p6rt opened this issue Jul 24, 2010 · 5 comments
Closed

Make the clean target remove perl6_group.* and src/binder/bind.o #1969

p6rt opened this issue Jul 24, 2010 · 5 comments
Labels

Comments

@p6rt
Copy link

p6rt commented Jul 24, 2010

Migrated from rt.perl.org#76704 (status was 'resolved')

Searchable as RT76704$

@p6rt
Copy link
Author

p6rt commented Jul 24, 2010

From kraai@ftbfs.org

Hi,

The attached patch makes the clean target remove perl6_group.* and
src/binder/bind.o.

--
Matt http://ftbfs.org/kraai

@p6rt
Copy link
Author

p6rt commented Jul 24, 2010

From kraai@ftbfs.org

0001-Make-the-clean-target-remove-perl6_group.-and-src-bi.patch
From 2693cbb755dc0c87acc02b5681bded1bdc4b7d95 Mon Sep 17 00:00:00 2001
From: Matt Kraai <kraai@ftbfs.org>
Date: Sat, 24 Jul 2010 09:59:33 -0700
Subject: [PATCH] Make the clean target remove perl6_group.* and src/binder/bind.o.

---
 build/Makefile.in |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/build/Makefile.in b/build/Makefile.in
index 7bd32d3..cc53c6e 100644
--- a/build/Makefile.in
+++ b/build/Makefile.in
@@ -252,6 +252,7 @@ CLEANUPS = \
   $(PERL6_EXE) \
   perl6.c \
   perl6$(O) \
+  perl6_group.* \
   Test.pir \
   $(DYNEXT_DIR)/*$(LOAD_EXT) \
   src/gen/core.pm \
@@ -273,7 +274,7 @@ CLEANUPS = \
   $(OPS_DIR)/*.c \
   $(OPS_DIR)/*$(O) \
   $(OPS_DIR)/*$(LOAD_EXT) \
-  binder/*$(O) \
+  src/binder/*$(O) \
 
 # NOTE: eventually, we should remove --keep-exit-code and --fudge
 #       as the goal is that all tests must pass without fudge
-- 
1.7.1

@p6rt
Copy link
Author

p6rt commented Jul 24, 2010

kraai@ftbfs.org - Status changed from 'new' to 'open'

@p6rt
Copy link
Author

p6rt commented Jul 24, 2010

From @moritz

applied, thank you very much.

@p6rt
Copy link
Author

p6rt commented Jul 24, 2010

@moritz - Status changed from 'open' to 'resolved'

@p6rt p6rt closed this as completed Jul 24, 2010
@p6rt p6rt added the patch label Jan 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant