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

plobsing at svn.parrot.org plobsing at svn.parrot.org
Tue Feb 23 02:48:55 UTC 2010


Author: plobsing
Date: Tue Feb 23 02:48:55 2010
New Revision: 44360
URL: https://trac.parrot.org/parrot/changeset/44360

Log:
use --no-warn-dups option in building of extra_nci_thunks dynext library

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

Modified: trunk/config/gen/makefiles/root.in
==============================================================================
--- trunk/config/gen/makefiles/root.in	Tue Feb 23 02:44:37 2010	(r44359)
+++ trunk/config/gen/makefiles/root.in	Tue Feb 23 02:48:55 2010	(r44360)
@@ -2448,7 +2448,8 @@
     $(ALL_PARROT_LIBS) @opengl_lib@
 
 src/extra_nci_thunks.c : src/nci/extra_thunks.nci $(NCI_THUNK_GEN)
-	$(NCI_THUNK_GEN) --dynext --output=src/extra_nci_thunks.c <src/nci/extra_thunks.nci
+	$(NCI_THUNK_GEN) --dynext --no-warn-dups \
+	    --output=src/extra_nci_thunks.c <src/nci/extra_thunks.nci
 
 src/extra_nci_thunks$(O) : $(GENERAL_H_FILES)
 


More information about the parrot-commits mailing list