changeset 26871:626865450a91

Mark VIDIX_PCI_FILES targets as NOTPARALLEL. They are all created simultaneously by the same command.
author diego
date Tue, 27 May 2008 16:24:40 +0000
parents 8f3a1caf0e9a
children af5174b932ad
files Makefile
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile	Tue May 27 14:33:16 2008 +0000
+++ b/Makefile	Tue May 27 16:24:40 2008 +0000
@@ -790,6 +790,9 @@
 $(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))