[svn:parrot] r49410 - branches/gsoc_instrument/config/gen/makefiles

cotto at svn.parrot.org cotto at svn.parrot.org
Sat Oct 2 17:05:13 UTC 2010


Author: cotto
Date: Sat Oct  2 17:05:12 2010
New Revision: 49410
URL: https://trac.parrot.org/parrot/changeset/49410

Log:
add dependencies for Instrument/Instrument.pir, hopefully fixing the parallel build

Modified:
   branches/gsoc_instrument/config/gen/makefiles/root.in

Modified: branches/gsoc_instrument/config/gen/makefiles/root.in
==============================================================================
--- branches/gsoc_instrument/config/gen/makefiles/root.in	Sat Oct  2 16:02:14 2010	(r49409)
+++ branches/gsoc_instrument/config/gen/makefiles/root.in	Sat Oct  2 17:05:12 2010	(r49410)
@@ -1147,6 +1147,11 @@
 $(LIBRARY_DIR)/Instrument/EventLibrary.pir: $(LIBRARY_DIR)/Instrument/EventLibrary.nqp $(NQP_RX)
 	$(NQP_RX) --target=pir $(LIBRARY_DIR)/Instrument/EventLibrary.nqp > $@
 
+$(LIBRARY_DIR)/Instrument/Instrument.pir: $(DYNEXT_DIR)/bit_ops$(LOAD_EXT) \
+	runtime/parrot/include/call_bits.pasm $(LIBRARY_DIR)/Instrument/Base.pir \
+	$(LIBRARY_DIR)/Instrument/Probe.pir $(LIBRARY_DIR)/Instrument/Event.pir \
+	$(LIBRARY_DIR)/Instrument/EventLibrary.pir
+
 runtime/parrot/include/interpflags.pasm : $(INC_DIR)/interpreter.h $(H2INC)
 	$(PERL) $(H2INC) $(INC_DIR)/interpreter.h $@
 runtime/parrot/include/interpdebug.pasm : $(INC_DIR)/interpreter.h $(H2INC)


More information about the parrot-commits mailing list