# New Ticket Created by  James Keenan 
# Please include the string:  [perl #47560]
# in the subject line of all future correspondence about this issue. 
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=47560 >


Coke reported this evening that 'make realclean' was not exiting  
cleanly:

08:18 Coke make -C languages realcleanmake[1]: *** No rule to make  
target `realclean'.  Stop.
08:19 Coke (from `make realclean`)

I confirmed this on Darwin which recently had been svn-updated:

make -C languages realclean
make[1]: Entering directory `/Users/jimk/work/parrot/languages'
make[1]: *** No rule to make target `realclean'.  Stop.
make[1]: Leaving directory `/Users/jimk/work/parrot/languages'
make: *** [languages-realclean] Error 2

I called svn update in a sandbox that had not been updated since  
r22850 and got:

U    config/gen/makefiles/root.in
U    config/gen/makefiles/languages.in
U    languages/jako/config/makefiles/root.in
U    languages/PIR/config/makefiles/root.in
U    languages/APL/config/makefiles/root.in

Here are the 'svn log' outputs for the first 2 of these files:

svn log config/gen/makefiles/root.in | less

------------------------------------------------------------------------
r22858 | bernhard | 2007-11-17 14:24:42 -0500 (Sat, 17 Nov 2007) | 3  
lines

#43759: [BUG] realclean leaves files behind
Clean up languages/perl5/Makefile and languages/PIR/Makefile

------------------------------------------------------------------------
r22854 | bernhard | 2007-11-17 13:39:14 -0500 (Sat, 17 Nov 2007) | 5  
lines

#43759: [BUG] realclean leaves files behind
Add 'make languages-realclean' and use it for jako.

Get rid of unneeded tabs in jako/Makefile

------------------------------------------------------------------------
r22853 | bernhard | 2007-11-17 13:05:04 -0500 (Sat, 17 Nov 2007) | 2  
lines

Make indenting of generated Makefile more consistent.


svn log config/gen/makefiles/languages.in | less

------------------------------------------------------------------------
r22854 | bernhard | 2007-11-17 13:39:14 -0500 (Sat, 17 Nov 2007) | 5  
lines

#43759: [BUG] realclean leaves files behind
Add 'make languages-realclean' and use it for jako.

Get rid of unneeded tabs in jako/Makefile


I tried to fix, but I'm not familiar enough with Makefiles to do it  
quickly.

Barney, looks like this is your baby.  Can you take a look?

Thank you very much.
kid51

Reply via email to