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


I think we should be building dynclasses by default.

oolong:~/research/parrot/config/gen/makefiles coke$ cvs diff root.in 
Index: root.in
===================================================================
RCS file: /cvs/public/parrot/config/gen/makefiles/root.in,v
retrieving revision 1.254
diff -b -u -r1.254 root.in
--- root.in     12 Oct 2004 09:00:16 -0000      1.254
+++ root.in     30 Oct 2004 03:31:44 -0000
@@ -463,7 +463,7 @@
 #
 ###############################################################################
 
-all : flags_dummy $(TEST_PROG) runtime/parrot/include/parrotlib.pbc 
runtime/parrot/include/config.fpmc docs $(LIBNCI_SO) $(GEN_LIBRARY)
+all : flags_dummy $(TEST_PROG) runtime/parrot/include/parrotlib.pbc 
runtime/parrot/include/config.fpmc docs $(LIBNCI_SO) $(GEN_LIBRARY) dynclasses_dummy
 
 .SUFFIXES : .c .h .pmc .dump $(O) .str .imc .pbc
 
@@ -581,6 +581,9 @@
        @echo Compiling with:
        @$(PERL) tools/dev/cc_flags.pl ./CFLAGS echo $(CC) $(CFLAGS) -I$(@D) 
${cc_o_out} xx$(O) -c xx.c
 
+dynclasses_dummy :
+       cd dynclasses && $(MAKE)
+
 runtime/parrot/include/parrotlib.pbc: runtime/parrot/library/parrotlib.imc 
$(TEST_PROG)
        ./parrot -o $@ runtime/parrot/library/parrotlib.imc
 

Reply via email to