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


All~

This patch makes the output from classes/make a little neater...

Matt
Index: config/gen/makefiles/classes.in
===================================================================
RCS file: /cvs/public/parrot/config/gen/makefiles/classes.in,v
retrieving revision 1.15
diff -u -r1.15 classes.in
--- config/gen/makefiles/classes.in	7 Mar 2004 05:45:14 -0000	1.15
+++ config/gen/makefiles/classes.in	14 Mar 2004 02:45:31 -0000
@@ -29,7 +29,8 @@
 .SUFFIXES: .c .h .pmc .dump $(O)
 
 .c$(O):
-	$(CC) $(CFLAGS) ${cc_o_out}$@ -c $<
+	@echo 'classes/$<'
+	@$(CC) $(CFLAGS) ${cc_o_out}$@ -c $<
 
 .pmc.dump:
 	$(PMC2CD) *.pmc

Reply via email to