[svn:parrot] r48185 - trunk/config/gen/makefiles

mikehh at svn.parrot.org mikehh at svn.parrot.org
Tue Jul 27 15:02:22 UTC 2010


Author: mikehh
Date: Tue Jul 27 15:02:21 2010
New Revision: 48185
URL: https://trac.parrot.org/parrot/changeset/48185

Log:
comment out changes to config/gen/makefiles/root.in at r48180 which cause
src/nci/extra_thunks.c to be re-generated every time the all target is invoked in make - see TT #1719

Modified:
   trunk/config/gen/makefiles/root.in

Modified: trunk/config/gen/makefiles/root.in
==============================================================================
--- trunk/config/gen/makefiles/root.in	Tue Jul 27 06:52:31 2010	(r48184)
+++ trunk/config/gen/makefiles/root.in	Tue Jul 27 15:02:21 2010	(r48185)
@@ -2472,8 +2472,12 @@
 src/extra_nci_thunks.c : src/nci/extra_thunks.nci $(NCI_THUNK_GEN)
 	$(NCI_THUNK_GEN) --dynext --no-warn-dups \
 		--output=src/extra_nci_thunks.c <src/nci/extra_thunks.nci
-	$(NCI_THUNK_GEN) --core --loader-name=Parrot_nci_load_extra_thunks --no-warn-dups \
-		--output=src/nci/extra_thunks.c <src/nci/extra_thunks.nci
+#
+# remove the following two lines commited in r48180 which cause this to be re-generated
+# every time the all target is invoked - see TT #1719
+#
+#	$(NCI_THUNK_GEN) --core --loader-name=Parrot_nci_load_extra_thunks --no-warn-dups \
+#		--output=src/nci/extra_thunks.c <src/nci/extra_thunks.nci
 
 ## SUFFIX OVERRIDE
 src/extra_nci_thunks$(O) : $(PARROT_H_HEADERS) src/extra_nci_thunks.c \


More information about the parrot-commits mailing list