|
[perl #32223] [PATCH] Build dynclasses by default.: msg#00638lang.perl.perl6.internals
# 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 |
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Re: AIX PPC JIT warning: 00638, Adam Thomason |
|---|---|
| Next by Date: | [perl #25255] IMCC - no warning on duplicate .local vars: 00638, Will Coleda via RT |
| Previous by Thread: | Mostly a Perl task for the interestedi: 00638, Leopold Toetsch |
| Next by Thread: | [perl #25255] IMCC - no warning on duplicate .local vars: 00638, Will Coleda via RT |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |