[MPlayer-cvslog] r26903 - trunk/Makefile

diego subversion at mplayerhq.hu
Tue May 27 18:24:40 CEST 2008


Author: diego
Date: Tue May 27 18:24:40 2008
New Revision: 26903

Log:
Mark VIDIX_PCI_FILES targets as NOTPARALLEL. They are all created
simultaneously by the same command.


Modified:
   trunk/Makefile

Modified: trunk/Makefile
==============================================================================
--- trunk/Makefile	(original)
+++ trunk/Makefile	Tue May 27 18:24:40 2008
@@ -790,6 +790,9 @@ VIDIX_PCI_FILES = vidix/pci_dev_ids.c vi
 $(VIDIX_PCI_FILES): vidix/pci.db
 	LC_ALL=C awk -f vidix/pci_db2c.awk $< $(VIDIX_PCIDB)
 
+# Make sure that the awk processes do not step on each other's toes.
+.NOTPARALLEL: $(VIDIX_PCI_FILES)
+
 VIDIX_DEPS = $(filter vidix/%,$(SRCS_MPLAYER:.c=.d))
 VIDIX_OBJS = $(filter vidix/%,$(SRCS_MPLAYER:.c=.o))
 



More information about the MPlayer-cvslog mailing list